Skip to content llms.txt

Codex

OpenAI’s CLI agent with support for rules, skills, agents, MCP, hooks, and commands.

DetailValue
Slugcodex
Config directory~/.codex
Supported content typesRules, Skills, Agents, MCP Configs, Hooks, Commands
Content TypeSupportedInstall Method
RulesYesSymlink
SkillsYesSymlink
AgentsYesSymlink
MCP ConfigsYesJSON merge
HooksYesFile-based
CommandsYesSymlink
Content TypeProject LocationGlobal LocationFormat
RulesAGENTS.md~/.codex/Markdown
Skills.agents/skills/~/.agents/skills/Markdown
Agents.codex/agents/~/.codex/TOML
Hooks.codex/hooks.json~/.codex/JSON
Commands.codex/commands/~/.codex/Markdown
Content TypeDiscovery Paths
RulesAGENTS.md
Skills.agents/skills/
Agents.codex/agents/
Hooks.codex/hooks.json
Commands.codex/commands/

Codex uses TOML for agent configuration files, which is unique among providers. Syllago handles the conversion between TOML and other agent formats (Markdown, YAML) automatically. Rules and commands use standard Markdown.

Syllago detects Codex by checking for the ~/.codex directory or the codex command in PATH.

Terminal window
# Add content from Codex
syllago add --from codex
# Install content to Codex
syllago install my-skill --to codex