What problem does it solve? Renaming or moving a note in an Obsidian vault silently breaks every wikilink pointing to it, including aliased links, heading and block references, embeds, Bases link() formulas, and quoted YAML frontmatter wikilinks. This Skill performs the rename safely by scanning all twelve reference forms, getting explicit user approval, and writing a rollback manifest before touching any file. ## Core Features & Use Cases - Full reference-graph scan: A read-only scanner agent enumerates every reference across all twelve Obsidian Flavored Markdown wikilink forms, with exact line, column, and proposed replacement. - Approval gate with rollback: Every affected file and before/after replacement is presented verbatim for approval, and a byte-for-byte rollback manifest with SHA-256 hashes is written before any vault file is modified. - Surgical edits and verification: A writer agent applies replacements via targeted Edit operations, the file is moved only after referrers are updated, and a post-write Grep confirms zero residual references. - Use Case: Rename a permanent note from "inbox-capture" to a claim-style title like "distributed-systems-favor-availability" and have every embed, alias, and Bases formula across the vault updated with a recoverable audit trail. ## Quick Start Rename the note "old-note" to "new-claim-title" in my Obsidian vault and update every wikilink reference to it.