Awesome Codex Skills is a curated collection of practical instruction bundles for automating workflows with the Codex CLI and API.
The collection addresses the problem of giving Codex agents clear, reusable guidance on how to execute tasks in specific ways. Each skill is a modular folder containing a SKILL.md file with metadata (name and description) and step-by-step instructions. Codex reads the metadata to determine when to trigger a skill and loads the full instructions only after activation, keeping the context window efficient. Skills can be installed either through a dedicated skill installer that places them in the Codex home directory, or manually by copying skill folders into the skills directory and restarting Codex.
The collection is organized into categories including development and code tools, productivity and collaboration, communication and writing, data and analysis, and meta utilities. Developers should adopt this if they want to extend Codex with domain-specific task automation without building custom integrations from scratch. The project integrates with Composio's MCP Gateway, which provides secure access to over a thousand integrations with built-in authentication and audit logging. This approach suits teams that need production-ready reliability and team-based access controls alongside their agent workflows.
The project maintains an open contribution model, explicitly welcoming pull requests and providing clear documentation for creating new skills. Community engagement is facilitated through Discord, with links to social channels for updates and discussion.