What problem does it solve? When you want to remove Nightshift's working data from a project, manually deleting the .nightshift/ directory risks targeting the wrong path, following a symlink, or wiping more than intended. This Skill performs a guarded, confirmed deletion of punch lists, rules, receipts, archives, and history without touching the installed plugin or repository files. ## Core Features & Use Cases - Validated deletion: Resolves the canonical workspace path, prints it, and requires the owner to confirm that exact path before running the purge helper. - Safety guards: Refuses symlinks, malformed links, workspace roots, home directories, /, and other broad paths; never deletes repository files outside Nightshift state. - Linked task roots: Handles projects linked via .nightshift-link by targeting the opened task root with --project so the host link is removed too. - Use Case: After finishing a long-running Nightshift contract on a repository, you want a clean slate. Invoke the purge flow, confirm the printed .nightshift/ path, and all receipts, archives, and punch lists are removed while the global plugin stays installed. ## Quick Start Ask the agent to purge this project's Nightshift state, review the exact path it prints, and confirm to permanently delete it.