OMX
Oh My CodeXv0.14.0

Quick Commands

Cheat sheet of the most-used OMX CLI commands for setup, diagnostics, session management, and team operations.

A reference card for the commands you reach for most often. All commands assume omx is on your PATH. If it is not, use npx oh-my-codex or the full path to the installed binary.

Setup and health

CommandDescription
omx setupInstall or refresh OMX prompts, skills, and config. Run after upgrading or on a new machine.
omx setup --scope userInstall to user-level config (~/.codex/).
omx setup --scope projectInstall to project-level config (.codex/).
omx doctorCheck OMX installation health — missing files, config issues, hook pipeline status.
omx doctor --teamAdditional team-pipeline health checks.

Session management

CommandDescription
omxStart an interactive OMX/Codex session.
omx --madmaxStart with maximum-parallelism team pipeline.
omx --madmax --highStart with max parallelism and the highest-tier model.
omx --skip-git-repo-checkStart outside a git repository without errors.
omx cancelCancel the current active OMX execution mode (ralph, autopilot, ultrawork).

Help and reference

CommandDescription
omx helpPrint full CLI help and available flags.
omx --versionPrint the installed OMX version.

Team operations

CommandDescription
omx team api list-tasks --jsonList current team tasks in machine-readable JSON.
omx team api read-task --jsonRead the current active task.
omx team api get-summary --jsonGet a summary of team state.
omx team awaitBlock until a wakeable team event occurs.

Agents init

CommandDescription
omx agents-init [path]Bootstrap an AGENTS.md for the project at path (defaults to current directory).
Was this page helpful?

On this page