cancel

Cancel active OMC modes and clear session state.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/officechbusinessservices-creator/CompliCore --skill cancel-officechbusinessservices-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cancel
Source: https://github.com/officechbusinessservices-creator/CompliCore/tree/main/packages/oh-my-claudecode/skills/cancel
Command: npx skills add https://github.com/officechbusinessservices-creator/CompliCore --skill cancel-officechbusinessservices-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically detects and cancels any active OMC mode (autopilot, ralph, ultrawork, ultraqa, swarm, ultrapilot, pipeline, team) and performs necessary state cleanup to prevent lingering processes.

Core Features & Use Cases

  • Graceful, dependency-aware cancellation that stops the active mode and cleans related state.
  • Supports per-session cancellation and global force cleanup with --force/--all.
  • Ensures final cleanup by clearing skill-active state to prevent re-triggering the stop hook.

Quick Start

Provide a clean, complete cancellation for the current session or all sessions when using the force option.

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 OMC mode and clean up the session state?

To cancel an active OMC mode and perform state cleanup, use the cancel skill. It detects the active mode, executes mode-specific cancellation, and clears the skill-active state to prevent lingering processes.

What is the best way to stop autopilot or ultrawork modes across all sessions?

The best way to stop autopilot or ultrawork across all sessions is using the global force cleanup. Running cancel with the --force or --all option executes a global cleanup across all active sessions.

Why does my OMC stop hook keep re-triggering after cancellation?

Your OMC stop hook keeps re-triggering because the skill-active state was not cleared. The cancel skill ensures final cleanup by always clearing the skill-active state to prevent this re-triggering behavior.

Can I gracefully cancel a pipeline or swarm mode without leaving lingering processes?

You can gracefully cancel pipeline or swarm modes without leaving lingering processes by using the cancel skill. It performs dependency-aware cancellation that stops the active mode and cleans related state automatically.

When do I need to use a force cancellation for OMC workflow cleanup?

You need to use force cancellation for OMC workflow cleanup when multiple sessions are active. The default cancel operation works per session, while the --force or --all flags enable global cleanup across all sessions.