skills/kb/SKILL.md
Knowledge base operations on `research/{topic}/` wikis: compile raw sources into wiki articles, query the wiki for answers, or health-check wiki consistency. Use for "compile knowledge base", "kb compile", "query knowledge base", "kb query", "ask knowledge base", "lint knowledge base", "kb lint", or "knowledge base health".
npx skillsauth add notque/claude-code-toolkit kbInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Umbrella skill for knowledge base operations on research/{topic}/ wikis. Routes to the correct reference based on the intent requested.
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 |
| Signal | Load These Files | Why |
|---|---|---|
| "kb compile", "compile wiki", "build knowledge base", "compile raw sources" | compile.md | Compile |
| "kb query", "ask knowledge base", "search kb", "kb question" | query.md | Query |
| "kb lint", "check kb health", "knowledge base health", "kb consistency" | lint.md | Lint |
documentation
Document translation: quick/normal/refined modes with chunked parallel subagents and glossary support.
development
AI image generation: Gemini and Nano Banana backends; single/series/batch workflows with prompt-to-disk.
testing
Unified voice content generation pipeline with mandatory validation and joy-check. 13-phase pipeline: LOAD, GROUND, STATS-CHECKPOINT, GENERATE, HOOK-GATE, VALIDATE, REFINE, VARIETY-GATE, JOY-CHECK, ANTI-AI, CLOSE-GATE, OUTPUT, CLEANUP. Use when writing articles, blog posts, or any content that uses a voice profile. Use for "write article", "blog post", "write in voice", "generate content", "draft article", "write about".
documentation
Critique-and-rewrite loop for voice fidelity validation.