What problem does it solve? New projects lack a shared source of truth, so every agent session starts cold and humans repeat context. This Skill scaffolds a canonical kb/ knowledge base and links it into the agent entry-point file so project truth travels with the repo. ## Core Features & Use Cases - Canonical KB scaffolding: Creates kb/product.md, architecture.md, rules.md, principles.md, glossary.md, decisions.md, plus a README.md index, all with prompt-only placeholders. - Agent entry-point wiring: Creates CLAUDE.md if missing, or idempotently inserts a ## Knowledge Base reference section into an existing CLAUDE.md or AGENT.md. - Idempotent and non-destructive: Never overwrites existing KB files or unrelated CLAUDE.md sections, so it is safe to re-run. - Use Case: After cloning a fresh repo, run the skill once to establish the knowledge base structure, then fill in product truth yourself while every future agent session reads the same files. ## Quick Start Ask the agent to run /kb-init from your project root to create the kb/ knowledge base files and register them in CLAUDE.md.