npx skills add majiayu000/claude-skill-registry --skill autopilot --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Autopilot Skill Full autonomous execution from idea to working code. ## Overview Autopilot is the ultimate hands-off mode. Give it a brief product idea (2-3 lines) and it handles everything: 1. **Understands** your requirements (Analyst) 2. **Designs** the technical approach (Architect) 3. **Plans** the implementation (Critic-validated) 4. **Builds** with parallel agents (Ralph + Ultrawork) 5. **Tests** until everything passes (UltraQA) 6. **Validates** quality and security (Multi-architect review) ## Usage ``` /oh-my-claudecode:autopilot <your idea> /oh-my-claudecode:ap "A CLI tool that tracks daily habits" /oh-my-claudecode:autopilot Add dark mode to the app ``` ## Magic Keywords These phrases auto-activate autopilot: - "autopilot", "auto pilot", "autonomous" - "build me", "create me", "make me" - "full auto", "handle it all" - "I want a/an..." ## Phases ### Phase 0: Expansion **Goal:** Turn vague idea into detailed spec **Agents:** - Analyst (Opus) - Extract requirements - Architect (Opus) - Technical specification **Output:** `.omc/autopilot/spec.md` ### Phase 1: Planning **Goal:** Create implementation plan from spec **Agents:** - Architect (Opus) - Create plan (direct mode,
- Overview
- Usage
- Magic Keywords
- Phases
- Phase 0: Expansion
- Phase 1: Planning
- Phase 2: Execution
- Phase 3: QA
- Phase 4: Validation
- Configuration
- Cancellation
- Resume
- Examples
- Best Practices
Delete autopilot and all sub-mode state files rm -f .omc/state/autopilot-state.json rm -f .omc/state/ralph-state.json rm -f .omc/state/ultrawork-state.json rm -f .omc/state/ultraqa-state.json rm -f ~/.claude/ralph-state.json rm -f ~/.claude/ultrawork-state.json
What does the autopilot skill do?
Full autonomous execution from idea to working code
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill autopilot --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
