qmd

Search local markdown notes and transcripts using hybrid keyword and vector retrieval.

Updated Jun 25, 2026
One-click install
npx skills add https://github.com/davpatel605-beep/hermusagent --skill qmd-davpatel605-beep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qmd
Source: https://github.com/davpatel605-beep/hermusagent/tree/main/backend/vendor/hermes/optional-skills/research/qmd
Command: npx skills add https://github.com/davpatel605-beep/hermusagent --skill qmd-davpatel605-beep

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users find relevant information across large collections of personal notes, documents, and transcripts without manually browsing files or relying on cloud search services.

Core Features & Use Cases

  • Hybrid Knowledge Search: Combines BM25 keyword retrieval, vector semantic search, and LLM reranking to improve local document discovery.
  • Knowledge Base Integration: Searches markdown notes, meeting transcripts, project documentation, and other text collections through CLI or MCP workflows.
  • Use Case: Find decisions from past meetings, locate project documentation, or answer questions from a personal research archive stored on a local machine.

Quick Start

Use the qmd skill to search my local notes and documents for information about the topic I provide.

Frequently Asked Questions about qmd

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How does semantic search work for local markdown notes and meeting transcripts?

Semantic search for local markdown notes and meeting transcripts works by combining BM25 keyword retrieval, vector search, and LLM reranking. This hybrid approach locates relevant information across personal document collections without relying on cloud services.

What is the best way to search personal knowledge bases without cloud services?

The best way to search personal knowledge bases without cloud services is using a local search tool that indexes your text collections. It enables semantic knowledge discovery directly on your machine for markdown files, documentation, and transcripts.

How do I retrieve information from past meeting transcripts stored locally?

To retrieve information from past meeting transcripts stored locally, use a local search tool that supports hybrid retrieval. It indexes your transcripts and allows you to query past decisions or discussion topics directly from your personal archive.

Can I use MCP workflows for document retrieval from personal research archives?

Yes, you can use MCP workflows for document retrieval from personal research archives. Local search tools support MCP and CLI workflows to query text collections, enabling efficient knowledge discovery from your indexed documentation.

Do I need local indexing capabilities for semantic knowledge discovery?

Yes, you need local indexing capabilities for semantic knowledge discovery. Local indexing is required to structure your markdown notes and documentation archives so they can be queried using hybrid keyword and vector retrieval methods.

What are the limitations of relying on BM25 keyword retrieval for local documents?

Relying solely on BM25 keyword retrieval for local documents limits matching to exact terms, missing contextual meaning. Combining it with vector semantic search and LLM reranking overcomes this limitation by improving local document discovery accuracy.