cancel

Cancel active OMC modes and clean up per-session state.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/atmigtnca/sidep-ops --skill cancel-atmigtnca
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: cancel
Source: https://github.com/atmigtnca/sidep-ops/tree/main/skills/cancel
Command: npx skills add https://github.com/atmigtnca/sidep-ops --skill cancel-atmigtnca

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Cancel active OMC modes and clean up per-session state, ensuring a safe exit and ready-to-resume conditions across workflows.

Core Features & Use Cases

  • Detects the active OMC mode and executes the appropriate cleanup sequence, preserving progress where appropriate.
  • Supports force-wide cleanup to clear legacy state and linked resources.
  • Handles complex scenarios such as Team cancellations and linked Ralph/Ultrawork cleanup.

Quick Start

Invoke /cancel to terminate the active OMC mode and perform full state cleanup.

Frequently Asked Questions about cancel

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

FAQPage Schema
How do I safely exit active OMC modes and reset session state?▼

To safely exit OMC modes and reset session state, invoke the cancel command. It detects the active mode using state_list_active and executes the appropriate cleanup sequence to guarantee a safe exit and resume-ready state.

Can I force a global cleanup of legacy OMC state and linked resources?▼

Yes, you can force a global cleanup of legacy OMC state and linked resources by using the --force mode. This clears legacy state and handles linked-team and linked-ralph scenarios across the session.

What OMC modes are supported for workflow termination and session cleanup?▼

Supported OMC modes for workflow termination include Autopilot, Ralph, Ultrawork, UltraQA, Swarm, Ultrapilot, Pipeline, and Team. The cancel command applies mode-specific cleanup steps to any of these active modes across a Claude Code session.

How does state detection work when canceling an active OMC workflow?▼

State detection works by leveraging state_list_active and state_get_status to identify the currently running OMC mode. Once detected, it performs the mode-specific cleanup steps required to preserve progress and ensure a safe exit.

What is the best way to handle Team cancellations and linked Ralph cleanup?▼

The best way to handle Team cancellations and linked Ralph cleanup is to invoke the cancel command. It is specifically designed to handle complex scenarios like linked-team and linked-ralph resource cleanup during workflow termination.