qmd

Search local markdown notes using BM25, vector, or hybrid modes.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/shreed27/DAIN --skill qmd-shreed27
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qmd
Source: https://github.com/shreed27/DAIN/tree/main/CloddsBot-main/src/skills/bundled/qmd
Command: npx skills add https://github.com/shreed27/DAIN --skill qmd-shreed27

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a fast and efficient way to search through local Markdown files, enabling quick retrieval of information from personal notes, documentation, or knowledge bases.

Core Features & Use Cases

  • Keyword Search: Utilizes BM25 for rapid text-based searching.
  • Semantic Search: Offers vector-based search for conceptual similarity when keywords fail.
  • Hybrid Search: Combines keyword and semantic search for comprehensive results.
  • Use Case: Quickly find all notes related to a specific project by searching for project keywords, or locate documents discussing a particular concept even if the exact wording isn't known.

Quick Start

Search your local markdown files for notes about 'project alpha'.

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 notes instantly?

To search markdown notes instantly, you can use a local hybrid search tool that indexes your documents and retrieves matching files based on keywords or semantic meaning.

What is the difference between keyword and semantic search for markdown knowledge bases?

Keyword search uses BM25 algorithms for rapid text matching in markdown files, while semantic vector search finds conceptually similar notes even when exact wording differs, and hybrid search combines both.

Can I find markdown documents discussing a concept without knowing the exact keywords?

Yes, you can find markdown documents by using vector-based semantic search, which retrieves content based on conceptual similarity rather than requiring exact keyword matches.

How do I search within a specific collection of markdown notes?

You can search within specific markdown note collections by using optional collection targeting features, which filter retrieval results to only include documents from your designated indexed groups.

Does local markdown search work without an internet connection?

Local markdown search operates entirely on your machine by indexing local files and using BM25 or vector search modes, meaning no internet connection is required for document retrieval.

When should I use hybrid search instead of just keyword search for my notes?

You should use hybrid search when you need comprehensive markdown note retrieval, as it combines the precise text matching of BM25 keyword search with the conceptual coverage of vector semantic search.