Agent Skills
› foryourhealth111-pixel/Vibe-Skills
› cancel-ralph
cancel-ralph
GitHub为Codex兼容Claude的cancel-ralph命令,用于管理ralph-loop的本地compat循环状态。执行后若存在活跃状态则移除并报告迭代次数,否则提示未找到。
Trigger Scenarios
需要取消当前活跃的Ralph循环会话时
清理local compat loop状态时
Install
npx skills add foryourhealth111-pixel/Vibe-Skills --skill cancel-ralph -g -y
SKILL.md
Frontmatter
{
"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
/viberouted 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.
Version History
- f627ab5 Current 2026-07-25 04:39


