# autopilot

> Claude/Codex skill by [@yeachan-heo](https://omgskills.com/library/yeachan-heo/index.md) · 38k stars · Updated 2026-08-01

Full autonomous execution from idea to working code

Tags: agentic-coding, ai-agents, automation, claude, claude-code, multi-agent-systems, oh-my-opencode, opencode, parallel-execution, vibe-coding

## Install

```sh
git clone https://github.com/Yeachan-Heo/oh-my-claudecode /tmp/oh-my-claudecode && ln -s /tmp/oh-my-claudecode/skills/autopilot ~/.claude/skills/autopilot
```

## From README

Named stage profiles (v1) Select a configured profile only with /autopilot --workflow . A profile is an autopilot-owned stage schedule, not a command, mode, plugin, filename, or separate state identity. Without --workflow, autopilot retains its legacy lifecycle and behavior. Named workflow profiles require Linux with the flock utility in v1 because their transcript evidence boundary uses Linux no-follow file-descriptor traversal and their recoverable mutation lock uses kernel advisory locking. Unsupported environments reject explicit --workflow activation before state mutation; use legacy autopilot instead. Profiles are configured in project or user JSONC as autopilot.workflows. . Every v1 profile has exactly version: 1 and stages; no other profile keys are accepted. The only admitted stage sequences are: ralplan creates the plan consumed by execution; execution creates the implemented workspace required by ralph and qa.

## Links

- HTML page: https://omgskills.com/skills/yeachan-heo/oh-my-claudecode/autopilot/
- GitHub: https://github.com/Yeachan-Heo/oh-my-claudecode
- Author: [@yeachan-heo](https://omgskills.com/library/yeachan-heo/index.md)

## More from this repo

- [ai-slop-cleaner](https://omgskills.com/skills/yeachan-heo/oh-my-claudecode/ai-slop-cleaner/index.md) — Clean AI-generated code slop with a regression-safe, deletion-first workflow and optional reviewer-only mode
   - [@yeachan-heo](https://omgskills.com/library/yeachan-heo/index.md) · 39k stars
- [ralplan](https://omgskills.com/skills/yeachan-heo/oh-my-claudecode/ralplan/index.md) — Consensus planning entrypoint that auto-gates vague ralph/autopilot/team requests before execution
   - [@yeachan-heo](https://omgskills.com/library/yeachan-heo/index.md) · 39k stars
- [omc-doctor](https://omgskills.com/skills/yeachan-heo/oh-my-claudecode/omc-doctor/index.md) — Diagnose and fix oh-my-claudecode installation issues
   - [@Yeachan-Heo](https://omgskills.com/library/yeachan-heo/index.md) · 39k stars
