cancel

Detect and cancel active copilot-omni modes with dependency-aware state cleanup.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/Jurel89/copilot-omni --skill cancel-jurel89
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cancel
Source: https://github.com/Jurel89/copilot-omni/tree/main/skills/cancel
Command: npx skills add https://github.com/Jurel89/copilot-omni --skill cancel-jurel89

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The cancel skill resolves the issue of terminating active copilot-omni modes cleanly and safely, ensuring proper state cleanup and preserving any progress that can be resumed.

Core Features & Use Cases

  • Detects Active Modes: Automatically identifies the active copilot-omni mode, such as autopilot, ralph, ultrawork, and others.
  • Cancels with Grace: Handles the cancellation process with dependency-awareness, ensuring linked modes are cleared properly.
  • Forced Termination: Provides an option to force-cancel all modes or clear all state files, useful for resetting the workspace.

Quick Start

Use the /copilot-omni:cancel command to cancel any active copilot-omni mode.

Frequently Asked Questions about cancel

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

FAQPage Schema
How do I safely cancel active copilot-omni modes without losing workflow state?

To safely cancel active copilot-omni modes, the cancel skill automatically detects active sessions and handles dependency-aware termination. This ensures proper state cleanup and preserves resume data, preventing progress loss during multi-agent orchestration workflows.

What is dependency-aware mode cancellation in multi-agent workflows?

Dependency-aware mode cancellation ensures linked copilot-omni modes are cleared properly during termination. It operates within a session-aware state contract to identify active modes like autopilot or ultrawork, guaranteeing robust state management and safe cleanup.

How do I force terminate all copilot-omni modes and clear state files?

You can force terminate all copilot-omni modes and clear state files using the forced termination option. This resets the workspace by bypassing dependency-aware graceful cleanup, directly clearing all session-aware state contracts and active workflow data.

Can I use the cancel command to reset a Python workspace with active multi-agent orchestration?

Yes, the cancel skill operates within a Python environment and handles multi-agent orchestration contexts. It interacts directly with session-aware state contracts to reset workspaces by automatically detecting and terminating active copilot-omni modes.

What active modes does the copilot-omni cancel command automatically detect?

The copilot-omni cancel command automatically detects active modes such as autopilot, ralph, and ultrawork. It identifies these modes based on their current state and dependencies to execute graceful cancellation or forced termination.

Why does copilot-omni mode cancellation fail to preserve resume data during state cleanup?

Mode cancellation fails to preserve resume data when bypassing the dependency-aware cleanup process. To ensure resume data preservation, the cancel skill must interact with the session-aware state contract rather than using forced termination to clear all state files.