cancel

Cancel active OMX modes and perform per-session state cleanup.

Updated Jul 3, 2025
One-click install
npx skills add https://github.com/andrew-t-james/dotfiles --skill cancel-andrew-t-james
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cancel
Source: https://github.com/andrew-t-james/dotfiles/tree/main/dot_codex/skills/cancel
Command: npx skills add https://github.com/andrew-t-james/dotfiles --skill cancel-andrew-t-james

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cancel active OMX modes and clean up associated state to ensure a safe point to resume or shut down.

Core Features & Use Cases

  • Cancel active OMX modes gracefully, including Autopilot, Ralph, Ultrawork, Ecomode, UltraQA, Swarm, Ultrapilot, Pipeline, and Team, while preserving or cleaning related state as appropriate.
  • Use session-aware cancellation with per-session cleanup, or force-wide cleanup across all sessions and legacy files.
  • Emit a structured cancel report and preserve resume-ready state for modes that support it.

Quick Start

Provide a session identifier or rely on the current session to initiate a safe cancellation and cleanup.

Frequently Asked Questions about cancel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I cancel an active OMX mode and clean up its state?

To cancel an active OMX mode and clean up state, the Skill detects the current mode via state tools and executes per-session state_clear with dependency-aware cleanup, ensuring a safe point to resume or shut down.

Can I force a global cleanup across all tmux sessions at once?

Yes, you can force a global cleanup across all tmux sessions by using the --force or --all flags, which clears state for multi-session contexts and removes legacy files in one operation.

What OMX modes are supported for graceful cancellation?

Graceful cancellation supports Autopilot, Ralph, Ultrawork, Ecomode, UltraQA, Swarm, Ultrapilot, Pipeline, and Team modes, applying session-aware state cleanup to each.

Does multi-session cancellation preserve resume-ready state for OMX modes?

Yes, multi-session cancellation preserves resume-ready state for supported OMX modes while performing safe state cleanup, emitting a structured cancel report to track the operation.

What is the best way to handle state cleanup for team-based OMX contexts?

The best way to handle state cleanup for team-based OMX contexts is using the Team mode cancellation, which applies dependency-aware cleanup and per-session state_clear to safely manage multi-user environments.

Why does OMX state cleanup fail in a single-session tmux environment?

OMX state cleanup may fail if the session identifier is incorrect or if legacy files conflict with detection; using --force bypasses detection and performs global cleanup to resolve the issue.