Skip to content
Automation
Skill

/cancel-ralph

Codex-compatible cancel command for Ralph loop state, preserving the original command name.

From plugin
vibe-skills
2.7k200 skills8 agents3 commands
Install
$ npx -y skills add foryourhealth111-pixel/Vibe-Skills --skill cancel-ralph --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/cancel-ralph

Context preview

The summary Claude sees to decide when to auto-load this skill.

Codex-compatible cancel command for Ralph loop state, preserving the original command name.

SKILL.md

cancel-ralph.SKILL.md
name: cancel-ralph
description: Codex-compatible cancel command for Ralph loop state, preserving the original command name.

cancel-ralph

This is a compatibility version of the Claude `cancel-ralph` command for Codex. It only manages the local `compat` loop state used by `ralph-loop --engine compat`.

Script

  • Script path: `scripts/cancel-ralph.ps1`

Usage

$codexHome = if ($env:CODEX_HOME) { $env:CODEX_HOME } else { Join-Path $HOME '.codex' }
$script = Join-Path $codexHome 'skills/cancel-ralph/scripts/cancel-ralph.ps1'
powershell -ExecutionPolicy Bypass -File $script

Vibe compatibility

  • Safe in `/vibe` routed sessions as a direct execution tool.
  • Uses the same state file path policy as `ralph-loop`.
  • Not used by `ralph-loop --engine open` (external open-ralph-wiggum backend).

Behavior

  • If no active Ralph state exists, reports `No active Ralph loop found.`
  • If active state exists, removes it and reports current iteration.
Ships withvibe-skills

VibeSkills is a general-purpose Skill that automatically routes local Skills and intelligently orchestrates harness workflows.

Get the whole plugin

Other skills on vibe-skills.