スキル一覧に戻る
claudeaceae

memory

by claudeaceae

Bootstrap specification for giving Claude a persistent body, memory, and agency on a Mac

7🍴 2📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: 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 for past learnings, decisions, observations, and episodes.

Memory Locations

FileContains
~/.claude-mind/memory/learnings.mdTechnical and personal learnings
~/.claude-mind/memory/observations.mdObservations about E, world, patterns
~/.claude-mind/memory/decisions.mdDecisions made and rationale
~/.claude-mind/memory/questions.mdOpen questions and ponderings
~/.claude-mind/memory/about-e.mdEverything about E
~/.claude-mind/memory/episodes/*.mdDaily episode logs
~/.claude-mind/memory/reflections/*.mdDream cycle outputs

Search Strategy

  1. Get the query: What is the user looking for?

  2. Determine scope:

    • Specific file (learnings about X)
    • All memory files
    • Date range (episodes from last week)
  3. 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/
  1. Present findings: Show relevant excerpts with context and dates

Output Format

When presenting results:

  • Include the date of each finding
  • Show enough context to understand the entry
  • Group by source file if searching multiple
  • Highlight the most relevant matches first

Example Queries

  • "What did I learn about AppleScript?" → Search learnings.md
  • "Why did we choose X over Y?" → Search decisions.md
  • "What happened last Tuesday?" → Check episodes/2025-01-XX.md
  • "What do I know about E's preferences?" → Read about-e.md

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です