add-qmd

Replace grep-based memory search with hybrid BM25 and vector semantic search.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/iia-arg/claudeclaw --skill add-qmd-iia-arg
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: add-qmd
Source: https://github.com/iia-arg/claudeclaw/tree/main/skills/add-qmd
Command: npx skills add https://github.com/iia-arg/claudeclaw --skill add-qmd-iia-arg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires qmd, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill improves memory retrieval by replacing basic keyword searches with a hybrid semantic approach, increasing recall accuracy and relevance.

Core Features & Use Cases

  • Hybrid Search Upgrade: Integrates QMD's BM25 + vector semantic search and LLM re-ranking into existing workflows.
  • Memory Management: Enables indexing and searching of large markdown-based memory collections for improved context recall.
  • Use Case: When a user needs highly relevant search results across extensive notes and documents stored locally, this skill provides a fast, powerful retrieval system.

Quick Start

Add this skill to upgrade your existing memory search capabilities with local, semantic indexing using QMD.

Frequently Asked Questions about add-qmd

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I improve memory search accuracy for local markdown files?▼

You can improve local markdown memory search accuracy by replacing basic grep with a hybrid BM25 and vector semantic search system, which increases recall relevance for large repositories.

What is the best way to perform semantic search across large markdown notes?▼

The best way to perform semantic search across large markdown notes is using a local hybrid retrieval system that combines BM25 keyword matching with vector search and LLM re-ranking.

Do I need QMD to set up local semantic indexing for agent memory?▼

Yes, you need the QMD dependency to implement local semantic indexing, as it provides the core BM25 and vector search integration required for fast document recall.

Can I use vector search to replace grep-based retrieval in structured agent workflows?▼

Yes, you can replace grep-based retrieval in structured agent workflows by integrating a local hybrid indexing system that uses vector search and LLM re-ranking for smarter document recall.

Why does traditional keyword search miss relevant context in markdown memory repositories?▼

Traditional keyword search misses relevant context because it lacks semantic understanding, whereas a hybrid BM25 and vector approach captures deeper meaning for more accurate memory retrieval.