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-loopGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.