cancel-ralph
SolidCancel active Ralph (and linked ultrawork if auto-activated)
AI & Automation 6 stars
1 forks Updated today MIT
Install
Quality Score: 78/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Cancel Ralph
[RALPH CANCELLED]
Ralph has been cancelled. You MUST now deactivate the state files.
## MANDATORY ACTION
Execute this command to fully cancel ALL persistent modes:
```bash
mkdir -p .omc ~/.claude && \
echo '{"active": false, "cancelled_at": "'$(date -Iseconds)'", "reason": "User cancelled via /cancel-ralph"}' > .omc/ralph-state.json && \
echo '{"active": false, "cancelled_at": "'$(date -Iseconds)'", "reason": "User cancelled via /cancel-ralph", "linked_to_ralph": false}' > .omc/ultrawork-state.json && \
echo '{"active": false, "cancelled_at": "'$(date -Iseconds)'", "reason": "User cancelled via /cancel-ralph"}' > .omc/ralph-plan-state.json && \
echo '{"active": false, "cancelled_at": "'$(date -Iseconds)'", "reason": "User cancelled via /cancel-ralph"}' > ~/.claude/ralph-state.json && \
echo '{"active": false, "cancelled_at": "'$(date -Iseconds)'", "reason": "User cancelled via /cancel-ralph"}' > ~/.claude/ultrawork-state.json && \
rm -f .omc/ralph-verification.json
```
After running this command, you are free to stop working. The persistent mode hook will no longer force continuation.
## What Was Cancelled
- **Ralph**: Self-referential completion loop
- **Ultrawork**: Parallel execution mode (auto-activated with Ralph by default)
- **Ralph Plan**: Iterative planning loop (if active via /ralplan)
- **Verification State**: Any pending architect verification
## Note on Linked Modes
Since v3.0, Ralph automatically activates Ultrawork for parallel executio...
Details
- Author
- mazenyassergithub
- Repository
- mazenyassergithub/oh-my-claudecode
- Created
- 4 years ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
cancel-ultrawork
Cancel active Ultrawork mode
6 Updated today
mazenyassergithub AI & Automation Featured
cancel
Cancel any active OMC mode (autopilot, ralph, ultrawork, ultraqa, swarm, ultrapilot, pipeline, team)
38,108 Updated today
Yeachan-Heo AI & Automation Featured
cancel-ralph
Codex-compatible cancel command for Ralph loop state, preserving the original command name.
2,489 Updated 5 days ago
foryourhealth111-pixel