qmd

Search local Markdown knowledge bases using BM25 and semantic vector search.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows you to efficiently search through your personal knowledge base, notes, documents, and past conversations stored in Markdown format, all processed locally.

Core Features & Use Cases

  • Keyword Search: Quickly find information using keyword-based search (BM25).
  • Semantic Search: Discover information based on meaning, even if different words are used.
  • Deep Search: Combines query expansion, keywords, semantic search, and re-ranking for highly accurate results.
  • Document Retrieval: Get the full content of specific documents found during searches.
  • Status Check: View the index status, available collections, and document counts.
  • Use Case: Ask "What did I learn about prompt engineering last month?" and have the skill search your notes and past conversations to provide relevant information.

Quick Start

Search my notes for information about local LLMs.

Frequently Asked Questions about qmd

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

FAQPage Schema
How do I search my markdown notes locally?

You can search markdown notes locally using keyword, semantic, or deep search strategies. It processes your personal knowledge base and past conversations directly on your device to retrieve relevant information.

What is semantic search for markdown knowledge bases?

Semantic search finds information based on meaning rather than exact keywords. It enables you to discover relevant notes and documents in your markdown knowledge base even when different words are used.

How do I find past conversations stored in markdown?

You can find past conversations stored in markdown by querying your local index. The skill uses query expansion, keyword matching, and semantic re-ranking to accurately retrieve relevant past chat logs.

Can I retrieve the full content of a document found during a search?

Yes, you can retrieve the full content of specific documents found during searches. After identifying a relevant markdown file through search results, the skill facilitates retrieving its complete text.

Does deep search improve markdown retrieval accuracy?

Yes, deep search improves markdown retrieval accuracy by combining query expansion, keywords, semantic vector search, and re-ranking. This multi-method approach ensures highly accurate results for complex queries.

How do I check the index status of my markdown notes?

You can check the index status of your markdown notes to view available collections and document counts. This status check helps verify that your local knowledge base is properly indexed for searching.