What problem does it solve?
Searching a large markdown knowledge base often returns fragmented results, and naive queries lose the pointers to the most relevant content. This Skill provides a structured workflow for running multi-query searches with the qmd CLI, extracting high-scoring chunk IDs, and fetching exactly the context needed without overwhelming the context window.
Core Features & Use Cases
- Multi-Query Search: Combines hybrid query, BM25 keyword search, and vector similarity search to cast a wide net over the knowledge base.
- Chunk ID Extraction: Bypasses default result limits, applies minimum score thresholds, and parses raw output to deduplicate and rank chunk IDs by score.
- Targeted Retrieval: Fetches specific chunks by hash ID or full documents by URI, with line-limit controls to keep context lean.
- Use Case: When asked a question about a topic documented across many markdown files, run several qmd query types, collect the top 10 scoring chunks, and retrieve only those snippets to answer with precise, relevant context.
Quick Start
Use the qmd skill to search the knowledge base for information about Interaction to Next Paint and retrieve the most relevant chunks.