What problem does it solve?
This Skill eliminates the tedious, error-prone manual work of building and maintaining semantic search indexes for project knowledge bases (KB), enabling fast, accurate semantic search over markdown KB files without constant manual intervention.
Core Features & Use Cases
- Opt-in Cold Start Indexing: Build a full LanceDB semantic search index from all markdown files in your project's kb/ directory in one go, automatically excluding operational report files and the index directory itself.
- Incremental Index Updates: Only re-index changed or deleted KB files to save time, avoiding full rebuilds for small edits to existing documentation.
- Configurable Embedding & Chunking: Use your preferred embedding model and chunking strategy (by section or fixed character length) to tailor the index to your specific KB content and search needs.
- Use Case: A product team with hundreds of markdown KB files can run this Skill to instantly enable semantic search across their entire knowledge base, and keep the index up to date as docs are edited without manual rework.
Quick Start
Use the kb-reindex skill to build a full semantic search index for all files in your project's kb/ directory, or update the existing index with only the files you've changed recently.