From memory-keeper
This skill should be used when the user says "research", "look into", "look up", "find out about", "search for", or asks about a topic needing investigation. Checks persistent memory first, performs web research if insufficient, persists results.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memory-keeper:context-researchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Use `mcp__qmd__search` with `collection: "ctx"` for the topic
mcp__qmd__search with collection: "ctx" for the topicmcp__qmd__deep_search with collection: "ctx" if few resultsmcp__qmd__search with collection: "z-core" (Obsidian vault) as secondary fallbackmcp__firecrawl__firecrawl_search to find current informationmcp__firecrawl__firecrawl_scrape to read relevant pagesRead 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).
context-save skill procedure with type: common — research output is global/cross-project knowledge_summary.md and <insights_root>/INDEX.mdReturn both the answer AND confirmation of what was persisted to memory.
npx claudepluginhub popoffvg/claude-plugin-memory-keeper --plugin memory-keeperResearches any topic by decomposing the question, searching the web and vault, and synthesizing findings into a structured vault note with source links and confidence levels.
Runs an autonomous iterative research loop: web searches, source fetching, synthesis, and filing structured wiki pages. Useful for deep dives that produce a knowledge base rather than a chat response.
Conducts deep parallel research on a topic using web searches, saves cited markdown files with validated URLs, and produces a synthesis summary.