Every developer knows the frustration: you’ve got an AI coding assistant, but it keeps reinventing the wheel for common tasks. OpenAI just open-sourced their skills catalog - think of it as a package manager for AI agent capabilities. Instead of prompting Codex from scratch every time, you get battle-tested, reusable skill modules that teams at OpenAI already use in production.
The repository organizes skills into three tiers: system skills (auto-installed), curated skills (production-ready), and experimental ones you can test drive. Installation is dead simple - just run $skill-installer gh-address-comments and restart Codex. Each skill comes as a self-contained folder with instructions, scripts, and resources that any AI agent can pick up and use immediately. What’s particularly smart is the open standard approach - these aren’t locked to OpenAI’s ecosystem.
With 4,173 stars and backing from the Codex team, this is becoming the de facto standard for AI agent capabilities. If you’re building with AI coding assistants or want to see how OpenAI structures reusable AI workflows, this catalog offers both immediate utility and architectural insights you won’t find elsewhere.
⭐ Stars: 4173
💻 Language: Python
🔗 Repository: openai/skills