cordsjon

sh:cancel

0
0
# Install this skill:
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

  1. Check: Test if .claude/ralph-loop.local.md exists
    bash test -f .claude/ralph-loop.local.md && echo "EXISTS" || echo "NOT_FOUND"

  2. If NOT_FOUND: Report "No active Ralph loop found." and stop.

  3. If EXISTS:

  4. Read .claude/ralph-loop.local.md to get the current iteration number from the iteration: field
  5. Remove the file:
    bash rm .claude/ralph-loop.local.md
  6. 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.