By cyotee
Local semantic search for documentation, protocol skills, and project knowledge using QMD - Query Markdown Documents
List and manage QMD search collections
Index or re-index markdown collections for QMD search
Search DeFi protocol documentation specifically
Search indexed collections with QMD (hybrid semantic + keyword)
Set up QMD for first-time use with standard collections
Local semantic search for your documentation, protocol skills, and project knowledge.
QMD (Query Markdown Documents) is an on-device search engine that indexes markdown files and makes them searchable through:
All processing happens locally using GGUF models. No data leaves your machine.
bun install -g qmd
claude plugins add cyotee/claude-qmd
# Run setup command
/qmd:setup
Or manually:
# Index plugin docs
qmd index plugins --path ~/.claude/plugins --pattern "**/*.md"
# Index protocol skills
qmd index protocols --path ~/.claude/plugins --pattern "**/skills/**/*.md"
# Index current project
qmd index project --path . --pattern "**/*.md"
| Command | Description |
|---|---|
/qmd:search <query> | Hybrid semantic + keyword search |
/qmd:protocols <query> | Search DeFi protocol documentation |
/qmd:index [collection] | Index or re-index collections |
/qmd:collections | List and manage indexed collections |
/qmd:setup | First-time setup wizard |
This plugin configures QMD as an MCP server, giving Claude direct access to:
qmd_search - BM25 keyword searchqmd_vsearch - Vector semantic searchqmd_query - Hybrid search with reranking| Collection | Contents |
|---|---|
plugins | All Claude Code plugin documentation |
protocols | DeFi protocol skills (Aave, Balancer, Uniswap, etc.) |
project | Current project markdown files |
claude-md | All CLAUDE.md configuration files |
MIT
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub cyotee/cyotee-claude-plugins --plugin qmdBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Progressive disclosure skills for Euler Lending protocol - Ethereum Vault Connector (EVC), Euler Vault Kit (EVK), modular oracle system, and periphery infrastructure for composable lending.
Unified project management - task design, backlog management, agent worktrees, code review, and dependency tracking
Context bootstrap commands for CLAUDE.md, PRD.md, and PROMPT.md with mode-aware agent support
Manage tasks in tasks/ directory - launch agents, review, complete, archive with Stop hook and dependency resolution
Progressive disclosure skills for Aerodrome V2 Slipstream - concentrated liquidity AMM on Base with tick-based pricing, NFT positions, gauge rewards, and TWAP oracles.
dahatake のエージェントスキル集。ローカル Markdown 横断クエリなど、コーディングエージェント向けのスキルを提供します。
Quarto markdown document processing and generation. Enables creation of technical documents with executable code and rich formatting.
Search and retrieve documents from local markdown files.
Search personal markdown files with hybrid BM25 + vector + cloud LLM reranking.
Search your local documents with natural language. Index folders of PDFs, Word docs, markdown, and more — then ask questions in English or German and get answers with source citations.
Optimized file search, semantic indexing, and persistent memory for Claude Code — with optional sync to a self-hosted web dashboard