qmd

Search local Markdown notes using BM25 keyword indexing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Locates and retrieves relevant information from local Markdown notes and documents.

Core Features & Use Cases

  • Index Markdown collections (e.g., notes, docs) for fast keyword searches
  • Optional semantic search to surface related content
  • Use cases include finding related notes, retrieving specific documents, and exploring knowledge bases

Quick Start

Search your local Markdown notes and retrieve matching documents from your collection.

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 and docs offline?

Locate and retrieve information from local Markdown notes by building a local index that enables fast BM25 keyword search, with optional vector-based similarity to surface related content while working completely offline.

What is the best way to find related notes in a personal knowledge base?

Finding related notes in a personal knowledge base is best handled by indexing Markdown collections and applying optional vector-based similarity search to surface conceptually related documents across varying structures and embedded content.

How does semantic search work for retrieving specific Markdown documents?

Semantic search for Markdown documents works by applying optional vector-based similarity alongside local BM25 keyword indexing, allowing you to retrieve specific files from local documentation collections without external services.

Can I index a large documentation collection of Markdown files locally?

Yes, you can index large local Markdown documentation collections. The system targets personal knowledge bases and note archives, handling varying markdown structures and embedded content for fast offline retrieval.

Do I need an internet connection to search my local Markdown notes?

No, an internet connection is not required. The local indexing and retrieval mechanism works completely offline, utilizing BM25 keyword search and optional vector similarity without relying on external services.

What are the limitations of using offline keyword search for Markdown notes?

Offline keyword search for Markdown notes relies on local BM25 indexing and optional vector similarity, meaning it is limited to the indexed local collection and cannot retrieve external web content or documents outside the archive.