Client

OpenAI Codex

OpenAI's Codex CLI. Reads skills from the cross-client .agents/skills/ tree and reads subagent definitions from .codex/agents/ as TOML files. The TOML schema requires name, description, and developer_instructions fields; other options (model, sandbox_mode, mcp_servers) inherit from the parent Codex session when omitted.

Client ID
codex
Project Skill Directory
.agents/skills
User Skill Directory
~/.agents/skills
Skill File Name
SKILL.md
Project Agent Directory
.codex/agents
User Agent Directory
~/.codex/agents
Agent File Format
TOML