Loading...
Loading...
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.
npx skill4agent add supercent-io/skills-template omx| Agent Tier | Agents | Use Case |
|---|---|---|
| Core Development | architect, planner, executor, debugger, verifier, explore | Main development workflow |
| Quality Assurance | style-reviewer, quality-reviewer, api-reviewer, security-reviewer, performance-reviewer | Code review lane |
| Domain Experts | dependency-expert, test-engineer, build-fixer, designer, writer, qa-tester | Specialized tasks |
| Product Strategy | product-manager, ux-researcher, product-analyst, information-architect | Product planning |
| Skill | Trigger | Description |
|---|---|---|
| | Full autonomous execution from idea to working code |
| | Self-referential loop with verifier verification until completion |
| | Maximum parallelism with parallel agent orchestration |
| | N coordinated agents using Codex CLI native teams |
| | Strategic planning with consensus and review modes |
| | Parallel scientist agents for comprehensive research |
| | Test-first development with red-green-refactor cycle |
| | Fix build errors, type errors, and toolchain failures |
| | Comprehensive code review across all quality dimensions |
| | Security audit focusing on vulnerabilities and trust boundaries |
| | Stop execution modes and clear active state |
| Server | Purpose |
|---|---|
| Persistent mode lifecycle state |
| Memory + notepad surfaces for long-running sessions |
| Code intelligence and context |
| Execution tracing and debugging |
npm install -g @openai/codexnpm install -g oh-my-codex
omx setup
omx doctor# Trusted environment with high reasoning
omx --xhigh --madmax/prompts:architect "analyze current auth boundaries"
/prompts:executor "implement input validation in login"
/prompts:security-reviewer "audit OAuth flow"$plan "ship OAuth callback safely"
$autopilot "implement user registration"
$team 3:executor "fix all TypeScript errors"# 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>| Flag | Description |
|---|---|
| Fast execution, minimal verification |
| High reasoning effort |
| Extra-high reasoning effort |
| Maps to Codex |
| Force operation |
| Preview without execution |
| Verbose output |
team-plan → team-prd → team-exec → team-verify → team-fixsession-startsession-endsession-idleturn-complete# 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.omx/hooks/*.mjs-c model_instructions_file="<cwd>/AGENTS.md"# Disable AGENTS.md injection
OMX_BYPASS_DEFAULT_SYSTEM_PROMPT=0 omx
# Custom instructions file
OMX_MODEL_INSTRUCTIONS_FILE=/path/to/instructions.md omx| Command | Action |
|---|---|
| Launch Codex with HUD |
| Install prompts, skills, config wiring |
| Installation/runtime diagnostics |
| Team/swarm diagnostics |
| Start team workers |
| Show team status |
| Shutdown team |
| Show active modes |
| Cancel execution modes |
| Set reasoning (low/medium/high/xhigh) |
| HUD display options |
| Show help |