qmd
Installation
SKILL.md
qmd - Local Document Search
Semantic + full-text search across local markdown docs using local LLMs.
When to Use
Use qmd when the user wants to search their personal notes, documentation, or knowledge base. This includes Obsidian vaults, markdown notes directories, and any indexed collections.
Search Commands
qmd search "query" # BM25 full-text search
qmd vsearch "query" # Semantic vector search
qmd query "query" # Hybrid search with LLM reranking (best quality)