.claude/skills/decision/SKILL.md
--- name: decision description: Access past architectural and technical decisions with their rationale. Contains decisions made over time with context, alternatives considered, and reasoning. Use when asked why something was decided, checking past rationale, understanding trade-offs, or reviewing architectural history. Triggers: why did we decide, past decision, rationale, what was decided, trade-offs, ADR. allowed-tools: - Read - Grep - Bash --- # Decisions Access Provides on-demand acc
npx skillsauth add claudeaceae/samara-main .claude/skills/decisionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Provides on-demand access to past decisions stored in ~/.claude-mind/memory/decisions.md.
~/.claude-mind/memory/decisions.md
This file contains chronological records of technical and architectural decisions with full rationale.
tail -200 ~/.claude-mind/memory/decisions.md
grep -ni "search term" ~/.claude-mind/memory/decisions.md
cat ~/.claude-mind/memory/decisions.md
grep "^## " ~/.claude-mind/memory/decisions.md
grep -c "^## " ~/.claude-mind/memory/decisions.md
Decisions follow an ADR-like format:
## 2025-01-04: Use AppleScript over MCP for Mac Apps
### Context
What prompted this decision?
### Decision
What was decided?
### Alternatives Considered
1. Alternative A - pros/cons
2. Alternative B - pros/cons
### Rationale
Why this choice over alternatives?
### Expected Outcome
What we expect to happen
When presenting decisions:
/decide - For creating new decision records/learning - For lessons learned from decisionsdevelopment
# /webhook --- name: webhook description: Manage webhook sources - list, add, test, and view incoming events context: fork triggers: - webhook - add webhook - create webhook - webhook setup - incoming webhooks --- Manage the webhook receiver system. Use this skill to add new webhook sources, test existing ones, and view incoming events. ## What You Can Do 1. **List sources** - Show all registered webhook sources 2. **Add source** - Create a new webhook source with secure secret 3.
testing
Check crypto wallet balances, transaction history, and addresses
testing
# /voice-call - FaceTime Voice Calling Place and receive FaceTime Audio calls with live transcription and voice/text responses. ## Quick Start ```bash # Full voice conversation (responds via FaceTime audio) ~/.claude-mind/system/bin/voice-call --voice-response # Call with text responses (via iMessage) ~/.claude-mind/system/bin/voice-call --text-response # Call a specific number ~/.claude-mind/system/bin/voice-call +15551234567 --voice-response ``` ## Prerequisites Run `audio-setup --check
tools
--- name: sync description: Check for drift between repo and running system. Use when checking if scripts or Samara are out of sync, verifying system integrity, or before/after rebuilds. Trigger words: sync, organism sync, check drift, system drift, repo sync. context: fork allowed-tools: - Bash - Read - Grep --- # Sync Skill Check for drift between the repo and running system, and optionally fix it. ## What This Does Runs the `sync-organism` script to detect differences between: - `~/