.claude/skills/person/SKILL.md
--- name: person description: View or create a person profile. Use when meeting someone new, wanting to see notes about someone, or needing to access a person's accumulated context. Trigger words: person, who is, profile, about (followed by name), new person. --- # Person Profile Access View an existing person's profile or create a new one when meeting someone. ## Process 1. **Parse the name**: Extract the person's name from the request (e.g., "/person lucy" → "lucy") 2. **Check if person e
npx skillsauth add claudeaceae/samara-main .claude/skills/personInstall 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.
View an existing person's profile or create a new one when meeting someone.
Parse the name: Extract the person's name from the request (e.g., "/person lucy" → "lucy")
Check if person exists:
ls ~/.claude-mind/memory/people/{name}/profile.md
If person exists: Read and display their profile
~/.claude-mind/memory/people/{name}/profile.mdIf person is new: Create their directory and profile
mkdir -p ~/.claude-mind/memory/people/{name}/artifacts
Then create ~/.claude-mind/memory/people/{name}/profile.md with:
# {Name}
<!-- Notes accumulate organically below -->
Use proper capitalization for the name header.
After creation: Add any initial observations from current context
lucy not Lucy (matches convention)# Lucy with capitalizationViewing existing person:
/person e
→ Displays É's accumulated profile
Creating new person:
/person dawn
→ Creates memory/people/dawn/ with profile.md and artifacts/
→ Asks what I know about Dawn to seed the profile
Natural trigger:
"Who is Lucy again?"
→ Reads Lucy's profile if exists, offers to create if not
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: - `~/