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 |
tools
Shell configuration: Fish and Zsh setup, PATH, completions, plugins.
tools
Kubernetes operations: debugging, security, RBAC, and infrastructure tooling.
development
Swift development: concurrency patterns, async/await, actors, testing with XCTest and Swift Testing framework.
development
PHP development: code quality, PSR standards, testing with PHPUnit.