Routing and retrieval policy for your personal knowledge base at ~/code/knowledge (or the knowledge-base: path in the active project CLAUDE.md). Use when the user asks about past research, prior notes, captured sources, topics they have studied, or anything that might live in a personal wiki of synthesized notes. Triggers on phrases like "what do we know about", "check my notes", "any research on", "from the KB", "have I looked into", "do I have notes on". Tells you to read the cheap index/ files first, then query via the qmd MCP server (lex for known terms, vec for fuzzy), then open full notes only once the shortlist is small. Also the entry point for answering "is my KB healthy?" — points at just check.
$npx -y skills add kelp/kelp-claude-plugins --skill kb-research-policyInstalls into the current project.
Run `npx skills use "https://github.com/kelp/kelp-claude-plugins" --skill "kelp/kelp-claude-plugins/kb-research-policy"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/kelp/kelp-claude-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/kelp/kelp-claude-plugins"` and select the relevant skills, then follow their instructions.