https://github.com/openai/skills
Skills Catalog for Codex
https://github.com/openai/skills
Last synced: about 2 months ago
JSON representation
Skills Catalog for Codex
- Host: GitHub
- URL: https://github.com/openai/skills
- Owner: openai
- Created: 2025-11-25T06:25:42.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-01-11T21:48:29.000Z (2 months ago)
- Last Synced: 2026-01-12T01:19:23.248Z (2 months ago)
- Language: Python
- Homepage:
- Size: 163 KB
- Stars: 1,443
- Watchers: 20
- Forks: 99
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-projects - openai
- awesome-ccamel - openai/skills - Skills Catalog for Codex (Python)
- awesome-agent-skills - openai/skills
- awesome-agent-skills - openai
- awesome-agent-skills - OpenAI skills - Official skills catalog from OpenAI. (Phase 2: Use Existing Skills / Ready-to-Use Skill Libraries)
- awesome - openai/skills - Skills Catalog for Codex (Python)
- antigravity-awesome-skills - openai/skills - Agent skills, Skill Creator, Concise Planning. (Credits & Sources / Official Sources)
- AiTreasureBox - openai/skills - 02-12_8091_78](https://img.shields.io/github/stars/openai/skills.svg)|Skills Catalog for Codex| (Repos)
README
# Agent Skills
Agent Skills are folders of instructions, scripts, and resources that AI agents can discover and use to perform at specific tasks. Write once, use everywhere.
Codex uses skills to help package capabilities that teams and individuals can use to complete specific tasks in a repeatable way. This repository catalogs skills for use and distribution with Codex.
Learn more:
- [Using skills in Codex](https://developers.openai.com/codex/skills)
- [Create custom skills in Codex](https://developers.openai.com/codex/skills/create-skill)
- [Agent Skills open standard](https://agentskills.io)
## Installing a skill
Skills in [`.system`](skills/.system/) are automatically installed in the latest version of Codex.
To install [curated](skills/.curated/) or [experimental](skills/.experimental/) skills, you can use the `$skill-installer` inside Codex.
Curated skills can be installed by name (defaults to `skills/.curated`):
```
$skill-installer gh-address-comments
```
For experimental skills, specify the skill folder. For example:
```
$skill-installer install the create-plan skill from the .experimental folder
```
Or provide the GitHub directory URL:
```
$skill-installer install https://github.com/openai/skills/tree/main/skills/.experimental/create-plan
```
After installing a skill, restart Codex to pick up new skills.
## License
The license of an individual skill can be found directly inside the skill's directory inside the `LICENSE.txt` file.