qmd

Search local Markdown notes using BM25 keyword and semantic similarity search.

15|1|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/iagocavalcante/claude-turbo-search --skill qmd-iagocavalcante
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qmd
Source: https://github.com/iagocavalcante/claude-turbo-search/tree/main/skills/qmd
Command: npx skills add https://github.com/iagocavalcante/claude-turbo-search --skill qmd-iagocavalcante

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Local search enables you to locate relevant Markdown notes, docs, and knowledge bases without opening multiple files, dramatically reducing token usage during exploration.

Core Features & Use Cases

  • Fast keyword search: Quickly locate relevant files using BM25-based search.
  • Semantic search fallback: Use semantic similarity to refine results when keywords fail.
  • Read-prioritization workflow: Retrieve only the necessary sections before reading full files.
  • Use Case: In a large codebase, find the definition of a function or the implementation of a feature without loading every file.

Quick Start

Run a qmd search before opening any Markdown file to locate the most relevant notes quickly.

Frequently Asked Questions about qmd

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

FAQPage Schema
How do I search local Markdown notes to save tokens during codebase exploration?

Local Markdown search minimizes token usage during codebase exploration by locating relevant files and sections before you read them. It uses fast keyword and semantic similarity searches to retrieve only the necessary definitions or implementations.

What is hybrid search for Markdown documentation and how does it work?

Hybrid search for Markdown documentation combines fast BM25 keyword search with semantic similarity ranking to locate relevant notes. This approach refines results when simple keyword matching fails to find the correct sections across knowledge bases.

Can I find function definitions in a large codebase without loading every file?

Yes, you can find function definitions in a large codebase without loading every file by running a local search query. This read-prioritization workflow retrieves only the specific sections needed, avoiding the token cost of opening multiple files.

Does local Markdown search require a separate indexing process for documentation files?

Local Markdown search requires building a local index maintained through status checks, updates, and embedding commands. This indexing process enables the fast BM25 keyword search and semantic similarity retrieval needed to query documentation effectively.

What is the best way to locate notes in a knowledge repository when keywords fail?

The best way to locate notes in a knowledge repository when keywords fail is to use semantic similarity search. This method falls back from standard keyword search to match meaning rather than exact terms, refining the results for relevant sections.