← Back to list

agent-memory
by kawarimidoll
personal configuration files
⭐ 24🍴 1📅 Jan 21, 2026
SKILL.md
name: agent-memory description: | Save and restore working memory across conversations. Triggers: "remember", "save this", "recall", "continue from last time". Store research findings, decisions, problem solutions, and work state. user-invocable: false
Agent Memory
会話をまたいで知識を保存する記憶システム。
保存場所
~/.local/share/claude/memories/
保存すべき内容
- 調査で得た知見
- アーキテクチャの決定とその理由
- 問題解決のアプローチ
- 作業の中断時の状態と次のステップ
ファイル形式
---
summary: "簡潔な要約(検索用)"
created: YYYY-MM-DDTHH:MM:SS+09:00
tags: [tag1, tag2]
---
# タイトル
内容...
検索方法
# カテゴリ一覧
ls ~/.local/share/claude/memories/
# summary で検索
rg "summary:" ~/.local/share/claude/memories/
# キーワード検索
rg "検索語" ~/.local/share/claude/memories/
操作
- 保存: カテゴリフォルダを作成し、markdown ファイルを保存
- 更新: frontmatter に
updated: YYYY-MM-DDを追加 - 削除: 不要になったファイルを削除
- 統合: 関連する記憶を1つにまとめる
原則
- summary は検索で内容を判断できる程度に具体的に
- 再開時に必要な情報を全て含める(自己完結)
- 決定事項とその理由を記録する
Score
Total Score
50/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon