kb-init
Installation
SKILL.md
KB Init
One-time setup, migration, and repair for the review-gated workflow.
Quick Start
For a fresh vault, the happy path is four steps:
- Init — run
kb-initto create the support layer (raw/,wiki/,outputs/,AGENTS.md) - Ingest — run
kb-ingestto register raw sources intoraw/_manifest.yaml - Compile — run
kb-compileto build reviewable drafts - Review — run
kb-reviewto approve drafts into the permanent wiki underwiki/live/
After that, use kb-query to ask questions, kb-render to generate deterministic outward artifacts, and kb-review maintenance mode to audit drift.
This mirrors Karpathy's LLM Wiki pattern: raw sources are immutable evidence, the LLM compiles and maintains the wiki, and you curate by sourcing documents and asking the right questions.