qmd

Search local Markdown notes using BM25 keyword and optional vector search.

71|22|Updated Apr 6, 2020
One-click install
npx skills add https://github.com/nirholas/agenti --skill qmd-nirholas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qmd
Source: https://github.com/nirholas/agenti/tree/main/packages/protocols/x402-cloddsbot/src/skills/bundled/qmd
Command: npx skills add https://github.com/nirholas/agenti --skill qmd-nirholas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly locate and retrieve information from local Markdown notes and docs using fast keyword search and optional semantic ranking.

Core Features & Use Cases

  • BM25 keyword search for fast results over Markdown collections
  • Vector semantic search for content similarity when keywords fail
  • Retrieve full documents or specific sections from indexed notes
  • Use case: project documentation, personal knowledge bases, and research notes

Quick Start

Ask QMD to search your notes with a query to begin.

Frequently Asked Questions about qmd

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

FAQPage Schema
How do I search local Markdown notes and retrieve specific sections?

You can search local Markdown notes by indexing your files and querying them to retrieve either full documents or specific sections using fast BM25 keyword search.

What is the best way to find information in a personal knowledge base when exact keywords fail?

When exact keywords fail, you can use optional vector semantic search to rank indexed Markdown notes by content similarity, enabling deeper relevance retrieval from your knowledge base.

Does this tool support both keyword and semantic search for project documentation?

Yes, it supports BM25 keyword search by default for fast results and optional vector semantic search to capture content similarity for your project documentation.

Can I index a large collection of local Markdown files for fast retrieval?

Yes, it indexes local Markdown collections, allowing you to perform fast retrieval across personal knowledge bases, research notes, and team docs.

How do I start searching my research notes with QMD?

To start searching your research notes, simply index your local Markdown files and ask QMD to search your collection using a natural language query.

What are the limitations of using BM25 search for Markdown documents?

BM25 keyword search is fast but relies on exact term matching; it may miss contextually relevant documents if your query lacks specific keywords, where optional semantic search is needed.