VoltAgent awesome-codex-subagents — Summary
VoltAgent awesome-codex-subagents is the OpenAI Codex CLI counterpart to awesome-claude-code-subagents, providing 166+ subagents in TOML format across 13 categories. The TOML format is Codex-native with fields like model, model_reasoning_effort, sandbox_mode, and developer_instructions — distinct from Claude Code's YAML frontmatter + markdown body format. Three additional categories beyond the 10 in the Claude version cover AI governance/safety (5 agents), platform engineering/IDP (5 agents), and LLMOps/evals/observability (5 agents). Smart model routing assigns GPT-5.4 to deep-reasoning tasks (architecture reviews, security audits, financial logic) and GPT-5.3-codex-spark to fast scanning/synthesis. Sandbox mode philosophy distinguishes read-only agents (reviewers, auditors) from workspace-write agents (developers, engineers) at the TOML level — a security-by-default pattern absent from the Claude Code version. Compared to voltagent-subagents, this repo is architecturally identical in catalog philosophy but uses TOML format instead of Markdown and targets a different runtime (Codex CLI instead of Claude Code). The relationship between these two VoltAgent repos is the most explicit example of dual-harness mirroring in this batch.