autopilot
25Skill Claude CodeCodex
Fully autonomous execution — clarify, plan, and execute without interruption.
Skill Claude CodeCodex
Fully autonomous execution — clarify, plan, and execute without interruption.
Skill Claude CodeCodex
Cancel an active workflow mode and clean up its state.
Skill Claude CodeCodex
Activate safety guardrails — pause before destructive actions, scope blast radius, require rollback plan.
Skill Claude CodeCodex
Failure injection — stress test implementations under hostile conditions before shipping.
Skill Claude CodeCodex
Save a session checkpoint — what was done, what's next, any blockers.
Skill Claude CodeCodex
Audit the quality of reasoning, not just code — problem framing, hypothesis quality, risk estimation.
Skill Claude CodeCodex
Clarify scope, boundaries, and non-goals before writing any code.
Skill Claude CodeCodex
Systematic root cause diagnosis — generate full hypothesis tree before investigating any branch.
Skill Claude CodeCodex
Read-only codebase exploration — understand structure, data flow, and conventions before changing anything.
Skill Claude CodeCodex
Git operations — clean commits, branch management, PR prep, conflict resolution.
Skill Claude CodeCodex
Production incident response — structured triage, hypothesis tree, safe remediation, incident record.
Skill Claude CodeCodex
Quick note — save a decision, observation, or thought to persistent memory.
Skill Claude CodeCodex
Full CI pipeline — typecheck, lint, build, test, security scan, report.
Skill Claude CodeCodex
Systematic QA pass — test the feature, find bugs, report with repro steps.
Skill Claude CodeCodex
Persistent completion loop — execute the approved plan step by step until done.
Skill Claude CodeCodex
Generate and get approval on an implementation plan before writing code.
Skill Claude CodeCodex
Resume from last checkpoint — load full context and continue where you left off.
Skill Claude CodeCodex
Code review checklist — catch bugs, security issues, and design problems before merging.
Skill Claude CodeCodex
Security-focused audit — OWASP Top 10, secrets, auth, injection, supply chain.
Skill Claude CodeCodex
Test-driven development — write failing tests first, then implement to make them pass.
Skill Claude CodeCodex
Coordinate parallel work across multiple Cursor sessions via shared .omc/team/ state.
Skill Claude CodeCodex
Maximum effort mode — full pipeline from exploration to shipped, verified PR.