qmd

Search local markdown files with hybrid keyword and semantic retrieval.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/LynxLabVN/office-agent --skill qmd-lynxlabvn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qmd
Source: https://github.com/LynxLabVN/office-agent/tree/main/agent-core/optional-skills/research/qmd
Command: npx skills add https://github.com/LynxLabVN/office-agent --skill qmd-lynxlabvn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill empowers you to efficiently search your local knowledge bases, notes, and documents using a hybrid retrieval engine with advanced features.

Core Features & Use Cases

  • Hybrid Search: Combines keyword matching, semantic understanding, and LLM reranking.
  • Local AI: Runs on your device with no cloud dependencies.
  • CLI and MCP Integration: Supports both command-line and MCP client integration.
  • Use Case: When you need to find specific information within a large collection of markdown/text files quickly and accurately.

Quick Start

Run 'qmd search "search term"' to start searching your indexed notes and documents.

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 markdown knowledge base without relying on cloud services?

You can search your local markdown knowledge base without cloud services by using a hybrid retrieval engine that runs entirely on your device. It combines keyword matching, semantic vector search, and LLM reranking to deliver accurate results from locally stored files.

What's the best way to find specific information across a large collection of markdown notes?

The best way to find specific information in large markdown collections is using a hybrid search engine that combines keyword matching, semantic understanding, and LLM reranking. This approach delivers comprehensive and accurate search results across your local documents.

How do I integrate local knowledge base search into my MCP client workflow?

You can integrate local knowledge base search into your MCP client workflow using the built-in MCP integration support. The Skill operates locally and supports both MCP clients and command-line interfaces for flexible querying of your indexed notes.

Does qmd work with markdown files and can I use it from the command line?

Yes, qmd works with markdown files and supports command-line usage. You can run 'qmd search "search term"' from the CLI to quickly search your indexed notes and documentation files stored locally.

How does semantic vector search combined with LLM reranking improve local search results?

Semantic vector search combined with LLM reranking improves local search results by first understanding the contextual meaning of your query and then intelligently reordering the matches. This hybrid approach ensures both relevance and accuracy when retrieving information from your knowledge base.

Can I use local AI search for documentation files that are not in markdown format?

The local AI search is specifically designed to retrieve information from locally stored markdown, note, and documentation files. It leverages keyword and semantic vector search optimized for these text-based formats to deliver accurate search results.