qmd

Index local Markdown files and search them by keyword or natural language.

Updated Mar 12, 2019
One-click install
npx skills add https://github.com/gustavofsantos/dot-files --skill qmd-gustavofsantos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qmd
Source: https://github.com/gustavofsantos/dot-files/tree/main/skills/qmd
Command: npx skills add https://github.com/gustavofsantos/dot-files --skill qmd-gustavofsantos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Local search for markdown knowledge bases, notes, and documentation, enabling fast retrieval of relevant content.

Core Features & Use Cases

  • Local Markdown indexing and search
  • Query by keywords or natural language across notes and docs
  • Use case: quickly locate a function or reference in your project notes

Quick Start

Ask QMD to search your notes for a keyword or topic.

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 knowledge base?

Local Markdown search enables fast retrieval across your notes and documentation by indexing files locally, allowing you to query content by keyword or natural language without external services.

Can I use natural language queries to find content in my Markdown files?

Yes, natural language search is supported across Markdown knowledge bases. The QMD workflow processes both lexical and vector query types to locate relevant content within your indexed project notes.

What do I need to set up local search for Markdown documentation?

You need the qmd CLI or server running locally to index your Markdown files. Once the local server is active, the indexing process builds a searchable knowledge base for keyword retrieval.

Does local Markdown search work for team documentation and project notes?

Yes, local Markdown indexing supports team documentation and personal project knowledge bases. It enables fast retrieval of functions, references, and topics across your entire local documentation repository.

What is the best way to quickly locate a specific reference in project notes?

Using a local Markdown knowledge base search is the best way to locate references. It indexes your project notes locally and allows rapid keyword or natural language queries to find exact content.

Why does local Markdown search require a CLI or server?

The qmd CLI or server is required because it performs the local Markdown indexing and processes the lexical and vector queries. Without this local infrastructure, the knowledge base cannot be searched.