From memory-keeper
Search and retrieve insights from persistent memory. This skill should be used when the user says "context find", "recall", "what do I know about", "find my notes on", "search memory", "do I have anything on", or wants to retrieve previously saved knowledge. Always invoke to check memory before answering any topic-based question.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memory-keeper:context-findThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
`/context find <query>`
/context find <query>
Examples:
/context find kubernetes debugging patterns/context find what do I know about the auth service/context find (shows all projects overview)insights_root from ~/.claude/memory-keeper.local.md YAML frontmatter. If the file is missing, stop and ask the user to create it with the required settings (see plugin README).<insights_root>/INDEX.mdmcp__qmd__search with collection: "ctx" for keyword matchingmcp__qmd__deep_search with collection: "ctx" for semantic searchmcp__qmd__search with collection: "z-core" (Obsidian vault) as fallbackmcp__qmd__get or Read tool to retrieve full file content<insights_root>/INDEX.md for project overview<insights_root>/<project>/_summary.mdnpx claudepluginhub popoffvg/claude-plugin-memory-keeper --plugin memory-keeperRetrieves project memory for user queries via three-step fallback: ROOT.md topics triage, frontmatter manifest LLM selection from weekly/monthly notes, qmd search. Use when past knowledge may apply.
Searches an Obsidian vault for prior knowledge, past decisions, and accumulated learnings, surfacing relevant notes before answering from general knowledge. Uses index-first retrieval with fallback content search.
Searches sayou workspace for past decisions, research, notes via structured path/frontmatter, content grep, and semantic search. Useful for recalling prior workspace knowledge.