qmd

Search local markdown and text collections with hybrid retrieval.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Aevonix/colony-ai --skill qmd-aevonix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qmd
Source: https://github.com/Aevonix/colony-ai/tree/main/optional-skills/research/qmd
Command: npx skills add https://github.com/Aevonix/colony-ai --skill qmd-aevonix

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve? Local search of personal knowledge bases, notes, docs, and transcripts using a hybrid retrieval engine (BM25, vector search, and LLM reranking) on-device with no cloud dependency.

## Core Features & Use Cases

  • Hybrid retrieval: BM25, vector search, and LLM reranking for fast, relevant results across markdown/text collections.
  • CLI and MCP integration: seamless automation within Colony workflows.
  • Local indexing: supports notes, documentation, and meeting transcripts for personal knowledge management.

### Quick Start Index my notes directory and search for information on a given topic across all collections.

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 meeting transcripts offline?

Offline markdown search uses a hybrid retrieval engine combining BM25, vector search, and LLM reranking to index notes and transcripts locally on-device, returning relevant results without any cloud dependency.

What is hybrid retrieval for personal knowledge bases?

Hybrid retrieval for personal knowledge bases combines BM25 keyword matching, vector search, and LLM reranking to produce fast, relevant search results across local text collections without relying on cloud services.

Can I use MCP integration to automate local knowledge base search?

Yes, local knowledge base search supports MCP integration and CLI usage, allowing seamless automation of on-device indexing and retrieval workflows within Colony environments.

Does on-device vector search work without cloud dependencies?

On-device vector search works entirely offline by storing vectors locally and using configurable models, ensuring personal documentation and notes remain private without any cloud dependencies.

What is the best way to index personal documentation locally for fast retrieval?

The best way to index personal documentation locally is using an on-device hybrid ranking system that applies BM25, vector search, and LLM reranking to deliver fast, relevant retrieval offline.

Do I need an internet connection to run LLM reranking on my notes?

No, LLM reranking for notes operates on-device with configurable model usage and local vector storage, enabling offline search and retrieval of personal knowledge bases without an internet connection.