← all repositories
openai/skills

OpenAI's playbook for making Codex less forgetful

A shared recipe box so your AI agent doesn't reinvent the wheel on every task.

24.1k stars Python Coding AssistantsAgents
skills
Velocity · 7d
+43
★ / day
Trend
cooling
star history

What it does

This repository catalogs reusable “skills” — folders of instructions, scripts, and resources — that OpenAI’s Codex agent can discover and apply to specific tasks. The pitch is “write once, use everywhere”: package a capability, share it across a team, and stop re-explaining the same workflow to your agent.

The interesting bit

The structure is deliberately tiered. .system skills ship automatically with Codex, .curated ones install by name, and .experimental ones live in the wild-west folder for trying things out. There’s also an open standard at agentskills.io, suggesting OpenAI wants this format to outlive Codex itself.

Key highlights

  • Skills are plain folders with instructions and resources — no proprietary binary format
  • Three trust tiers: system (built-in), curated (vetted), and experimental (use at your own risk)
  • Install via $skill-installer inside Codex, either by name or raw GitHub URL
  • Per-skill licensing inside each directory’s LICENSE.txt
  • Open standard published separately at agentskills.io

Caveats

  • The README is thin on what a skill actually looks like structurally; you’ll need to dig into the folders
  • Experimental skills require more verbose install syntax than curated ones
  • Restarting Codex after install is required, which feels slightly 1990s

Verdict

Worth browsing if you’re using Codex and tired of typing the same prompts. Skip it if you’re not in OpenAI’s agent ecosystem — the open standard is aspirational, but the tooling isn’t there yet for other platforms.

Frequently asked

What is openai/skills?
A shared recipe box so your AI agent doesn't reinvent the wheel on every task.
Is skills open source?
Yes — openai/skills is an open-source project tracked on heatdrop.
What language is skills written in?
openai/skills is primarily written in Python.
How popular is skills?
openai/skills has 24.1k stars on GitHub and is currently cooling off.
Where can I find skills?
openai/skills is on GitHub at https://github.com/openai/skills.

heatdrop uses Google Analytics to see which pages get read — nothing else. Your call. How we handle data.