cancel-ralph
Original:🇺🇸 English
Translated
Cancel an active Ralph Loop. Use when the user wants to stop, cancel, or abort a running ralph loop.
9installs
Sourcecursor/plugins
Added on
NPX Install
npx skill4agent add cursor/plugins cancel-ralphTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Cancel Ralph
Trigger
The user wants to cancel or stop an active Ralph loop.
Workflow
-
Check ifexists.
.cursor/ralph/scratchpad.md -
If it does not exist: Tell the user "No active Ralph loop found."
-
If it exists:
- Read to get the current iteration from the
.cursor/ralph/scratchpad.mdfield.iteration: - Remove the state file and any done flag:
bash
rm -rf .cursor/ralph - Report: "Cancelled Ralph loop (was at iteration N)."
- Read
Output
A short confirmation with the iteration count, or a message that no loop was active.