qmd

Index local Markdown notes with BM25 keyword search, vector semantic search, and LLM reranking.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Index Markdown notes locally to enable fast retrieval.

Core Features & Use Cases

  • BM25 keyword search for instant results over Markdown notes.
  • Vector semantic search and LLM reranking for improved relevance across large collections.
  • Local, API-key-free operation with embeddable models and offline indexing.

Quick Start

Install qmd and index your Markdown notes to enable instant local search.

Frequently Asked Questions about qmd

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

FAQPage Schema
How do I search markdown notes locally without requiring API keys?

You can search markdown notes locally without API keys by indexing them offline with embeddable models. This enables fast retrieval using BM25 keyword search and vector semantic search entirely on local resources.

What is the best way to combine BM25 keyword search and vector semantic search for markdown files?

Combining BM25 keyword search with vector semantic search and LLM reranking improves result relevance across large markdown collections. This hybrid approach ensures both exact term matching and contextual understanding during retrieval.

Can I use LLM reranking for large collections of markdown documents offline?

Yes, you can use LLM reranking for large markdown collections offline. The indexing and reranking processes operate entirely on local resources, utilizing embeddable models without needing external API keys.

How do I index markdown notes to enable fast local retrieval?

To index markdown notes for fast local retrieval, you process the files locally to build a searchable index. This index then supports instant BM25 keyword searches and vector semantic queries over your notes.

Does local vector search work for markdown notes without depending on cloud APIs?

Local vector search works for markdown notes without cloud APIs by using embeddable models for offline indexing. This allows you to perform semantic searches and LLM reranking completely on local resources.