Use when you have a written implementation plan to execute in a separate session with review checkpoints
npx skills add cordsjon/agentflow --skill "sh:cancel"
Install specific skill from multi-skill repository
# Description
Cancel active Ralph loop and report iteration count
# SKILL.md
name: sh:cancel
description: "Cancel active Ralph loop and report iteration count"
/sh:cancel — Cancel Ralph Loop
Usage
/sh:cancel
Behavioral Flow
-
Check: Test if
.claude/ralph-loop.local.mdexists
bash test -f .claude/ralph-loop.local.md && echo "EXISTS" || echo "NOT_FOUND" -
If NOT_FOUND: Report "No active Ralph loop found." and stop.
-
If EXISTS:
- Read
.claude/ralph-loop.local.mdto get the current iteration number from theiteration:field - Remove the file:
bash rm .claude/ralph-loop.local.md - Report: "Cancelled Ralph loop (was at iteration N)" where N is the iteration value
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.