qmd

Index local markdown notes, transcripts, and documentation for hybrid search.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of fragmented personal knowledge by providing a unified, local search engine that indexes your notes, transcripts, and documentation without relying on cloud services.

Core Features & Use Cases

  • Hybrid Search: Combines BM25 keyword matching with semantic vector search and LLM-powered reranking for high-precision results.
  • Knowledge Management: Indexes diverse file types including markdown notes, meeting transcripts, and technical documentation.
  • Use Case: Quickly find specific decisions made in past meetings or locate technical documentation across large local project directories using natural language queries.

Quick Start

Use the qmd skill to perform a hybrid search for information regarding the database migration plan across your project documentation.

Frequently Asked Questions about qmd

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

FAQPage Schema
How do I search my local knowledge base using natural language queries?

You can search your local knowledge base using natural language by combining keyword matching, semantic vector search, and LLM-powered reranking to retrieve precise information from indexed markdown notes and transcripts.

What is hybrid search for personal knowledge management?

Hybrid search for personal knowledge management combines BM25 keyword matching with semantic vector search and LLM-powered reranking to deliver high-precision information retrieval across local files.

Do I need Node.js and SQLite to index markdown notes locally?

Yes, you need Node.js 22 and SQLite with extension support to maintain a persistent, private index of local files for your markdown notes and documentation.

Can I find specific decisions in past meeting transcripts without cloud services?

Yes, you can find specific decisions in past meeting transcripts by indexing them locally on-device, which completely avoids the need for cloud services and ensures your data remains private.

Does local AI search support indexing technical documentation across project directories?

Local AI search supports indexing technical documentation across large local project directories, allowing you to quickly locate specific information using natural language queries.

What are the limitations of on-device search for a private knowledge base?

On-device search for a private knowledge base requires specific environment prerequisites like Node.js 22 and SQLite with extension support, and is limited to indexing local files such as markdown notes, transcripts, and documentation.