com um clique
qmd
Use when searching markdown knowledge bases, notes, and docs with QMD.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Use when searching markdown knowledge bases, notes, and docs with QMD.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional 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