cancel

Cancel active OMC modes and clear their state safely.

Updated May 17, 2026
One-click install
npx skills add https://github.com/tiankong0101-byte/skills-registry --skill cancel-tiankong0101-byte
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cancel
Source: https://github.com/tiankong0101-byte/skills-registry/tree/main/skills/oh-my-claudecode/skills/cancel
Command: npx skills add https://github.com/tiankong0101-byte/skills-registry --skill cancel-tiankong0101-byte

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ends active Oh My ClaudeCode modes cleanly, preventing stuck sessions, stale state, and unsafe partial shutdowns when work is complete or needs to be reset.

Core Features & Use Cases

  • Mode-aware cancellation: Detects whether autopilot, ralph, ultrawork, ultraqa, swarm, ultrapilot, pipeline, team, or plan consensus is active and stops the correct one.
  • Safety-preserving cleanup: Preserves resumable autopilot state while clearing dependent linked modes such as ralph, ultrawork, and ultraqa when needed.
  • Force reset support: Provides a stronger cleanup path to clear all session and legacy artifacts when the workspace needs a full reset.
  • Team shutdown handling: Gracefully coordinates shutdown requests, reconciliation, and cleanup for Claude Code teams and related worker processes.

Quick Start

Ask the assistant to cancel the currently active OMC mode and clean up any linked state safely.

Frequently Asked Questions about cancel

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

FAQPage Schema
How do I safely stop active Oh My ClaudeCode modes and clean session state?

To safely stop active Oh My ClaudeCode modes, you trigger a mode-aware cancellation process that detects active automations and clears their dependent linked state without leaving the workspace inconsistent.

What is the best way to reset autopilot state without losing resumable progress?

Resetting autopilot state safely requires a cleanup path that preserves resumable autopilot data while clearing dependent linked modes like ralph, ultrawork, and ultraqa from the current session.

How do I shut down Claude Code teams and gracefully clean up worker processes?

Shutting down Claude Code teams requires a graceful teardown process that coordinates shutdown requests, handles reconciliation, and cleans up related worker processes to prevent stuck sessions.

Does OMC mode cancellation support force resetting all legacy workspace artifacts?

OMC mode cancellation supports a stronger force reset path designed to clear all session-scoped automation flows, linked multi-mode shutdowns, and legacy artifacts when the workspace needs a full reset.

Why does partial OMC shutdown leave stuck sessions and how is state cleanup handled?

Partial OMC shutdowns leave stuck sessions because stale state and dependent links remain active; proper state cleanup uses dependency-aware session management to stop the correct mode and clear linked artifacts.