AI summary
Written by AI from the official notes. Check them for exact details.Codex now includes agent skills for completing specific tasks with reusable instructions.
- Supports reusable agent skills for specific tasks.
- Invoke skills using
$skill-namecommands. - Install skills per-user or per-repo easily.
- Includes built-in system skills like
$skill-creator. - Curated skills directory available for popular workflows.
Why it matters: Users looking to streamline task completion with Codex should explore these new agent skills.
Full release notes
Codex now supports agent skills: reusable bundles of instructions (plus optional scripts and resources) that help Codex reliably complete specific tasks.
Skills are available in both the Codex CLI and IDE extensions.
You can invoke a skill explicitly by typing $skill-name (for example, $skill-installer or the experimental $create-plan skill after installing it), or let Codex select a skill automatically based on your prompt.
Learn more in the skills documentation.
src="/images/codex/skills/skills-selector-cli-light.webp" alt="" class="block w-full lg:h-64 rounded-lg border border-default my-0 object-contain bg-[#F0F1F5] dark:hidden" />
src="/images/codex/skills/skills-selector-cli-dark.webp" alt="" class="hidden w-full lg:h-64 rounded-lg border border-default my-0 object-contain bg-[#1E1E2E] dark:block" />
src="/images/codex/skills/skills-selector-ide-light.webp" alt="" class="block w-full lg:h-64 rounded-lg border border-default my-0 object-contain bg-[#E8E9ED] dark:hidden" />
src="/images/codex/skills/skills-selector-ide-dark.webp" alt="" class="hidden w-full lg:h-64 rounded-lg border border-default my-0 object-contain bg-[#181824] dark:block" />
Folder-based standard (agentskills.io)
Following the open agent skills specification, a skill is a folder with a required SKILL.md and optional supporting files:
Install skills per-user or per-repo
You can install skills for just yourself in ~/.codex/skills, or for everyone on a project by checking them into .codex/skills in the repository.
Codex also ships with a few built-in system skills to get started, including $skill-creator and $skill-installer. The $create-plan skill is experimental and needs to be installed (for example: $skill-installer install the create-plan skill from the.experimental folder).
Curated skills directory
Codex ships with a small curated set of skills inspired by popular workflows at OpenAI. Install them with $skill-installer, and expect more over time.