qmd

Enable hybrid BM25 and vector search across local markdown and JSONL files.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/lev-os/lev-content --skill qmd-lev-os
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qmd
Source: https://github.com/lev-os/lev-content/tree/main/sources/skills/lev-find-qmd
Command: npx skills add https://github.com/lev-os/lev-content --skill qmd-lev-os

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides fast, full-text and semantic search capabilities across local markdown and JSONL files, including conversation histories, making it easy to find specific information without relying on external services.

Core Features & Use Cases

  • Hybrid Search: Combines BM25 full-text search with vector similarity search for comprehensive results.
  • Collection Management: Index and manage multiple collections of text files.
  • Use Case: Quickly find discussions about "authentication middleware" across your claude-sessions, claudesp-sessions, and clawdbot-sessions by running a single command.

Quick Start

Search for "authentication jwt middleware" across your local session files.

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 and JSONL conversation history files?

You can search local markdown and JSONL files using hybrid search, which combines BM25 full-text matching with vector similarity to retrieve relevant information from indexed local data stores.

What is hybrid search and how does it work for local text retrieval?

Hybrid search for local text retrieval combines BM25 keyword matching with vector embedding similarity, ensuring you find both exact phrases and semantically related content across your local collections.

Can I search across multiple Claude session histories at once?

Yes, you can index and manage multiple collections of text files, allowing you to search across various Claude variant conversation histories simultaneously using a single query.

Does this tool provide an MCP server for agent integration?

Yes, it provides an MCP server for agent integration, enabling automated systems to perform hybrid search and retrieve information directly from your locally indexed markdown and JSONL data stores.

How do I update the search index after adding new markdown files?

You can update the search index by running collection management commands, which scan your local files and refresh the BM25 and vector embeddings to include newly added markdown and JSONL content.