What problem does it solve? Obsidian wikis accumulate duplicate pages covering the same concept under different names (e.g. "RSC" vs "React Server Components"), fragmenting knowledge and breaking link graphs. This Skill finds those identity collisions and merges them safely. ## Core Features & Use Cases - Candidate Detection: Scores page pairs using title token overlap, edit distance, substring containment, alias cross-matching, and tag/category signals, with confidence tiers (HIGH ≥ 0.90, MEDIUM 0.75–0.89). - Three Operating Modes: Audit (report only), interactive merge with per-pair confirmation, and auto-merge for high-confidence pairs. - Safe Merging: Picks a canonical page via tiebreakers, merges frontmatter and body content, writes a redirect stub at the old path, rewrites wikilinks vault-wide, and takes a Git snapshot before any writes. - Use Case: After months of ad-hoc note-taking, run an audit to discover that "fine-tuning" and "finetuning" are separate pages, then merge them into one canonical page with all links updated. ## Quick Start Ask the assistant to dedup your wiki by saying "dedup my wiki" or "find duplicate pages in my Obsidian vault".