agent-memory
会話間で知識を保存・検索
Claudeはセッション間で重要な詳細を忘れてしまいます。このスキルは永続的なメモリシステムを提供し、後で必要な発見、パターン、ソリューションを保存します。AIアシスタントは通常失われるコンテキストを維持します。
スキルZIPをダウンロード
Claudeでアップロード
設定 → 機能 → スキル → スキルをアップロードへ移動
オンにして利用開始
テストする
「agent-memory」を使用しています。 Remember that this project uses pnpm workspaces and has a husky pre-commit hook that runs lint-staged
期待される結果:
- ✓ 保存先: .claude/skills/agent-memory/memories/project-context/pnpm-workspaces-husky.md
- ✓ 追加されたタグ: workspace, husky, pre-commit
- ✓ サマリー: プロジェクトはpnpm workspacesを使用し、lint-stagedを実行するhusky pre-commitフックを備えています
「agent-memory」を使用しています。 What do I know about file processing in this project?
期待される結果:
- ✓ 関連するメモリを2件発見:
- - large-file-memory-issue.md (tags: performance, worker, memory-leak)
- - iconv-esm-problem.md (tags: dependencies, esm, encoding)
「agent-memory」を使用しています。 The Node version changed from 18 to 20 - update the deployment memory
期待される結果:
- ✓ 更新済み: .claude/skills/agent-memory/memories/project-context/deployment.md
- ✓ フロントマターに'updated: 2026-01-17'を追加
- ✓ サマリー: Nodeバージョンの要件を18から20に更新
セキュリティ監査
安全This is a pure documentation skill with no code execution capabilities. It defines memory storage structure and usage guidelines. All 37 static findings are false positives: the scanner incorrectly flagged markdown formatting and YAML field names as security issues. No scripts, network calls, or external commands exist.
リスク要因
🌐 ネットワークアクセス (1)
📁 ファイルシステムへのアクセス (2)
品質スコア
作れるもの
技術的判断を記憶する
特定のアーキテクチャを選んだ理由、ライブラリバグの回避策、複雑な実装中に学んだ教訓を記録します。
研究結果を維持する
重要なソース、データパターン、調査の結論を保存して、新しいセッションで以前の基礎を築けるようにします。
インフラパターンを追跡する
デプロイ構成、環境固有の特性、再発する運用問題へのソリューションを記憶します。
これらのプロンプトを試す
Remember this for future sessions: [describe what you discovered, why it matters, and when it applies]
What do I know about [topic] from previous conversations? Check my memories.
Document this pattern: [describe the issue, root cause, and solution]. Create a memory with tags for future reference.
Review my memories about [topic]. Consolidate related notes and suggest a better organization structure.
ベストプラクティス
- ファイルパス、バージョン番号、エラーメッセージなど具体的なコンテキストをメモリに含める
- 後で検索する時に一致する説明的なタグを使用する
- 情報が変更または時代遅れになった時にメモリを更新する
回避
- 本当に役立つ情報ではなく些細な詳細をすべて保存する
- 関連するメモリを特定するのに役立たない曖昧なサマリーを使用する
- 将来のセッションを誤らせる可能性のある時代遅れの情報を残す