What problem does it solve?
This Skill eliminates the tedious manual work of loading and sifting through entire knowledge base (KB) files to find specific concepts, terms, or constraints, drastically reducing the time spent on documentation lookups.
Core Features & Use Cases
- Hybrid Search Algorithm: Combines semantic vector search and BM25 keyword search to return the most relevant KB chunks, even for vague or highly specific queries.
- Contextual, Ranked Results: Each result includes the source file, section, relevance score, and content status for full context.
- Smart Default Filtering: Automatically excludes outdated historical and superseded chunks by default, and flags low-confidence results when no strong matches are found.
- Use Case: A developer implementing a new API endpoint can search for "API error response format" to instantly pull the exact relevant constraint from the KB spec without reading through unrelated documentation.
Quick Start
Use the kb-search skill to find all KB content related to database transaction requirements, returning the top 5 most relevant live results.