help

star 0

Codex-superskills quick guide and command map

shaun0927 By shaun0927 schedule Updated 2/14/2026

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

  1. Runtime commands are Codex-first (superskills codex run ...).
  2. Magic keywords (autopilot, ultrapilot, ralph, team, plan, cancel) trigger orchestrated behavior.
  3. 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

  1. Verify install target is codex.
  2. Re-run superskills skills sync.
  3. Check routing: superskills codex route "ultrapilot: health check" --json.
  4. 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.

Install via CLI
npx skills add https://github.com/shaun0927/codex-superskills --skill help
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator