What problem does it solve?
Print the safe paper-wiki uninstall command and explain why it must be run from a fresh terminal (Claude Code can't safely tear itself out from inside its own session). Use when /paper-wiki:uninstall is invoked. The actual uninstall lives in the paperwiki CLI; this SKILL exists for discoverability.
Core Features & Use Cases
This SKILL is intentionally a one-step pointer rather than performing the uninstall directly. Claude Code is using paper-wiki right now — if this SKILL deleted the plugin cache and pruned the JSON entries from inside Claude, the active session would lose its SKILLs and runners mid-execution, which is confusing and unrecoverable without restarting anyway.
So /paper-wiki:uninstall always tells the user to run the same command from a fresh terminal:
paperwiki uninstall
The CLI is flag-driven (v0.3.35+). Default mode handles the plugin layer; --everything adds config root, PATH shim, marketplace clone, and marketplace settings entry; --purge-vault PATH adds vault content; --nuke-vault with --purge-vault removes the entire vault; --yes to skip prompts; --verbose to log removals.
Quick Start
Run paperwiki uninstall from a fresh terminal to view the safe uninstall redirect.