Codex guide
Best agent Skills for Codex CLI
The best Skills for Codex CLI are frontend-design for UI work, superpowers for planned multi-step engineering, and Trail of Bits' security Skills for review — all verified through the SKILL.md path Codex adopted in December 2025. 51 of the 191 Skills we catalogue are verified on Codex; because Codex is a terminal agent with real repo access, the review, testing, and infrastructure Skills carry their full capability here rather than a reduced one.
Updated August 26, 2026 · first published August 19, 2026
Install first
frontend-designVerified on Codex and the highest-scoring Skill we catalogue. It substitutes a committed set of design decisions for the design file you do not have, which is the common case when generating UI from a terminal.
Best when: Generating a page or component from scratch with no design system to inherit.
Install model
How Skills install on Codex
codex skills add github.com/anthropics/skills/skills/frontend-design- 1Copy the Codex install command from the Skill page — Codex takes a repo-plus-path form rather than a --skill flag.
- 2Run it from the project you want the Skill available in.
- 3Start a new Codex session so the Skill frontmatter is read.
- 4Trigger the Skill with a matching task and confirm the behaviour changed.
Codex adopted the SKILL.md spec directly, so a Skill folder written for Claude Code is the same folder here — the difference is the install path form (repo plus path to the skill directory) rather than the file format. The three-tier loading model is the same: metadata always, instructions on trigger, bundled files on demand.
Ranked
The shortlist
Ordered by what to install first for the common case, not by raw score. Every entry here carries verified Codex compatibility — open the skill page for the composite score, licence, and full install commands.
| Skill | Source | Score | Best when |
|---|---|---|---|
| frontend-design | Official | 92 | Generating a page or component from scratch with no design system to inherit. |
| superpowers | Community | 63 | Work that spans sessions and needs the plan to survive between them. |
| trail-of-bits | Verified | 49 | Reviewing code that touches auth, untrusted input, secrets, or payments. |
| debug | Official | 51 | An intermittent or unexplained failure, before you start changing code. |
| paddle-agent-skills | Verified | 53 | Selling internationally where VAT and sales-tax handling is the actual problem, not the checkout form. |
| composio | Verified | 55 | Connecting an agent to several third-party services where building each integration separately is the bottleneck. |
See every skill verified on this agent, ranked by composite score, on the Codex page.
Why these
Pick by pick
- 1frontend-design
Verified on Codex and the highest-scoring Skill we catalogue. It substitutes a committed set of design decisions for the design file you do not have, which is the common case when generating UI from a terminal.
- 2superpowers
A full engineering pipeline with TDD enforced at each stage. Terminal agents are where long-running, multi-file work actually happens, so the plan-preserving Skill matters more here than in an editor.
- 3trail-of-bits
Firm-grade security review Skills, Apache-2.0. Codex has real repo access, which is precisely the setting where a severity-tagged security pass over the whole diff beats inline suggestions.
- 4debug
Replaces speculative edits with a hypothesis-and-test loop. Cheap, read-write, and verified on Codex — it changes agent behaviour on exactly the failures that burn the most session time.
- 5paddle-agent-skills
Published by Paddle, covering merchant-of-record billing — the tax and compliance side generic payment advice skips entirely. One of the higher-scoring vendor Skills verified on Codex.
- 6composio
One Apache-2.0 Skill that routes to a large catalogue of SaaS integrations, instead of wiring each one by hand. Verified across all seven agent targets, Codex included — the broadest compatibility of any integration Skill we list.
Limits
What this agent cannot do
Codex verification is narrower than Claude Code or Cursor: 51 of 191 Skills. That is a testing-coverage number, not a capability judgement — several vendor Skills in APIs, databases, and email have been verified on Claude Code and Cursor but not yet on Codex, and they are absent from these lists by policy rather than because they failed. The known real gaps are Skills built around Claude.ai upload flows or Claude API skill_id references, which have no Codex equivalent. Where a Skill you want is missing, the category page shows the full set with per-agent badges.
FAQ
Common questions
Does Codex CLI use the same SKILL.md format as Claude Code?
Yes — Codex adopted the spec directly, so the same folder works in both. Only the install command form differs: Codex takes the repo plus the path to the skill directory, rather than a repo plus a --skill flag.
Why are fewer Skills listed for Codex than for Cursor?
Because we list only what was tested. Verification is per Skill per agent and it takes real work, so coverage grows over time rather than arriving complete. A Skill missing from the Codex list has usually not been tested there yet.
Can Codex run scripts bundled inside a Skill?
Yes — Codex is a terminal agent, so bundled scripts are executable in the same way as in Claude Code. That is what makes the document and testing Skills worth installing here: the deterministic script does the work, not a fresh improvisation each time.
Do I need different Skills for Codex than for ChatGPT?
They are different surfaces with different capabilities. Codex CLI runs locally with filesystem and shell access, so it supports the full range including action-taking Skills. Judge each Skill by the surface it will run on rather than by the vendor.
Other agents
Same question, different agent
- Best agent Skills for Claude Code →
The best verified Skills to install in Claude Code, in install order — frontend-design for UI, superpowers for multi-step work, simplify for review, skill-creator for writing your own, and the Anthropic document Skills for real files.
- Best agent Skills for Cursor →
The best SKILL.md agent Skills verified working in Cursor — 78 of 191 catalogued Skills, led by frontend-design, superpowers, and the vendor-published Stripe, Supabase, and Resend Skills.
- Best agent Skills for Claude.ai →
The best Skills to upload to Claude.ai — the Anthropic document Skills (pdf, docx, xlsx, pptx) for real files, frontend-design and web-artifacts-builder for artifacts, and the marketing set for non-engineering teams.
- Best agent Skills for the Claude API →
The best Skills to use through the Claude API and Skills SDK — the document Skills for file generation in production, firecrawl and Valyu for retrieval, and Composio for tool routing.
- Best agent Skills for Gemini CLI →
The Skills verified working in Google's Gemini CLI — 11 of 191 catalogued, led by frontend-design, Firebase Hosting, the Stripe set, and Composio.
- Best agent Skills for Antigravity IDE →
The best Skills for Antigravity IDE, which ships a large pre-installed bundle — what is already there, what is worth adding on top, and the 36 Skills verified on this surface.
New to Skills? What is a Claude skill · How to install · How to audit a skill first