name: help description: Codex-superskills quick guide and command map compatibility: codex-ready
Skills Help (Codex Native)
Use this skill when the user asks how to operate codex-superskills in a Codex environment.
What to Explain First
- Runtime commands are Codex-first (
superskills codex run ...). - Magic keywords (
autopilot,ultrapilot,ralph,team,plan,cancel) trigger orchestrated behavior. - Setup is idempotent: running setup/sync again is safe.
Minimal Working Flow
superskills setup --target codex
superskills skills sync
superskills codex run "autopilot: build and verify feature"
High-Signal Commands
superskills codex run "ultrapilot: parallelize and verify"
superskills codex run "ralph: do not stop until all checks pass"
superskills codex run "team: stage plan exec verify"
superskills codex run "cancel"
superskills hud --once --json
Troubleshooting Order
- Verify install target is codex.
- Re-run
superskills skills sync. - Check routing:
superskills codex route "ultrapilot: health check" --json. - Clear stale sessions if needed:
superskills codex cleanup --session-max-age-minutes 5 --statuses running,paused.
Keep answers concise, execution-oriented, and focused on Codex runtime behavior.