What problem does it solve?
Quickly locate past lessons, API gotchas, architecture decisions, and learning notes across a user's local cross-project knowledge base to avoid repeating past mistakes and to accelerate troubleshooting.
Core Features & Use Cases
- Search both content and frontmatter keywords across the centralized ~/.claude/knowledge/ tree with optional category scoping.
- Classify queries as question-mode or browse-mode, show grouped file results with freshness indicators, and offer to read full entries.
- For question-style queries, read top matches and synthesize a concise answer citing source filenames; fall back to project-local docs and an Obsidian PKOS vault when needed.
- Use case: a developer investigating a recurring SwiftData concurrency bug can run a single query to find prior postmortems, mitigations, and architecture notes.
Quick Start
Use the kb skill by entering: /kb How do I handle SwiftData concurrency across actors?