Loading...
Loading...
Use when you need multi-agent orchestration for OpenAI Codex CLI. Triggers on: omx, $plan, $ralph, $team, $autopilot, $deep-interview. v0.11.10 — 30+ agents, 35+ workflow skills, tmux team runtime, sparkshell, explore, ralplan.
npx skill4agent add akillness/oh-my-skills omx$ralph$ralplanomx exploreomx sparkshell$ask-claude$ask-gemininpm install -g @openai/codex oh-my-codex
omx setup
omx --madmax --high/prompts:architect "analyze the authentication flow"
$plan "map the safest implementation path"Mental model: Codex does the agent work. OMX adds better prompts, reusable workflow skills, and a runtime layer around it. Start withand let the agent pull inomx --madmax --high,$team, or other workflows when the task needs them.$ralph
| Tier | Agents |
|---|---|
| Core Development | |
| Quality Assurance | |
| Domain Experts | |
| Product Strategy | |
/prompts:<agent-name> "task"| Skill | Trigger | Description |
|---|---|---|
| | Full autonomous pipeline — idea to working code |
| | Persistent execution loop until verified complete |
| | Maximum parallelism across parallel agents |
| | N coordinated agents with tmux/worktree isolation |
| | Strategic planning before implementation |
| | Consensus-based iterative planning |
| | Socratic clarification before planning or execution |
| | Codebase-focused deep search |
| | Evidence-driven causal analysis (trace methodology) |
| | Test-first development (red-green-refactor) |
| | Fix build errors, type errors, toolchain failures |
| | Comprehensive multi-dimension code review |
| | Security audit — vulnerabilities, trust boundaries |
| | Maximum parallelism QA pass |
| | UI/UX visual review with verdict |
| | Frontend UI/UX design and review |
| | Clean AI expression patterns from code/docs |
| | Cross-model consultation with Claude |
| | Cross-model consultation with Gemini |
| | Atomic commits, rebasing, history management |
| | Token-efficient execution mode |
| | Clone and adapt web pages or UI patterns |
| | Stop active execution modes |
# Start parallel team workers
omx team 3:executor "fix all TypeScript errors"
omx team 2:security-reviewer,1:architect "audit auth module"
# Team management
omx team status <team-name>
omx team resume <team-name>
omx team shutdown <team-name>$team 3:executor "parallelize this refactor"| Platform | Dependency |
|---|---|
| macOS | |
| Ubuntu/Debian | |
| Fedora | |
| Windows (native) | |
| Windows (WSL2) | |
omx # Launch Codex with OMX runtime
omx --madmax --high # Recommended default (bypass + high reasoning)
omx --xhigh # Extra-high reasoning effort| Flag | Description |
|---|---|
| Fast execution, minimal verification |
| High reasoning effort |
| Extra-high reasoning effort |
| Bypass approvals/sandbox ( |
| Preview without execution |
| Verbose output |
omx setup # Install prompts, skills, config, AGENTS scaffolding
omx doctor # Verify installation
omx doctor --team # Team/swarm diagnostics
omx status # Show active modes
omx cancel # Cancel execution modes
omx hud --watch # Live HUD status monitor
omx reasoning <mode> # Set: low/medium/high/xhigh
omx help # Show helpomx explore --prompt "find where team state is written" # Read-only repo lookup
omx sparkshell git status # Bounded shell inspection
omx sparkshell --tmux-pane %12 --tail-lines 400 # Tail tmux pane output$plan$ralph$team$deep-interviewomx --madmax --high/prompts:architect "..."$team$deep-interviewomx --madmax --high/prompts:architect "analyze the current auth flow"
$plan "implement OAuth safely"$ralph "fix all failing tests and make them pass"omx team 3:executor "refactor the API layer with proper tests"$deep-interview "I want to add a payment system"$plan$ralphomx --madmax --high$plan$ralph$ralplan$deep-interview$team$ask-claude$ask-geminiomx exploreomx doctor| Command/Skill | Action |
|---|---|
| Recommended launch |
| Analysis and design review |
| Strategic planning |
| Clarify vague requests |
| Persistent loop until done |
| Consensus planning |
| Parallel coordinated agents |
| Maximum parallelism |
| Read-only repo exploration |
| Bounded shell inspection |
| Install/re-install OMX |
| Diagnose issues |
| Cancel active modes |
| File | Contents |
|---|---|
| references/agents-catalog.md | All 30+ agent profiles and use cases |
| references/skills-reference.md | Full skill list with triggers and descriptions |
| references/cli-reference.md | Complete CLI: omx team/explore/sparkshell/reasoning |