qmd

Search local notes and transcripts with BM25, vector search, and LLM reranking on-device.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Local, on-device search for personal knowledge bases across markdown notes, meeting transcripts, and documentation with a hybrid retrieval pipeline and LLM reranking, all without cloud dependencies.

Core Features & Use Cases

  • Local, on-device search for Markdown notes, documents, and transcripts using BM25, vector search, and LLM reranking.
  • Supports indexing, context-aware retrieval, and fast multi-collection queries for personal knowledge management.
  • Integration-ready with Cronus Agent MCP for seamless tool access.

Quick Start

Search my notes for 'onboarding' using qmd.

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 documents without cloud dependencies?

Local, on-device search for markdown notes and documents uses a hybrid retrieval pipeline combining BM25, vector search, and LLM reranking. This retrieves personal knowledge bases directly on your machine without cloud dependencies.

What are the prerequisites for running on-device knowledge base search?

On-device knowledge base search requires Node.js version 22 or higher and SQLite with extension support on macOS. You also need to download initial local GGUF models to enable the vector search and LLM reranking pipeline.

Can I use vector search and BM25 together for local document retrieval?

Yes, hybrid retrieval combines BM25 and vector search for local document retrieval. The pipeline then applies LLM reranking to deliver context-aware results across multiple indexed collections of notes and project files.

How do I integrate local search tools with Cronus Agent?

Local search tools integrate with Cronus Agent through exposed MCP tools and configurations. This allows the agent to directly access your indexed local knowledge bases and retrieve relevant notes or documentation.

Does local document search work for indexing meeting transcripts and project files?

Yes, local document search supports indexing meeting transcripts and project files. The system indexes these local files to enable fast multi-collection queries and context-aware retrieval across your personal knowledge management system.