AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Cancel

skill-jmstar85-oh-my-githubcopilot-cancel · by jmstar85

>

No reviews yet
0 installs
41 views
0.0% view→install

Install

$ agentstack add skill-jmstar85-oh-my-githubcopilot-cancel

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-jmstar85-oh-my-githubcopilot-cancel)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Cancel? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Cancel

Intelligent cancellation that detects and cancels the active OMG mode.

What It Does

Automatically detects which mode is active and cancels it:

  • OMG Autopilot: Stops workflow, preserves progress for resume
  • Ralph: Stops persistence loop
  • Ultrawork: Stops parallel execution
  • UltraQA: Stops QA cycling workflow
  • Team: Sends shutdown to all teammates, cleans up
  • Self-Improve: Stops loop, preserves iteration state for resume

Usage

/cancel
/cancel --force
/cancel --all

Auto-Detection

Reads .omg/state/ to discover which mode is active. Cancels in dependency order:

  1. OMG Autopilot (includes linked ralph/ultraqa cleanup)
  2. Ralph (cleans linked ultrawork)
  3. Ultrawork (standalone)
  4. UltraQA (standalone)
  5. Team (graceful shutdown + cleanup)
  6. Self-Improve (preserve iteration state)

Workflow

1. Parse Arguments

Check for --force or --all flags.

2. Detect Active Modes

Use omg_read_state to check each mode's state file.

3A. Force Mode (--force or --all)

Clear ALL state files in .omg/state/. Nuclear option.

3B. Smart Cancellation (default)

If OMG Autopilot Active
  1. Check for linked ralph → clear ultrawork if linked → clear ralph
  2. Check for linked ultraqa → clear it
  3. Mark omg-autopilot inactive (preserve state for resume)
If Ralph Active (not OMG Autopilot)
  1. Check for linked ultrawork → clear if linked
  2. Clear ralph state
If Team Active
  1. Signal shutdown to all teammates
  2. Wait for responses (15s timeout per member)
  3. Clean up team resources
  4. Clear linked ralph if present
If UltraQA / Ultrawork / Self-Improve Active

Clear state directly.

No Active Modes

Report: "No active OMG modes detected. Use --force to clear all state."

What Gets Preserved

| Mode | State Preserved | Resume Command | |------|-----------------|----------------| | OMG Autopilot | Yes (phase, files, spec) | /omg-autopilot | | Self-Improve | Yes (iteration state) | /self-improve --resume | | Ralph | No | N/A | | Others | No | N/A |

Messages

| Mode | Success Message | |------|-----------------| | OMG Autopilot | "OMG Autopilot cancelled at phase: {phase}. Progress preserved." | | Ralph | "Ralph cancelled. Persistent mode deactivated." | | Ultrawork | "Ultrawork cancelled." | | UltraQA | "UltraQA cancelled." | | Team | "Team cancelled. Teammates shut down." | | Self-Improve | "Self-improve stopped at iteration {N}." | | Force | "All OMG modes cleared." | | None | "No active OMG modes detected." |

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.