cancel

Detect and terminate active OMX modes with session-aware process cancellation.

6|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/Weihong-Liu/GenericAgent_project --skill cancel-weihong-liu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cancel
Source: https://github.com/Weihong-Liu/GenericAgent_project/tree/main/.codex/skills/cancel
Command: npx skills add https://github.com/Weihong-Liu/GenericAgent_project --skill cancel-weihong-liu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The cancel Skill addresses the need for a standardized method to terminate active OMX modes, ensuring a clean state for system operations.

Core Features & Use Cases

  • Mode Detection and Termination: Automatically identifies and cancels any active OMX mode, including autopilot, ralph, ultrawork, ecomode, ultraqa, swarm, ultrapilot, pipeline, and team.
  • Graceful and Forceful Cancellation: Offers both graceful shutdown and forceful cancellation options to handle different scenarios.
  • Session-Aware State Management: Operates within the context of active sessions to ensure targeted cancellation without affecting unrelated processes.

Quick Start

To cancel the active OMX mode, simply use the command: /cancel

Frequently Asked Questions about cancel

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

FAQPage Schema
How do I cancel active OMX modes to reset system state?

To cancel active OMX modes, the system detects the current session and terminates the corresponding processes. This targeted process termination resets the system state for administrative workflows.

What is the best way to terminate OMX processes gracefully versus forcefully?

OMX process termination offers both graceful shutdown and forceful cancellation options. Graceful termination safely stops active modes, while forceful cancellation immediately ends processes when standard shutdown fails.

Can I terminate specific OMX modes like autopilot, ralph, or ultrawork without affecting unrelated processes?

Yes, you can terminate specific modes like autopilot, ralph, ultrawork, and ecomode without affecting unrelated processes. It uses session-aware state management to ensure targeted cancellation of the active mode.

Does OMX mode termination require session-aware state management capabilities?

Yes, OMX mode termination requires session-aware state management capabilities. The system operates within the context of active sessions to accurately identify and terminate the correct mode processes.

When should I avoid using forceful cancellation for OMX mode termination?

You should avoid forceful OMX mode cancellation when graceful shutdown is possible, as forceful termination may bypass standard cleanup procedures. Use forceful cancellation only when graceful shutdown fails to end the active mode.