qmd

Index local notes and transcripts for hybrid BM25 and vector search.

3|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/ever-oli/io --skill qmd-ever-oli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qmd
Source: https://github.com/ever-oli/io/tree/main/optional-skills/research/qmd
Command: npx skills add https://github.com/ever-oli/io --skill qmd-ever-oli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Local knowledge bases, notes, transcripts, and documents are often scattered and hard to locate. This skill enables fast, on-device search with a hybrid retrieval pipeline to surface relevant content without cloud dependencies.

Core Features & Use Cases

  • Hybrid retrieval: BM25 keyword search plus vector semantic search with LLM reranking for high-quality results.
  • On-device indexing: indexes markdown notes, meeting transcripts, and documentation locally.
  • MCP integration: exposes native tools for automation via MCP.

Quick Start

Use qmd to search your notes for "onboarding" and retrieve matching documents.

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

You can search local markdown notes and transcripts offline by indexing them on-device with a hybrid retrieval pipeline that combines BM25 keyword search and vector semantic similarity to surface relevant documents without cloud dependencies.

What is hybrid retrieval for personal knowledge bases?

Hybrid retrieval for personal knowledge bases is a search mechanism that combines BM25 keyword matching with vector semantic search and LLM reranking to optimize retrieval quality across local document collections.

Does local knowledge base search support MCP integration for automation?

Yes, local knowledge base search supports MCP integration by exposing native tools that allow you to automate indexing and retrieval workflows across your personal documentation collections.

Can I use vector similarity and BM25 keyword search together?

Yes, you can use vector similarity and BM25 keyword search together through the hybrid retrieval pipeline, which then applies LLM reranking to the combined results to deliver high-quality matches from your indexed content.

Do I need cloud services for vector search on my documentation?

No, you do not need cloud services for vector search on your documentation. The skill performs on-device indexing and local computation for vector similarity and BM25 search, ensuring your knowledge base remains private.

What is the best way to find specific information across scattered local documents?

The best way to find specific information across scattered local documents is to index them locally and use a hybrid search approach, leveraging BM25 and vector similarity with LLM reranking to quickly surface precise matches.