What problem does it solve?
This Skill allows you to quickly and efficiently search through your personal markdown knowledge bases, notes, meeting transcripts, and documentation, even when you don't remember the exact keywords.
Core Features & Use Cases
- Hybrid Search: Combines fast keyword search (BM25), semantic vector search for conceptual matches, and LLM re-ranking for the best results.
- Document Retrieval: Easily retrieve specific documents by path or a unique ID.
- Index Management: Check the status of your search index and manage collections.
- Use Case: You need to find information about a project you discussed in a meeting a few months ago. You remember it involved "client onboarding" but aren't sure of the exact terms used. You can use
qmd query "client onboarding" to find the most relevant notes or transcripts.
Quick Start
Search your notes for information about "project timelines".