.claude/skills/learning/SKILL.md
--- name: learning description: Access accumulated learnings and insights. Contains technical discoveries, personal insights, and lessons from past experience. Use when asked about past experience, what was learned, how something works based on experience, or for context on topics previously explored. Triggers: what did I learn, have I seen this before, past experience, learned that, figured out. allowed-tools: - Read - Grep - Bash --- # Learnings Access Provides on-demand access to accu
npx skillsauth add claudeaceae/samara-main .claude/skills/learningInstall 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 accumulated learnings stored in ~/.claude-mind/memory/learnings.md.
~/.claude-mind/memory/learnings.md
This file contains chronologically organized entries of technical discoveries, personal insights, and lessons learned.
tail -100 ~/.claude-mind/memory/learnings.md
grep -ni "search term" ~/.claude-mind/memory/learnings.md
cat ~/.claude-mind/memory/learnings.md
grep -c "^## " ~/.claude-mind/memory/learnings.md
Learnings are organized as dated entries:
## 2025-01-15: AppleScript timeout handling
Discovered that AppleScript commands to Messages.app can timeout if the app
is not responding. Solution: wrap in try/catch with 30-second timeout.
When presenting learnings:
development
# /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: - `~/