.claude/skills/qmd/SKILL.md
Search the vault using QMD semantic search. Use PROACTIVELY before reading files directly — whenever the user asks about past decisions, incidents, people, meetings, architecture, patterns, or any vault content. Always prefer QMD over Grep/Glob for vault queries. Also use after creating/editing notes to check for duplicates and related content.
npx skillsauth add breferrari/obsidian-mind qmdInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Before reading vault files directly, search with QMD first. It returns relevant snippets without burning context on full file reads.
qmd query "..." --json -n 10 — Best quality. Hybrid BM25 + vector + LLM reranking. Use for complex or conceptual queries.qmd search "..." --json -n 10 — Fast BM25 keyword. Use for exact terms, names, ticket numbers, dates.qmd vsearch "..." --json -n 5 — Semantic only. Use for exploratory queries where you don't know the exact words.qmd get "path/to/file.md" — Full document by path.qmd get "#docid" — Full document by ID (from search results).qmd multi-get "org/people/*.md" --json -l 40 — Batch retrieve by glob pattern.qmd update — Re-index after file changes (fast, ~1-2s incremental).qmd embed — Regenerate vector embeddings (slower, run after bulk changes).qmd queryqmd queryqmd search "<name>"qmd vsearch "<topic>" to check for existing contentqmd vsearch "<note title>" to find notes that should link to itqmd multi-get "perf/evidence/*.md"qmd search "<person name> 1-1"Run qmd update && qmd embed to keep the index fresh. The SessionStart hook does qmd update automatically, but qmd embed should be run explicitly after sessions that create many notes.
testing
Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes.
tools
Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports plugin and theme development with commands to reload plugins, run JavaScript, capture errors, take screenshots, and inspect the DOM. Use when the user asks to interact with their Obsidian vault, manage notes, search vault content, perform vault operations from the command line, or develop and debug Obsidian plugins and themes.
data-ai
Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.
tools
Create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections. Use when working with .canvas files, creating visual canvases, mind maps, flowcharts, or when the user mentions Canvas files in Obsidian.