kb
Installation
SKILL.md
KB Skill
Umbrella skill for knowledge base operations on research/{topic}/ wikis. Routes to the correct reference based on the intent requested.
Routing
Detect the user's intent and load the appropriate reference file:
| Intent | Trigger phrases | Reference |
|---|---|---|
| Compile | "kb compile", "compile wiki", "build knowledge base", "compile raw sources" | ${CLAUDE_SKILL_DIR}/references/compile.md |
| Query | "kb query", "ask knowledge base", "search kb", "kb question" | ${CLAUDE_SKILL_DIR}/references/query.md |
| Lint | "kb lint", "check kb health", "knowledge base health", "kb consistency" | ${CLAUDE_SKILL_DIR}/references/lint.md |