@@ -114,17 +114,21 @@ KB files are referenced in CLAUDE.md's Knowledge Base table. Claude Code reads t
114114
115115### Commands
116116
117- - ` /kb-learn ` - Capture learnings from a conversation
118- - ` /kb-add ` - Quickly add a single learning or rule
117+ - ` /kb-learn ` - Analyze the current conversation and extract learnings to KB files
118+ - ` /kb-add ` - Quickly add a learning or rule with interactive location picker
119+ - ` /kb-import ` - Register existing KB files in CLAUDE.md (adds missing frontmatter)
120+ - ` /kb-ingest ` - Ingest specific markdown files from anywhere in the project into the KB
121+ - ` /kb-harvest ` - Harvest knowledge from external sources: sibling repos, directories, files, or web URLs
122+ - ` /kb-discover ` - Analyze source code to extract implicit knowledge into KB articles
123+ - ` /kb-absorb ` - Migrate existing CLAUDE.md sections and docs/ content into the KB
124+ - ` /kb-remove ` - Remove a KB file and its CLAUDE.md reference
125+ - ` /kb-list ` - List all registered KB files with status, tags, dates, and cross-references
126+ - ` /kb-search ` - Search across KB files by keyword, topic, or tag (` tag:security ` )
127+ - ` /kb-prune ` - Interactive cleanup: stale refs, duplicates, merges, frontmatter health
119128- ` /kb-query ` - Query the KB and synthesize answers (optionally filed back as articles)
120- - ` /kb-import ` - Register an existing KB file in CLAUDE.md
121- - ` /kb-ingest ` - Ingest specific markdown files into the KB
122- - ` /kb-absorb ` - Migrate existing docs and CLAUDE.md content into the KB
123- - ` /kb-list ` - View all registered KB files and their status
124- - ` /kb-search ` - Search across KB files by keyword or tag
125- - ` /kb-prune ` - Clean up and consolidate the knowledge base
126- - ` /kb-auto ` - Toggle automatic learning capture
127- - ` /kb-obsidian ` - One-time migration for Obsidian compatibility
129+ - ` /kb-auto ` - Toggle automatic knowledge capture at end of conversations
130+ - ` /kb-organize ` - Reorganize flat KB files into category folders
131+ - ` /kb-obsidian ` - One-time upgrade for Obsidian compatibility, index, log, and folders
128132```
129133
130134If `docs/kb/` already exists, skip this step.
0 commit comments