From agi-super-team
Indexes local files and searches them using BM25, vector embeddings, and hybrid reranking. Includes MCP mode for tool integration.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agi-super-team:qmdThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use `qmd` to index local files and search them.
Use qmd to index local files and search them.
Indexing
qmd collection add /path --name docs --mask "**/*.md"qmd updateqmd statusSearch
qmd search "query"qmd vsearch "query"qmd query "query"qmd get docs/path.md:10 -l 40Notes
OLLAMA_URL (default http://localhost:11434).~/.cache/qmd by default.qmd mcp.npx claudepluginhub aaaaqwq/agi-super-team --plugin agi-super-teamIndexes local files and searches them using BM25, vector embeddings, and hybrid reranking. Includes MCP mode for tool integration.
Searches local Markdown notes and docs using BM25 keyword search, vector similarity, or hybrid LLM-reranked queries. Indexes collections for fast retrieval.
Provides qmd CLI syntax for keyword, semantic, and hybrid search across markdown knowledge bases, documentation, or notes. Use for conceptual matching when grep lacks precision.