1 approved skill in this repository
Productivity
Local keyword and semantic search for indexed Markdown collections with three search modes. \n \n Supports three search modes: qmd search (fast BM25 keyword matching, typically instant), qmd vsearch (semantic similarity via local embeddings, slower), and qmd query (hybrid with LLM reranking, generally slowest) \n Index Markdown collections once with qmd collection add , then search across multiple files or retrieve specific documents by path or ID \n Includes maintenance commands ( qmd update ,