cancel-ralph
Codex-compatible cancel command for Ralph loop state, preserving the original command name.
pinned to #34429a8updated 3 months ago
Ask your AI client: “install skills/cancel-ralph”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/cancel-ralphmetahub onboarded this repo on the author's behalf.
If you own github.com/foryourhealth111-pixel/Vibe-Skills on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
2,381
Last commit
3 months ago
Latest release
published
- #agent-framework
- #agent-skills
- #agentic-coding
- #ai-agents
- #ai-scientist
- #ai-skills
- #ai-workflow
- #automation
- #claude-code
- #codex
- #context-engineering
- #developer-tools
- #llm
- #multi-agent
- #prompt-engineering
- #skills
- #vibe-coding
- #vibecoding
- #workflow-automation
About this skill
Pulled from SKILL.md at publish time.
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.
Automated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.34429a8· 3 months ago
Behavioral checks ran but aren't published for this artifact; the static checks above ran at publish time.
Documentation
4 passed1 warningDescription qualitywarn
12 words · 91 chars — skills use the description as their trigger; aim higher
Aim for 15+ words and include trigger phrases like “use this skill when …”.
README is present and substantial
34,571 chars · 14 sections · 6 code blocks
Tags / topics declared
19 total — agent-framework, agent-skills, agentic-coding, ai-agents, ai-scientist, ai-skills (+13)
README has usage / example sections
no labeled section but 6 code blocks document usage
Homepage / docs URL declared
no homepage declared (registry will use the repo URL) — info-only, not blocking
Release history
1- releasecurrent34429a8warn3 months ago
Contents
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.
Reviews
No reviews yet. Be the first.
Related
Verification Before Completion
Evidence before assertions, always
Writing Plans
Turn specs into phased implementation plans
Test-Driven Development
Red → green → refactor discipline for any feature or bugfix
mh install skills/cancel-ralph