Install any skill in seconds. Free to start, no credit card required.
Get Started Free →全自动 RPI 执行 — 从想法到可运行代码
.claude/skills/majiayu000-autopilot/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -1% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -5% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 8% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 64% | 0% |
| case-11 | ✗→✓ | ▲ Improved | 19% | 0% |
Full autonomous execution from idea to working code.
Autopilot is the ultimate hands-off mode. Give it a brief product idea (2-3 lines) and it handles everything:
/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 appThese phrases auto-activate autopilot:
Goal: Turn vague idea into detailed spec
Agents:
Output: .omc/autopilot/spec.md
Goal: Create implementation plan from spec
Agents:
Output: .omc/plans/autopilot-impl.md
Goal: Implement the plan
Mode: Ralph + Ultrawork (persistence + parallelism)
Agents:
Goal: All tests pass
Mode: UltraQA
Cycle:
Goal: Multi-perspective approval
Agents (parallel):
Rule: All must APPROVE or issues get fixed and re-validated.
Optional settings in .claude/settings.json:
json{ "omc": { "autopilot": { "maxIterations": 10, "maxQaCycles": 5, "maxValidationRounds": 3, "pauseAfterExpansion": false, "pauseAfterPlanning": false, "skipQa": false, "skipValidation": false } } }
/oh-my-claudecode:cancelOr say: "stop", "cancel", "abort"
Progress is preserved for resume.
If autopilot was cancelled or failed, just run /oh-my-claudecode:autopilot again to resume from where it stopped.
New Project:
/oh-my-claudecode:autopilot A REST API for a bookstore inventory with CRUD operationsFeature Addition:
/oh-my-claudecode:autopilot Add user authentication with JWT tokensEnhancement:
/oh-my-claudecode:ap Add dark mode support with system preference detectionIMPORTANT: Delete ALL state files on successful completion
When autopilot reaches the complete phase (all validation passed):
bash# 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
This ensures clean state for future sessions.
Stuck in a phase?
.omc/autopilot-state.json for stateValidation keeps failing?
QA cycles exhausted?
Other measured skills in the registry, with their headline benchmark lift.