01
OpenAI ships a skills catalog for Codex
openai/skills is OpenAI's official catalog of Agent Skills for Codex — folders of instructions and scripts in three tiers (.system auto-installed, .curated installable via a $skill-installer tool, .experimental). It's at 22.5k stars. The news isn't the skills inside; it's that OpenAI adopted the same SKILL.md open format Anthropic released, so a skill written for Claude Code drops into Codex unchanged. Reach for it when you maintain a procedure — a deploy checklist, a house code style, a data pipeline — and want it to ride along whichever agent you're driving that day.
Adopting this deletes the per-agent prompt fork: the AGENTS.md you wrote for Codex and the CLAUDE.md you wrote for Claude, kept in sync by hand. Tradeoff: the repo ships with no license, an odd omission for something OpenAI wants you to copy from. Read the skills for technique; don't assume you can redistribute them.