Routes Claude operations across three backends for managing your Obsidian vault: MCP tools for reading and writing notes, Obsidian CLI for app-level actions like opening files, and git for backup workflows. The patch_note gotchas are worth studying since multi-match rejections and frontmatter string collisions will bite you if you're doing bulk edits. Git sync mode walks through preflight checks and asks targeted questions instead of making assumptions about your setup. Search returns minified JSON with a hard cap of 20 results, so don't expect exhaustive queries. If you're already using MCP servers with Obsidian, this codifies the routing logic and error recovery patterns you'd otherwise rebuild each session.
npx skills add https://github.com/bitbonsai/mcp-obsidian --skill obsidian