qmd

Search indexed markdown notes using BM25, vector, and hybrid modes.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/JuanJoseGonGi/skills --skill qmd-juanjosegongi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qmd
Source: https://github.com/JuanJoseGonGi/skills/tree/main/qmd
Command: npx skills add https://github.com/JuanJoseGonGi/skills --skill qmd-juanjosegongi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a fast, local search engine for markdown notes and documents, enabling quick retrieval of information from your personal knowledge base.

Core Features & Use Cases

  • Fast Keyword Search: Utilizes BM25 for near-instantaneous results on indexed markdown files.
  • Semantic Search: Offers vector-based search for conceptual matches when keyword search is insufficient.
  • Hybrid Search: Combines keyword and semantic search for comprehensive results.
  • Use Case: Quickly find all notes related to "project management" or locate a specific document about "API design" within your local markdown collection.

Quick Start

Search your local markdown notes for documents related to "AI agent development".

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 for specific keywords?

You can search local markdown notes using BM25 keyword search to find near-instantaneous matches for specific terms within your indexed personal knowledge base.

What is hybrid search for markdown documents?

Hybrid search for markdown documents combines traditional BM25 keyword matching with vector-based semantic search to retrieve comprehensive results from local note collections.

Can I find related markdown notes when exact keyword search fails?

Semantic vector search finds related markdown notes by matching conceptual meaning, allowing you to retrieve relevant documents even when exact keywords are absent.

Does local markdown search support filtering by specific collections?

Local markdown search supports collection-specific searches and result filtering, enabling targeted retrieval from individual indexed document collections.

What is the best way to retrieve documents from a personal knowledge base?

Using a local hybrid search engine is the best way to retrieve documents from a personal knowledge base, offering keyword, semantic, and combined search modes for fast information retrieval.