foryourhealth111-pixel/cancel-ralph
Codex-compatible cancel command for Ralph loop state, preserving the original command name.
npx skills add https://github.com/foryourhealth111-pixel/Vibe-Skills --skill 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.
scripts/cancel-ralph.ps1$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 routed sessions as a direct execution tool.ralph-loop.ralph-loop --engine open (external open-ralph-wiggum backend).No active Ralph loop found.Take foryourhealth111-pixel/cancel-ralph from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.