CtrlK
BlogDocsLog inGet started
Tessl Logo

oh-my-codex

Multi-agent orchestration layer for OpenAI Codex CLI. Provides 30 specialized agents, 40+ workflow skills, team orchestration in tmux, persistent MCP servers, and staged pipeline execution.

67

1.38x
Quality

48%

Does it follow best practices?

Impact

100%

1.38x

Average score across 3 eval scenarios

SecuritybySnyk

Advisory

Suggest reviewing before use

Optimize this skill with Tessl

npx tessl skill review --optimize ./.agent-skills/oh-my-codex/SKILL.md
SKILL.md
Quality
Evals
Security

oh-my-codex (OMX) - Multi-Agent Orchestration for Codex CLI

When to use this skill

  • Orchestrating complex multi-agent workflows with OpenAI Codex CLI
  • Running parallel team workers in tmux for coordinated task execution
  • Using persistent MCP servers for state, memory, and code intelligence
  • Executing staged pipelines (plan → prd → exec → verify → fix)
  • Leveraging role-based agent prompts for specialized tasks

1. Core Concepts

Role Prompts (30 Agents)

Agent TierAgentsUse Case
Core Developmentarchitect, planner, executor, debugger, verifier, exploreMain development workflow
Quality Assurancestyle-reviewer, quality-reviewer, api-reviewer, security-reviewer, performance-reviewerCode review lane
Domain Expertsdependency-expert, test-engineer, build-fixer, designer, writer, qa-testerSpecialized tasks
Product Strategyproduct-manager, ux-researcher, product-analyst, information-architectProduct planning

Workflow Skills (40+)

SkillTriggerDescription
autopilot$autopilotFull autonomous execution from idea to working code
ralph$ralphSelf-referential loop with verifier verification until completion
ultrawork$ulwMaximum parallelism with parallel agent orchestration
team$teamN coordinated agents using Codex CLI native teams
plan$planStrategic planning with consensus and review modes
research$researchParallel scientist agents for comprehensive research
tdd$tddTest-first development with red-green-refactor cycle
build-fix$build-fixFix build errors, type errors, and toolchain failures
code-review$code-reviewComprehensive code review across all quality dimensions
security-review$security-reviewSecurity audit focusing on vulnerabilities and trust boundaries
cancel$cancelStop execution modes and clear active state

MCP Servers

ServerPurpose
omx_statePersistent mode lifecycle state
omx_memoryMemory + notepad surfaces for long-running sessions
omx_code_intelCode intelligence and context
omx_traceExecution tracing and debugging

2. Installation & Setup

Prerequisites

  • macOS or Linux (Windows via WSL2)
  • Node.js >= 20
  • Codex CLI installed (npm install -g @openai/codex)
  • Codex auth configured

Install oh-my-codex

npm install -g oh-my-codex
omx setup
omx doctor

Recommended Launch Profile

# Trusted environment with high reasoning
omx --xhigh --madmax

3. Usage Patterns

Role Prompts (Inside Codex)

/prompts:architect "analyze current auth boundaries"
/prompts:executor "implement input validation in login"
/prompts:security-reviewer "audit OAuth flow"

Workflow Skills

$plan "ship OAuth callback safely"
$autopilot "implement user registration"
$team 3:executor "fix all TypeScript errors"

Team Mode (Terminal)

# Start parallel team workers
omx team 4:executor "parallelize a multi-module refactor"

# Monitor team status
omx team status <team-name>

# Resume team work
omx team resume <team-name>

# Shutdown team
omx team shutdown <team-name>

4. Launch Flags

FlagDescription
--yoloFast execution, minimal verification
--highHigh reasoning effort
--xhighExtra-high reasoning effort
--madmaxMaps to Codex --dangerously-bypass-approvals-and-sandbox
--forceForce operation
--dry-runPreview without execution
--verboseVerbose output

5. Staged Pipeline

OMX implements a structured execution pipeline:

team-plan → team-prd → team-exec → team-verify → team-fix
  1. Plan: Strategic decomposition of work
  2. PRD: Product requirements definition
  3. Exec: Parallel execution by team workers
  4. Verify: Validation of deliverables
  5. Fix: Automated error resolution

6. Hook Extensions (v0.4.0+)

Native Lifecycle Events

  • session-start / session-end / session-idle
  • turn-complete

Plugin Workflow

# Enable hook plugins
OMX_HOOK_PLUGINS=1 omx hooks test

# Hook commands
omx hooks init     # Initialize hooks
omx hooks status   # Check hook status
omx hooks validate # Validate configuration
omx hooks test     # Test hook execution

Plugin files: .omx/hooks/*.mjs


7. Configuration

AGENTS.md Injection

By default, OMX injects project-level AGENTS.md:

-c model_instructions_file="<cwd>/AGENTS.md"

Environment Controls

# Disable AGENTS.md injection
OMX_BYPASS_DEFAULT_SYSTEM_PROMPT=0 omx

# Custom instructions file
OMX_MODEL_INSTRUCTIONS_FILE=/path/to/instructions.md omx

Quick Reference

CommandAction
omxLaunch Codex with HUD
omx setupInstall prompts, skills, config wiring
omx doctorInstallation/runtime diagnostics
omx doctor --teamTeam/swarm diagnostics
omx team <n>:<role> "<task>"Start team workers
omx team status <name>Show team status
omx team shutdown <name>Shutdown team
omx statusShow active modes
omx cancelCancel execution modes
omx reasoning <mode>Set reasoning (low/medium/high/xhigh)
omx hudHUD display options
omx helpShow help

Resources

  • Website: https://yeachan-heo.github.io/oh-my-codex-website/
  • GitHub: https://github.com/Yeachan-Heo/oh-my-codex
  • npm: https://www.npmjs.com/package/oh-my-codex

License

MIT License

Repository
supercent-io/skills-template
Last updated
Created

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.