Help us improve
Share bugs, ideas, or general feedback.
From ralph-loop
Cancels an active Ralph Wiggub loop by removing its marker file and reporting the iteration count.
npx claudepluginhub ethanolivertroy/public-skills --plugin ralph-loopHow this command is triggered — by the user, by Claude, or both
Slash command
/ralph-loop:cancel-ralphThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Cancel Ralph To cancel the Ralph loop: 1. Check if `.claude/ralph-loop.local.md` exists using Bash: `test -f .claude/ralph-loop.local.md && echo "EXISTS" || echo "NOT_FOUND"` 2. **If NOT_FOUND**: Say "No active Ralph loop found." 3. **If EXISTS**: - Read `.claude/ralph-loop.local.md` to get the current iteration number from the `iteration:` field - Remove the file using Bash: `rm .claude/ralph-loop.local.md` - Report: "Cancelled Ralph loop (was at iteration N)" where N is the iteration value
/cancel-ralphCancels an active Ralph Wiggub loop by removing its marker file and reporting the iteration count.
/cancel-ralphCancels an active Ralph Wiggum loop by removing its state file and reporting the iteration number.
/cancel-ralphCancels active Ralph Loop: checks for .claude/ralph-loop.local.md state file, reads iteration if present, removes it, and reports status.
/ralphmad-cancelCancels active RalphMAD loop: checks for .claude/ralphmad-loop.local.md state file, reads iteration if present, removes it, and reports status.
/cancel-ralphStops an active Ralph Reviewed loop by deleting its state file. Reports iteration and review count upon cancellation.
Share bugs, ideas, or general feedback.
To cancel the Ralph loop:
Check if .claude/ralph-loop.local.md exists using Bash: test -f .claude/ralph-loop.local.md && echo "EXISTS" || echo "NOT_FOUND"
If NOT_FOUND: Say "No active Ralph loop found."
If EXISTS:
.claude/ralph-loop.local.md to get the current iteration number from the iteration: fieldrm .claude/ralph-loop.local.md