One-click install
npx skills add https://github.com/Leap0920/Clean-Portfolio --skill cancel-leap0920
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cancel
Source: https://github.com/Leap0920/Clean-Portfolio/tree/main/%25USERPROFILE%25/.openclaude/plugins/cache/omc/oh-my-claudecode/4.14.0/skills/cancel
Command: npx skills add https://github.com/Leap0920/Clean-Portfolio --skill cancel-leap0920

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents runaway or stuck OMC workflows by providing a reliable way to exit the currently active mode and clean up its state.

Core Features & Use Cases

  • Auto-detect & cancel active modes: Cancels whichever OMC mode is currently running (autopilot, ralph, ultrawork, ultraqa, swarm, ultrapilot, pipeline, team).
  • Dependency- and link-aware cleanup: Cancels in the correct order (e.g., autopilot cascades into linked modes) and clears linked state when applicable.
  • Force clear for recovery: Uses --force/--all to erase session and legacy artifacts when normal cancellation is interrupted.
  • Team graceful shutdown: Sends shutdown requests to teammates, reconciles remaining members, then performs team deletion and orphan cleanup.

Quick Start

Use the cancel skill with /oh-my-claudecode:cancel to stop the active OMC mode and perform state cleanup.

Frequently Asked Questions about cancel

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

FAQPage Schema
How do I stop a runaway OMC workflow and clean up its session state?

To stop a runaway OMC workflow, use the cancel skill to safely exit the active mode and clean up its state. It detects the running mode, invokes state tools to clear session artifacts, and performs correct dependency-aware shutdown.

What is the safest way to cancel active agent orchestration modes like autopilot or swarm?

The safest way to cancel active agent orchestration modes is using the cancel skill. It handles linked-mode dependencies by cascading cancellations in the correct order and clears the associated session state to prevent stuck workflows.

How do I gracefully shutdown a team workflow and clean up orphaned members?

To gracefully shutdown a team workflow, the cancel skill sends shutdown requests to teammates, reconciles remaining members, and performs team deletion followed by orphan cleanup. This ensures all linked agents are properly deactivated.

What should I do if normal workflow cancellation is interrupted and the session remains stuck?

If normal workflow cancellation is interrupted, the cancel skill applies a force clear using --force or --all flags to erase session and legacy artifacts. An emergency bash fallback is available to ensure state cleanup completes.

Does the cancel skill support all OMC modes including ultrawork, ultraqa, and pipeline?

Yes, the cancel skill supports all OMC modes including ultrawork, ultraqa, pipeline, ralph, ultrapilot, autopilot, and swarm. It automatically detects the active mode and applies the appropriate state cleanup and dependency handling.