qmd

Search local markdown knowledge bases with hybrid keyword and semantic retrieval.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you find information that already exists in your local notes, memory files, wiki pages, agent docs, and project knowledge bases instead of wasting time on web search or guessing.

Core Features & Use Cases

  • Hybrid Local Search: Uses keyword and semantic search to surface the most relevant documents from indexed workspaces.
  • Source Retrieval: Pulls full documents by docid or path so answers can be grounded in original text.
  • Scoped Knowledge Lookup: Supports agent-specific and collection-specific searches for notes, memory, wiki, and project documentation.
  • Use Case: When you need to recall a past decision, project detail, or note from your own knowledge base, this Skill finds the source and helps you answer from it accurately.

Quick Start

Ask the qmd skill to search your local knowledge base for the topic you need and retrieve the most relevant source documents before answering.

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 wiki pages?

You can search local markdown notes and wiki pages by using a hybrid approach of keyword and semantic retrieval across indexed workspaces, surfacing relevant documents to ground answers in original text.

How does semantic retrieval work for local knowledge bases?

Semantic retrieval for local knowledge bases works by applying hybrid search algorithms to scoped collections of your notes and project docs, finding contextually relevant information from indexed text before answering.

Can I retrieve the full source document after finding a specific note?

Yes, you can retrieve the full source document after finding a note. The Skill pulls complete documents by docid or path, ensuring answers are grounded in the original text from your local memory files.

What is the best way to recall past project decisions from my own docs?

The best way to recall past project decisions from your own docs is using scoped knowledge lookup, which searches agent-specific and collection-specific project documentation to find the exact source.

Does this local search tool require a pre-indexed workspace to find memory files?

Yes, finding memory files requires a pre-indexed workspace. The Skill performs hybrid search and source retrieval on indexed local knowledge bases, meaning your notes, wiki pages, and project docs must be indexed locally first.