Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Cancel OMC Mode

Skill Verifiziert Aktiv

Cancel any active OMC mode (autopilot, ralph, ultrawork, ultraqa, swarm, ultrapilot, pipeline, team)

Zweck

To provide a reliable and intelligent way to exit or stop any active OMC mode, ensuring proper state cleanup and graceful shutdown.

Funktionen

  • Detects and cancels various OMC modes (autopilot, ralph, team, etc.)
  • Provides graceful shutdown and state preservation for resume (e.g., Autopilot)
  • Includes force clear options (--force, --all) for complete state reset
  • Offers a bash fallback script for emergency state file cleanup
  • Follows session-aware state contract for accurate cancellation

Anwendungsfälle

  • Stopping an ongoing autonomous agent workflow cleanly
  • Resetting the environment when a task is interrupted or completed
  • Ensuring proper cleanup of linked modes like Autopilot cancelling Ralph
  • Exiting OMC modes when switching to a different task or workflow

Nicht-Ziele

  • Starting or managing OMC modes
  • Performing actions within an active mode
  • Providing general file system cleanup beyond OMC state files

Workflow

  1. Parse command-line arguments (--force, --all)
  2. Detect active OMC modes using state tools (state_list_active, state_get_status)
  3. Perform cancellation based on detected mode and dependencies (e.g., Team → Ralph → Ultrawork)
  4. Execute force clear if specified, removing all session and legacy state files
  5. Clean up team-specific artifacts and potentially tmux sessions
  6. Report cancellation status and any necessary manual cleanup steps

Voraussetzungen

  • Claude Code CLI
  • tmux (for certain features like team mode and rate limit detection)

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add Yeachan-Heo/oh-my-claudecode
/plugin install oh-my-claudecode@omc

Qualitätspunktzahl

Verifiziert
98 /100
Analysiert 1 day ago

Vertrauenssignale

Letzter Commit1 day ago
Sterne33.7k
LizenzMIT
Status
Quellcode ansehen