From ralph-loop
Cancel an active Ralph Loop. Use when the user wants to stop, cancel, or abort a running ralph loop.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ralph-loop:cancel-ralphThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The user wants to cancel or stop an active Ralph loop.
The user wants to cancel or stop an active Ralph loop.
Check if .cursor/ralph/scratchpad.md exists.
If it does not exist: Tell the user "No active Ralph loop found."
If it exists:
.cursor/ralph/scratchpad.md to get the current iteration from the iteration: field.rm -rf .cursor/ralph
A short confirmation with the iteration count, or a message that no loop was active.
npx claudepluginhub kdoroszewicz/cursor-plugins-claude --plugin ralph-loopCancels active Claude Code loops by checking/removing .loophaus/state.json or legacy .claude/ralph-loop.local.md files and reporting stopped iteration.
Explain the Ralph Loop plugin, how it works, and available skills. Use when the user asks for help with ralph loop, wants to understand the technique, or needs usage examples.
Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.