What problem does it solve? Finding information across large collections of markdown notes, documentation, and knowledge bases is slow with plain grep and imprecise with naive keyword search. This Skill provides structured hybrid search over local markdown content using lexical, semantic, and hypothetical-document queries. ## Core Features & Use Cases - Hybrid Query Types: Combine lex (BM25 keywords), vec (natural language questions), and hyde (hypothetical answer passages) in a single search, with reciprocal rank fusion and reranking. - Multiple Interfaces: Query via MCP tools (query, get, multi_get, status), the qmd CLI, or an HTTP API on port 8181. - Collection Filtering & Intent Steering: Restrict searches to named collections and disambiguate vague terms with an intent signal. - Use Case: Ask "how does the rate limiter handle burst traffic" and retrieve the relevant chunk from your engineering docs, combining a keyword query for rate limiter with a semantic question for best recall. ## Quick Start Ask the assistant to search your notes for how the payment service processes refunds using qmd.