A curated Python-based repository listing Codex skills and install examples for integrating with Codex CLI and MCP gateway, with extensive sections on skills and usage.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
A curated list of practical Codex skills for automating workflows across the Codex CLI and API.
How it works
Skills are modular instruction bundles stored in folders with a SKILL.md that includes metadata (name + description) and step-by-step guidance. Codex reads the metadata to decide when to trigger a skill and loads the body only after it fires.
Getting started
Install with the Skill Installer (recommended)
git clone https://github.com/ComposioHQ/awesome-codex-skills.git
cd awesome-codex-skills
# Install one or more skills into $CODEX_HOME/skills (defaults to ~/.codex/skills)
python skill-installer/scripts/install-skill-from-github.py --repo ComposioHQ/awesome-codex-skills --path meeting-notes-and-actions
The installer fetches the skill and places it in $CODEX_HOME/skills/<skill-name>. Restart Codex to pick up new skills.
Manual install
- Copy the desired skill folder (e.g.,
./spreadsheet-formula-helper) into$CODEX_HOME/skills/(defaults to~/.codex/skills/). - Restart Codex so it loads the new metadata.
- In your next session, describe the task or mention the skill name; Codex will trigger matching skills based on their
descriptionfrontmatter.
Recent releases
- None
Traction
15591 stars, 1511 forks, 154 open_issues
Behind the repo
Linked to Composio ecosystem and MCP Gateway; Skill Installer scripts are referenced for installation from GitHub paths.
Caveats
License not listed. Created 2026-01-12; last_push 2026-07-26.






