Help us improve
Share bugs, ideas, or general feedback.
From agentspec
Creates a new knowledge base domain from scratch with MCP validation. Also supports auditing existing KB health via --audit.
npx claudepluginhub luanmorenommaciel/agentspec --plugin agentspecHow this command is triggered — by the user, by Claude, or both
Slash command
/agentspec:create-kbknowledge/The summary Claude sees in its command listing — used to decide when to auto-load this command
--- name: create-kb description: Create a complete KB domain from scratch with MCP validation --- # Create Knowledge Base Command > Create a complete KB section from scratch with MCP validation. ## Usage **Examples**: `/create-kb redis`, `/create-kb pandas`, `/create-kb authentication` ## What Happens 1. **Validates prerequisites** — checks `_templates/` and `_index.yaml` exist 2. **Invokes kb-architect agent** — executes full workflow 3. **Reports completion** — shows score and files created ## Options | Command | Action | |---------|--------| | `/create-...
/sp-healthRuns knowledge base health check via sp doctor, auto-fixes tag casing, broken links, missing metadata, archives stale docs, rebuilds index, commits changes, and reports summary.
/llm-wiki-bootstrapBootstraps a wiki-first knowledge system into the current project directory. Prompts for project name if needed, shows dry-run preview via Python script, runs on confirmation.
/wiki-queryQueries the compiled knowledge base wiki to answer a question with cited facts from relevant topics, points to sources if needed, and offers to file novel syntheses.
/knowledge-captureCaptures organizational knowledge including patterns, anti-patterns, performance baselines, validated assumptions, technology comparisons, and refactoring opportunities.
/kb-lintRuns deterministic KB health checks including registry coverage, broken wikilinks, index coverage, canvas validity, and consistency warnings, rewriting _system/lint-report.md.
Share bugs, ideas, or general feedback.
Create a complete KB section from scratch with MCP validation.
/create-kb <DOMAIN>
Examples: /create-kb redis, /create-kb pandas, /create-kb authentication
_templates/ and _index.yaml exist| Command | Action |
|---|---|
/create-kb <domain> | Create new KB domain |
/create-kb --audit | Audit existing KB health |
${CLAUDE_PLUGIN_ROOT}/agents/architect/kb-architect.md${CLAUDE_PLUGIN_ROOT}/kb/{domain}/${CLAUDE_PLUGIN_ROOT}/kb/_templates/${CLAUDE_PLUGIN_ROOT}/kb/_index.yaml