.claude/skills/note/SKILL.md
--- name: note description: Quick observation capture about a person. Use when noticing something about someone, wanting to record a detail, or capturing context from a conversation. Trigger words: note about, noticed, observation about, remember that, jot down. --- # Quick Person Note Append an observation to a person's profile without breaking flow. ## Process 1. **Parse the input**: Extract person name and observation - `/note lucy plays aggressive chess` → name: "lucy", note: "plays a
npx skillsauth add claudeaceae/samara-main .claude/skills/noteInstall 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.
Append an observation to a person's profile without breaking flow.
Parse the input: Extract person name and observation
/note lucy plays aggressive chess → name: "lucy", note: "plays aggressive chess"/note about e prefers morning conversations → name: "e", note: "prefers morning conversations"Check if person exists:
ls ~/.claude-mind/memory/people/{name}/profile.md
If person doesn't exist: Ask whether to create them first
/person {name} flow to createFormat the note:
## YYYY-MM-DD: Brief Title
The observation itself. Keep it concise but capture the texture.
Context: what prompted this if relevant.
Append to profile: Use Edit tool to append the formatted note to the end of their profile.md
Confirm: Brief acknowledgment that the note was captured
Quick capture:
/note lucy prefers direct communication
→ Appends dated observation to Lucy's profile
With context:
/note e mentioned frustration with verbose AI responses today
→ Captures both the observation and the context
Natural trigger:
"I noticed Cal gets energized by debugging sessions"
→ Prompts to capture as note about Cal
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: - `~/