What problem does it solve? Bulk-deleting wiki pages, raw sources, or ingest state is irreversible and error-prone when done ad hoc. This Skill enforces a plan-before-execute workflow so destructive resets are visible, scoped, and confirmed before any file is removed. ## Core Features & Use Cases - Scoped Resets: Five deletion scopes (wiki, raw, state, checkpoints, all) target exactly the right directories, from a single stuck ingest checkpoint to a full wiki wipe. - Mandatory Dry-Run: Always shows the exact list of files to be deleted before execution, and requires the literal word "yes" in chat before running the destructive command. - Path-Safety Enforcement: Delegates deletion to reset.mjs, which refuses path traversal and absolute paths outside the project root. - Use Case: An ingest job for a PDF got stuck halfway. Run the checkpoints scope to clear only the in-progress state file, then restart the ingest cleanly without touching any wiki content. ## Quick Start Ask the assistant to reset the wiki with a dry-run first, for example: "Show me what a wiki-scope reset would delete, then reset it after I confirm."