Поиск по проектной документации и решениям
★ 7.4 · general
ask is a Claude Code skill that provides fast question-answering over a project vault, finding decisions, blockers, and documentation via QMD hybrid search (BM25 + vector + rerank) or falling back to vault grep when QMD is unavailable. It understands natural queries like "what did we decide about auth?" or "who's blocked?" and returns a grounded answer with source citations. In QMD mode it calls `qmd_deep_search` with collection filtering and a configurable minimum score threshold; in fallback mode it searches across `decisions/`, `blockers/`, `docs/`, and `01-index/` folders using filename matching, frontmatter fields, and content grep. The skill is ideal for teams that need quick lookups into decision history, blocker status, or project documentation without leaving the Claude Code workflow.