The Agency is packaged for Codex as one public meta-skill named
agency-agents. The public skill stays small, while all specialists live as
internal sub-skills under sub/, and the NEXUS playbooks/runbooks live under
references/.
./scripts/convert.sh --tool codex
./scripts/install.sh --tool codexThis copies integrations/codex/agency-agents/ to
~/.codex/skills/agency-agents/.
In Codex, invoke the skill directly:
Use $agency-agents to choose the right Agency specialist for this repo.
Use $agency-agents and run a NEXUS-style workflow for this feature.
~/.codex/skills/agency-agents/
SKILL.md
agents/openai.yaml
sub/<agent-slug>/subskill.md
references/roster.md
references/strategy/...
references/examples/...
Codex works best when the public skill list stays compact. The Agency therefore ships as one public skill that routes into internal role files on demand, instead of exposing dozens of separate public skills.
./scripts/convert.sh --tool codex