# OpenAI Codex CLI — https://developers.openai.com/codex
#
# Codex authored the AGENTS.md convention, and its skill resolver already walks
# $REPO_ROOT/.agents/skills/ in addition to .codex/skills/. Both capabilities are
# native: agentlink writes nothing for this provider.
#
# Source: https://developers.openai.com/codex/skills
= 1
= "codex"
= "OpenAI Codex CLI"
= "https://developers.openai.com/codex"
= "https://developers.openai.com/codex/skills"
[[]]
= "instructions"
= "native"
= "AGENTS.md"
= "Codex originated the AGENTS.md convention."
[[]]
= "skills"
= "native"
= ".agents/skills"
= "Codex resolves $REPO_ROOT/.agents/skills/ natively, alongside .codex/skills/."