qmd

Search local markdown knowledge bases with hybrid retrieval and reranking.

1|Updated May 21, 2026
One-click install
npx skills add https://github.com/blueskies1818/hermesALIone --skill qmd-blueskies1818
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qmd
Source: https://github.com/blueskies1818/hermesALIone/tree/main/Agent/optional-skills/research/qmd
Command: npx skills add https://github.com/blueskies1818/hermesALIone --skill qmd-blueskies1818

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @tobilu/qmd, sqlite, node, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill solves the problem of efficiently searching through large collections of markdown notes, documents, and meeting transcripts, providing fast and accurate results without relying on cloud services.

Core Features & Use Cases

  • Hybrid Search: Combines keyword matching, semantic understanding, and LLM reranking for comprehensive local searches.
  • Personal Knowledge Bases: Indexes markdown notes, meeting transcripts, and documentation for personalized search experiences.
  • Use Case: Imagine you have a large repository of markdown files with notes and documentation. Use this Skill to search for specific information quickly and effectively, without the need to sift through numerous documents manually.

Quick Start

Use the qmd skill to search for information in your local knowledge base using the query 'my research on AI'.

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 meeting transcripts without cloud services?

You can search local markdown notes without cloud services by indexing them into a personal knowledge base for fast, accurate local retrieval.

What is hybrid search for personal knowledge bases?

Hybrid search for personal knowledge bases combines BM25 keyword matching, vector semantic search, and LLM reranking to provide comprehensive and accurate local search results.

Does local knowledge management search require specific dependencies to run?

Yes, local knowledge management search requires installing qmd, sqlite, and node, along with associated models, to enable indexing and LLM reranking capabilities.

How do I index markdown documentation for semantic search?

You index markdown documentation for semantic search by pointing the system at your repository of files, allowing it to process and store the content for vector search and keyword matching.

What is the best way to retrieve specific information from large collections of markdown files?

The best way to retrieve specific information from large markdown collections is using a local hybrid search system that applies BM25, vector search, and LLM reranking to avoid manual sifting.

Why use local search instead of cloud-based tools for personal knowledge management?

Use local search for personal knowledge management to keep data private and retrieve information quickly without relying on cloud services, leveraging local models for semantic understanding and reranking.