cancel

Cancel active OMC modes by clearing local state and performing cleanup.

2|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/chanhee-kang/oh-my-gemini --skill cancel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cancel
Source: https://github.com/chanhee-kang/oh-my-gemini/tree/main/skills/cancel
Command: npx skills add https://github.com/chanhee-kang/oh-my-gemini --skill cancel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cancel active OMC modes by clearing local state and performing necessary cleanup.

Core Features & Use Cases

  • Automatic mode cancellation: Detects and stops active Autopilot, Ralph, Ultrawork, Ecomode, UltraQA, Swarm, Ultrapilot, Pipeline, and Plan Consensus.
  • Safe resume support: Preserves or clears state selectively to allow resume or fresh start.
  • Force clean option: Removes all local state data when needed.

Quick Start

Execute: /oh-my-gemini:cancel Optional: use --force or --all to clear all state data.

Frequently Asked Questions about cancel

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

FAQPage Schema
How do I cancel active OMC modes like Autopilot or Pipeline in a local project?

Canceling OMC modes clears local state and performs necessary cleanup across Autopilot, Ralph, Ultrawork, Ecomode, UltraQA, Swarm, Ultrapilot, Pipeline, and Plan Consensus. It operates against .omc/state files to halt active operations.

How do I force remove all local OMC state data for a fresh start?

Use the --force or --all option with the cancel command to remove all local state data from .omc/state files. This ensures a fresh start by clearing all OMC mode artifacts and linked state data.

Does canceling OMC modes preserve artifacts for a safe resume?

Canceling OMC modes preserves artifacts as appropriate for safe resume or fresh start. The command selectively preserves or clears state in .omc/state files, allowing you to resume linked modes like Pipeline and Plan Consensus later.

What OMC modes can I stop and clean up using the cancel command?

The cancel command stops Autopilot, Ralph, Ultrawork, Ecomode, UltraQA, Swarm, Ultrapilot, Pipeline, and Plan Consensus modes. It detects and halts these active OMC modes, including any linked modes, on your local project.

Why are OMC state files not clearing after stopping a mode?

OMC state files persist because the cancel command selectively preserves state for safe resume by default. To completely remove all state data, execute the cancel command with the --force or --all option.