What problem does it solve?
Scan the Obsidian wiki for page-level identity collisions — different pages covering the same concept under different names (e.g. "RSC" vs "React Server Components") — and merge them. Use this skill when the user says "dedup my wiki", "find duplicate pages", "merge duplicates", "identity resolution", "consolidate my wiki", "I have duplicate pages", or "my wiki has two pages for the same thing". Distinct from wiki-lint (which checks structure) and cross-linker (which adds links) — this skill makes destructive page-level merges and requires careful confirmation.
Core Features & Use Cases
- Detects candidate page pairs by comparing frontmatter (title, aliases, tags) and category.
- Supports three modes: Audit (default), Merge (--merge), and Auto-merge (--auto) with confidence scoring.
- Provides an auditable, human-in-the-loop workflow for safe identity resolution and page deduplication.
Quick Start
Audit mode to surface candidate duplicates, then run with --merge to apply confirmed merges or --auto to process high-confidence merges automatically.