skills/cancel/SKILL.md
Cancel active execution mode (ralph, autopilot) and clean up state
npx skillsauth add sartoris-digital/pi-superpowers cancelInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Unified cancellation for active execution modes.
/cancelDetect active modes:
state list
Write cancel signal:
state write cancel-signal { "active": true, "reason": "user requested" }
Deactivate modes in dependency order:
state write autopilot { "active": false, "reason": "cancelled" }state write ralph { "active": false, "reason": "cancelled" }state clear cancel-signalReport:
Cancelled: [mode name]
Iteration: [N]
agent_end eventtesting
Use when creating new skills, editing existing skills, or verifying skills work before deployment
development
Use when you have a spec or requirements for a multi-step task, before touching code
data-ai
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
tools
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions