What problem does it solve? Finding information across large collections of personal notes, meeting transcripts, and documentation is slow with plain grep and inaccurate with keyword-only search. This Skill sets up and operates qmd, a fully local search engine that indexes markdown and text files and retrieves answers using keyword matching, semantic vectors, and LLM reranking without any cloud dependency. ## Core Features & Use Cases - Three Search Modes: BM25 keyword search for exact terms, vector search for conceptual queries, and hybrid query mode combining query expansion, RRF fusion, and LLM reranking for best quality. - Collection Management: Add directories as named collections, attach context descriptions to improve retrieval accuracy, and generate embeddings with a single command. - MCP Integration: Expose search tools directly to the agent via stdio or an HTTP daemon that keeps models warm for fast repeated queries. - Use Case: A user with years of markdown meeting notes asks "what decisions were made about the database migration" and gets reranked, contextually relevant excerpts in seconds, all processed on-device. ## Quick Start Ask the agent to search your notes with qmd, for example: "Use qmd to find notes about the API redesign decisions in my knowledge base."