Back to skills
SkillHub ClubShip Full StackFull Stack

cancel-autopilot

Cancel active autopilot session

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
10,378
Hot score
99
Updated
March 20, 2026
Overall rating
C4.8
Composite score
4.8
Best-practice grade
B82.7

Install command

npx @skill-hub/cli install yeachan-heo-oh-my-claude-sisyphus-cancel-autopilot

Repository

Yeachan-Heo/oh-my-claude-sisyphus

Skill path: skills/cancel-autopilot

Cancel active autopilot session

Open repository

Best for

Primary workflow: Ship Full Stack.

Technical facets: Full Stack.

Target audience: everyone.

License: Unknown.

Original source

Catalog source: SkillHub Club.

Repository owner: Yeachan-Heo.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install cancel-autopilot into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/Yeachan-Heo/oh-my-claude-sisyphus before adding cancel-autopilot to shared team environments
  • Use cancel-autopilot for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw SKILL.md

---
name: cancel-autopilot
description: Cancel active autopilot session
user-invocable: true
---

# Cancel Autopilot Skill

Cancel an active autopilot session gracefully.

## What It Does

- Stops the active autopilot workflow
- Cleans up any active Ralph or UltraQA state
- Preserves progress for potential resume

## Usage

```
/cancel-autopilot
```

Or say: "stop autopilot", "cancel autopilot", "abort autopilot"

## What Gets Cleaned Up

1. **Autopilot state** - Marked as inactive (preserved for resume)
2. **Ralph state** - Cleared if active
3. **Ultrawork state** - Cleared if linked to Ralph
4. **UltraQA state** - Cleared if active

## Progress Preservation

When cancelled, autopilot preserves:
- Current phase
- Files created/modified
- Spec and plan files
- Validation verdicts

Run `/autopilot` to resume from where you left off.

## Force Clear

To completely clear all state (no resume):

```
/cancel-autopilot --clear
```

This removes all autopilot files including:
- `.omc/autopilot-state.json`
- `.omc/autopilot/` directory
- `.omc/plans/autopilot-impl.md`