Agent skill
memory
Manage SSOT, memory, and cross-tool memory search. Guardian of decisions.md and patterns.md. Use when user mentions memory, SSOT, decisions.md, patterns.md, merging, migration, SSOT promotion, sync memory, save learnings, memory search, claude-mem, past decisions, record this, or cursor-mem integration. Do NOT load for: implementation work, reviews, ad-hoc notes, or in-session logging.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/memory-chachamaru127-claude-code-harness
SKILL.md
Memory Skills
メモリとSSOT管理を担当するスキル群です。
機能詳細
| 機能 | 詳細 |
|---|---|
| SSOT初期化 | See references/ssot-initialization.md |
| Plans.mdマージ | See references/plans-merging.md |
| 移行処理 | See references/workflow-migration.md |
| プロジェクト仕様同期 | See references/sync-project-specs.md |
| メモリ→SSOT昇格 | See references/sync-ssot-from-memory.md |
| 記憶検索(Cursor連携) | See references/cursor-mem-search.md |
Unified Harness Memory(共通DB)
Claude Code / Codex / OpenCode 共通の記録・検索は harness_mem_* MCP を優先する。
- 検索:
harness_mem_search,harness_mem_timeline,harness_mem_get_observations - 注入:
harness_mem_resume_pack - 記録:
harness_mem_record_checkpoint,harness_mem_finalize_session,harness_mem_record_event
Claude Code 自動メモリとの関係(D22)
Harness の SSOT メモリ(Layer 2)は Claude Code の自動メモリ(Layer 1)と共存します。
自動メモリは汎用的な学習を暗黙的に記録し、SSOT はプロジェクト固有の意思決定を明示的に管理します。
Layer 1 の知見がプロジェクト全体に重要な場合、/memory ssot で Layer 2 に昇格してください。
詳細: D22: 3層メモリアーキテクチャ
実行手順
- ユーザーのリクエストを分類
- 上記の「機能詳細」から適切な参照ファイルを読む
- その内容に従って実行
SSOT昇格
メモリシステム(Claude-mem / Serena)から重要な学びをSSOTに永続化します。
- "Save what we learned" → references/sync-ssot-from-memory.md
- "Promote decisions to SSOT" → references/sync-ssot-from-memory.md
記憶検索(Cursor連携)
CursorからClaude-memを活用し、セッション間の知識を引き継ぎます。
- "過去の判断を確認したい" → references/cursor-mem-search.md
- "この実装パターンを記録して" → references/cursor-mem-search.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?