Obsidian Skill Routing Policy Use the backend that best matches user intent: 1. MCP (default for vault data operations) - Read/write/patch/move/search notes - Frontmatter and tag updates - Metadata and batch note operations 2. Obsidian CLI/App context (only when app context is needed) - Open a note in Obsidian from URI - Trigger app/plugin workflows that MCP cannot perform 3. CLI git (sync/backup workflows) - Initialize repo, configure remote, commit, pull, push - Periodic or manual vault backup/sync requests When a request is ambiguous, pick MCP first unless the user explicitly asks for sync…