oh-my-customcodex (baekenough) — Summary
oh-my-customcodex is a Codex-native (GPT-based) port of oh-my-customcode, maintaining the same agent compilation metaphor but running on top of GPT Codex + OMX stack instead of Claude Code. It ships 49 agents, 123 skills, and 22 rules accessible via a single install command (omcustomcodex init). The distinctive philosophy: "agent systems are compiled, not configured" — skills are source code, agents are compiled output, and mgr-sauron acts as the compiler/verifier. The reasoning-sandwich pattern (Opus for pre-analysis, Sonnet for implementation, Haiku for post-verification) and mgr-creator (dynamic agent creation when no specialist exists) are the two most novel components. The npm package ships a dedicated CLI binary omcustomcodex and maintains multi-model routing (opus/sonnet/haiku per role).
Differs from seeds: Closest to BMAD-METHOD (large specialist agent roster with routing) and claude-flow (CLI binary + npm package), but uniquely frames agent systems as a compilation problem (skills=source, agents=compiled artifacts, sauron=compiler), implements dynamic agent creation (mgr-creator) for missing domain expertise, and runs on Codex/OMX rather than Claude Code — a provider boundary that distinguishes it from all 11 seeds.