qmd — поиск по локальной базе знаний

★ 7.1 · knowledge-management

qmd is a Claude Code skill that enables searching and retrieving documents from local markdown collections — notes, wikis, transcripts, and project knowledge bases — using the QMD CLI or MCP server (installed via `npm install -g @tobilu/qmd`). It supports two search modes: BM25 lexical search for exact phrases, names, and code symbols, and structured `qmd query` with explicit `intent:`, `lex:`, `vec:`, and `hyde:` fields for conceptual, meaning-based recall. The typical workflow is search for candidates, fetch full sources with `qmd get` or `qmd multi-get`, then answer with citations that include docids and line numbers. Results can also expose on-disk paths via `--full-path` for passing to other tools. Teams that maintain local documentation and decision logs use this skill to answer questions directly from their own indexed sources before resorting to web search.