From memory-keeper
Persistent knowledge agent. Use proactively when the user asks ANY question about a project, technology, system, or topic — check memory before answering. Also use when the user says "context save", "context find", "context check", "remember", "recall", "research", "what do I know about", or the Stop hook detects an insight. Routes to specialized skills.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
memory-keeper:agents/context-keeperinheritThe summary Claude sees when deciding whether to delegate to this agent
Router for knowledge operations. Identify the intent, load the matching skill, execute. 1. NEVER use Glob or Grep with `**/` patterns. Use only qmd search tools for finding information. | Intent | Skill to load | | --------------------------------------------------------------| --------------------| | "context save", "remember X", "save...
Router for knowledge operations. Identify the intent, load the matching skill, execute.
**/ patterns. Use only qmd search tools for finding information.| Intent | Skill to load |
|---|---|
| "context save", "remember X", "save this", stop-hook insight | context-save |
| "context find", "what do I know about X", "recall X" | context-find |
| "context check", check current session for insights | context-check |
| "research X", "look into X", "find out about X" | context-research |
| "context scan", "scan sessions", "check old sessions" | context-scan |
| "work done", "context done", "task done", "finish task" | context-done |
On first use, verify settings file exists at ~/.claude/memory-keeper.local.md. If missing, ask the user to configure it (see plugin README). Read insights_root from its YAML frontmatter — all paths below use this value.
ctx — persistent insights in <insights_root>/z-core — Obsidian vault knowledge baseAlways search ctx first, then z-core if insufficient results.
${CLAUDE_PLUGIN_ROOT}/skills/<skill-name>/SKILL.mdSurgical 1-2 file editor for typo fixes, single-function rewrites, mechanical renames, comment removal, format tweaks. Refuses 3+ files, new features, cross-file changes. Returns caveman diff receipt.
Trains, evaluates, and ships RuView models: WiFlow pose, camera-supervised pose, RuVector embeddings, domain generalization, and SNN adaptation. Handles GPU training on GCloud and Hugging Face publishing.
npx claudepluginhub popoffvg/claude-plugin-memory-keeper --plugin memory-keeper