.agents/skills/omx/SKILL.md
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 skillsauth add Reinasboo/Bountylab omxInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
| 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 |
|-------|---------|-------------|
| autopilot | $autopilot | Full autonomous execution from idea to working code |
| ralph | $ralph | Self-referential loop with verifier verification until completion |
| ultrawork | $ulw | Maximum parallelism with parallel agent orchestration |
| team | $team | N coordinated agents using Codex CLI native teams |
| plan | $plan | Strategic planning with consensus and review modes |
| research | $research | Parallel scientist agents for comprehensive research |
| tdd | $tdd | Test-first development with red-green-refactor cycle |
| build-fix | $build-fix | Fix build errors, type errors, and toolchain failures |
| code-review | $code-review | Comprehensive code review across all quality dimensions |
| security-review | $security-review | Security audit focusing on vulnerabilities and trust boundaries |
| cancel | $cancel | Stop execution modes and clear active state |
| Server | Purpose |
|--------|---------|
| omx_state | Persistent mode lifecycle state |
| omx_memory | Memory + notepad surfaces for long-running sessions |
| omx_code_intel | Code intelligence and context |
| omx_trace | Execution tracing and debugging |
npm install -g @openai/codex)npm 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 |
|------|-------------|
| --yolo | Fast execution, minimal verification |
| --high | High reasoning effort |
| --xhigh | Extra-high reasoning effort |
| --madmax | Maps to Codex --dangerously-bypass-approvals-and-sandbox |
| --force | Force operation |
| --dry-run | Preview without execution |
| --verbose | Verbose output |
OMX implements a structured execution pipeline:
team-plan → team-prd → team-exec → team-verify → team-fix
session-start / session-end / session-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
Plugin files: .omx/hooks/*.mjs
By default, OMX injects project-level AGENTS.md:
-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 |
|---------|--------|
| omx | Launch Codex with HUD |
| omx setup | Install prompts, skills, config wiring |
| omx doctor | Installation/runtime diagnostics |
| omx doctor --team | Team/swarm diagnostics |
| omx team <n>:<role> "<task>" | Start team workers |
| omx team status <name> | Show team status |
| omx team shutdown <name> | Shutdown team |
| omx status | Show active modes |
| omx cancel | Cancel execution modes |
| omx reasoning <mode> | Set reasoning (low/medium/high/xhigh) |
| omx hud | HUD display options |
| omx help | Show help |
MIT License
development
Security code review for vulnerabilities. Use when asked to "security review", "find vulnerabilities", "check for security issues", "audit security", "OWASP review", or review code for injection, XSS, authentication, authorization, cryptography issues. Provides systematic review with confidence-based reporting.
development
Implement security best practices for web applications and infrastructure. Use when securing APIs, preventing common vulnerabilities, or implementing security policies. Handles HTTPS, CORS, XSS, SQL Injection, CSRF, rate limiting, and OWASP Top 10.
development
Create responsive web designs that work across all devices and screen sizes. Use when building mobile-first layouts, implementing breakpoints, or optimizing for different viewports. Handles CSS Grid, Flexbox, media queries, viewport units, and responsive images.
content-media
Produce programmable videos with Remotion using scene planning, asset orchestration, and validation gates for automated, brand-consistent video content.