| name | create-kb |
| description | Create a complete KB domain from scratch with MCP validation. Use when adding
a new knowledge base domain for a technology, library, or concept.
|
Create Knowledge Base Command
Create a complete KB section from scratch with MCP validation.
Usage
/create-kb <DOMAIN>
Examples: /create-kb redis, /create-kb pandas, /create-kb authentication
What Happens
- Validates prerequisites — checks
_templates/ and _index.yaml exist
- Invokes architect-kb agent — executes full workflow
- Reports completion — shows score and files created
Options
| Command | Action |
|---|
/create-kb <domain> | Create new KB domain |
/create-kb --audit | Audit existing KB health |
See Also
- Agent:
.github/agents/architect-kb.agent.md
- Example:
.github/kb/{domain}/
- Templates:
.github/kb/_templates/
- Registry:
.github/kb/_index.yaml