qmd

Index and query Markdown content locally with keyword and semantic search.

1|1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/tan-yong-sheng/GrowChat --skill qmd-tan-yong-sheng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qmd
Source: https://github.com/tan-yong-sheng/GrowChat/tree/main/.claude/skills/qmd
Command: npx skills add https://github.com/tan-yong-sheng/GrowChat --skill qmd-tan-yong-sheng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Markdown content often lives in scattered notes and documents, making retrieval slow and manual. QMD provides fast local search across Markdown knowledge bases, notes, and documentation by indexing and querying content locally.

Core Features & Use Cases

  • Local search over Markdown files and notes with keyword and semantic querying
  • Works with MCP server to integrate with Claude-like clients
  • Real-world use case: quickly locate a specific policy or note across a large Markdown collection

Quick Start

Install qmd globally and index your Markdown collections, then start querying with keywords or natural language.

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 with fast keyword and semantic retrieval?

Local search for Markdown notes is enabled by installing the qmd CLI globally via npm to index your knowledge bases, allowing fast keyword and semantic retrieval directly on your machine.

What is the best way to find a specific document in a large Markdown knowledge base?

The best way to find a specific document in a large Markdown knowledge base is using a local indexing tool like qmd, which enables fast querying across scattered notes and documents without manual searching.

Can I integrate Markdown search with an MCP server and Claude-like clients?

Yes, qmd works with an MCP server to integrate local Markdown search directly with Claude-like clients, enabling you to query your indexed notes and documentation seamlessly within your assistant environment.

Do I need to install npm packages to index and query Markdown files?

Yes, you need to install the qmd tooling globally using npm install -g @tobilu/qmd to index and query your Markdown data, which provides the fast local search functionality over your knowledge bases.

How does local Markdown indexing handle scattered notes and documents?

Local Markdown indexing handles scattered notes by scanning and indexing content across your file system, enabling fast retrieval of specific policies or notes across a large Markdown collection without relying on external servers.