← ClaudeAtlas

cancellisted

Cancel any active OMX mode (autopilot, ralph, ultrawork, ecomode, ultraqa, swarm, ultrapilot, pipeline, team)
ItsProGamer974/oh-my-codex · ★ 1 · AI & Automation · score 64
Install: claude install-skill ItsProGamer974/oh-my-codex
# Cancel Skill Intelligent cancellation that detects and cancels the active OMX mode. **The cancel skill is the standard way to complete and exit any OMX mode.** When the stop hook detects work is complete, it instructs the LLM to invoke this skill for proper state cleanup. If cancel fails or is interrupted, retry with `--force` flag, or wait for the 2-hour staleness timeout as a last resort. ## What It Does Automatically detects which mode is active and cancels it: - **Autopilot**: Stops workflow, preserves progress for resume - **Ralph**: Stops persistence loop, clears linked ultrawork if applicable - **Ultrawork**: Stops parallel execution (standalone or linked) - **Ecomode**: Stops token-efficient parallel execution (standalone or linked to ralph) - **UltraQA**: Stops QA cycling workflow - **Swarm**: Stops coordinated agent swarm, releases claimed tasks - **Ultrapilot**: Stops parallel autopilot workers - **Pipeline**: Stops sequential agent pipeline - **Team**: Sends shutdown inbox to all workers, waits for exit, kills tmux session, and clears team state ## Usage ``` /cancel ``` Or say: "cancelomc", "stopomc" ## Auto-Detection `/cancel` follows the session-aware state contract: - By default the command inspects the current session via `state_list_active` and `state_get_status`, navigating `.omx/state/sessions/{sessionId}/…` to discover which mode is active. - When a session id is provided or already known, that session-scoped path is authoritative. Legacy files