.claude/skills/search-memory/SKILL.md
--- name: search-memory description: Search through memory files - learnings, decisions, observations, questions, episodes, reflections. Use when looking for past insights, recalling why a decision was made, finding what was learned about a topic, or searching conversation history. Trigger words: memory, remember, recall, search, find, when did, what did I learn, past. context: fork allowed-tools: - Bash - Read - Grep - Glob --- # Memory Search Search through accumulated memory files f
npx skillsauth add claudeaceae/samara-main .claude/skills/search-memoryInstall 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.
Search through accumulated memory files for past learnings, decisions, observations, and episodes.
| File | Contains |
|------|----------|
| ~/.claude-mind/memory/learnings.md | Technical and personal learnings |
| ~/.claude-mind/memory/observations.md | Observations about E, world, patterns |
| ~/.claude-mind/memory/decisions.md | Decisions made and rationale |
| ~/.claude-mind/memory/questions.md | Open questions and ponderings |
| ~/.claude-mind/memory/about-e.md | Everything about E |
| ~/.claude-mind/memory/episodes/*.md | Daily episode logs |
| ~/.claude-mind/memory/reflections/*.md | Dream cycle outputs |
Get the query: What is the user looking for?
Determine scope:
Search methods:
# Search all memory files
grep -rni "search term" ~/.claude-mind/memory/
# Search specific file
grep -ni "search term" ~/.claude-mind/memory/learnings.md
# Search episodes by date
ls ~/.claude-mind/memory/episodes/
cat ~/.claude-mind/memory/episodes/2025-01-*.md
# Search reflections
grep -rni "search term" ~/.claude-mind/memory/reflections/
When presenting results:
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: - `~/