What problem does it solve? Answers often already exist in local notes, wikis, and docs, but finding them across scattered markdown collections is slow. This Skill searches indexed markdown knowledge bases with lexical and semantic search, then retrieves full source documents so answers are grounded in actual content rather than snippets. ## Core Features & Use Cases - Hybrid Search Modes: Run BM25 lexical search for exact terms or structured qmd query with intent, lex, vec, and hyde fields for conceptual recall. - Source Retrieval: Fetch full documents by docid or path with qmd get and qmd multi-get, including line-numbered output and line-range slicing via the :from:count suffix. - Collection Management: List, filter, and maintain indexed collections with qmd collection, qmd status, and qmd doctor diagnostics. - Use Case: A user asks what their notes say about staying data-informed without becoming metric-driven. The agent runs a structured qmd query against the concepts collection, retrieves the matching note with qmd get, and answers with cited docids and line numbers. ## Quick Start Use the qmd skill to search my notes for the concept about metrics as instruments and retrieve the full source document.