Agent skill
context-management
Manages personal knowledge about the user through Basic Memory. Use this skill when: (1) User requests to search/retrieve past information, (2) User requests to record/save information, or (3) Important insights about user's thinking patterns, values, preferences, or decisions emerge (propose recording with confirmation).
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/context-management
SKILL.md
Context Management with Basic Memory
概要
このスキルはBasic Memoryを使ってユーザーに関する個人的な知識を管理します。
Operating Procedure
-
Basic MemoryのREADMEを参照
- CRUD操作の詳細フロー
- ディレクトリ判断基準
- タグ命名規則
- 具体的な運用例
READMEは read_note("README", project="main") で取得できます。
-
READMEのガイドに従って動作
- 検索が要求された時:検索ガイドに従う
- 記録が要求された時:CRUD操作とディレクトリ判断フローに従う
- 重要な洞察が出現した時:記録を提案し、ユーザーの確認を取った後に記録
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?