OMX
Oh My CodeXv0.18.9

Oh My CodeX

Multi-agent orchestration for OpenAI Codex CLI. Zero learning curve.

Oh My CodeX

Multi-agent orchestration for OpenAI Codex CLI. Zero learning curve.

Don't learn Codex prompts. Just use OMX.

Oh My CodeX (OMX) is a workflow layer for OpenAI Codex CLI. It keeps Codex as the coding engine and adds a docs-shaped path for turning a vague task into clarified requirements, an approved plan, implementation, and verification.

Quickstart

Install Codex CLI

npm i -g @openai/codex
codex login

Install and set up OMX

npm i -g oh-my-codex
omx setup

Verify the install

omx doctor
codex login status
omx exec --skip-git-repo-check -C . "Reply with exactly OMX-EXEC-OK"

Send your first task

omx --madmax --high

Then run the default guided flow inside the session:

$deep-interview "clarify the authentication change"
$ralplan "approve the safest implementation path"
$ultragoal "turn the approved plan into durable goals and complete them"

Docs map

Start with the pages in this order if you are new to OMX.

Using OMX

After the quickstart, these sections work like the product manual.

Configure, automate, and learn

Use these pages when you need exact names, operational details, or release history.

On this page