What problem does it solve? Deleting files does not actually remove a topic from a maintained wiki: leftover raw clippings get re-ingested, source URLs get rediscovered, and uncommitted deletions get undone by sync. This Skill closes every path by which a purged topic can return, in one reversible, committed transaction. ## Core Features & Use Cases - Planned, approved removal: Generates a removal plan listing every file to bin, collateral pages needing link repair, and blocking pages that would lose all evidence, requiring explicit approval before applying. - Reversible purge with manifest: Moves files to a retained recycle bin, records source declines, commits only the touched paths, and supports full restore by purge id without overwriting newer work. - Cross-machine reconciliation: A reconcile mode sweeps remnants of earlier purges, and the workflow detects orphaned git lineages where a purge could never reach other machines. - Use Case: A user asks to remove a self-help topic from their Obsidian vault; the Skill plans the purge, pins the correct seeds, bins 10 files, repairs 3 collateral pages' links, and verifies the broken-link count did not grow. ## Quick Start Ask the agent to purge a specific topic from the wiki, review the removal plan it presents, and approve it before anything is moved.