원클릭으로
qmd
Use when searching markdown knowledge bases, notes, and docs with QMD.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when searching markdown knowledge bases, notes, and docs with QMD.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when creating or editing Obsidian Bases `.base` files with filters, formulas, and views.
Use only when interacting with an already running Obsidian GUI instance through the obsidian CLI.
Use when creating or editing Obsidian-flavored Markdown with wikilinks, embeds, callouts, and frontmatter.
Package new software or update existing packages using Nix
Common mistakes in NixOS code and standards for reviewing and refactoring NixOS repositories.
| name | qmd |
| description | Use when searching markdown knowledge bases, notes, and docs with QMD. |
| version | 1.0.0 |
| author | Cody Tucker |
| license | MIT |
| metadata | {"hermes":{"tags":["knowledge","markdown","search","qmd"],"related_skills":["obsidian-cli","obsidian-markdown","obsidian-bases"]}} |
| prerequisites | {"commands":["qmd"]} |
Use QMD as the fast local search engine for markdown content.
| Type | Best for |
|---|---|
lex | Exact keywords, phrases, names, code |
vec | Natural-language questions |
hyde | Hard topics where a hypothetical answer improves retrieval |
expand | Let QMD derive query variants automatically |
"connection pool"-term.qmd status
qmd query "how does the rate limiter handle burst traffic"
qmd query $'lex: rate limiter\nvec: how are bursts handled'
qmd query $'expand: how does the payment service process refunds'
qmd query --json --explain "consistency tradeoffs"
qmd search "exact keywords"
qmd get "#abc123"
qmd multi-get "journals/2026-*.md" -l 40
{
"searches": [
{ "type": "lex", "query": "CAP theorem consistency" },
{ "type": "vec", "query": "tradeoff between consistency and availability" }
],
"collections": ["docs"],
"limit": 10
}
lex first when you know the domain terms.lex and vec for best recall.intent when a query is ambiguous.get or multi-get after search to inspect the actual source material.If QMD is not installed or configured, check qmd status. Typical setup is:
qmd collection add ~/notes --name notes
qmd embed