GitHub - ComposioHQ/awesome-codex-skills: A curated list of practical Codex skills for automating workflows across the Codex CLI and API.
3 hours ago
- #Codex skills
- #workflow automation
- #developer tools
- A curated list of practical Codex skills for automating workflows across CLI and API.
- Codex skills are modular instruction bundles that specify task execution; each resides in its own folder with a SKILL.md file containing metadata and guidance.
- Installation involves cloning a repository, using an installer script, or copying skill folders into $CODEX_HOME/skills, then restarting Codex to load new skills.
- Skills auto-trigger based on task descriptions or can be manually invoked by name; metadata includes name and description for matching.
- A wide range of skills is available, covering areas like meeting notes, code reviews, deployments, integrations (e.g., Slack, GitHub), content creation, and data analysis.
- Best practices for skill creation include exhaustive descriptions, progressive disclosure, helper scripts for deterministic steps, and avoiding extra documentation to keep context lean.
- Community resources include Discord for discussion, X for updates, and support via email for developers building Codex skills.