explaingit

openai/skills

📈 Trending19,485PythonAudience · developerComplexity · 2/5ActiveSetup · moderate

TLDR

A catalog of reusable skills (plugins) that teach OpenAI Codex agents how to handle specific tasks like code review or project planning without re-explaining each time.

Mindmap

mindmap
  root((repo))
    What it does
      Skill catalog
      Agent plugins
      Task templates
    How it works
      System skills
      Curated skills
      Experimental skills
    Use cases
      Extend Codex
      Code review
      Project planning
    Getting started
      Install skills
      Contribute new
      Discover tasks

Things people build with this

USE CASE 1

Install existing skills to teach your Codex agent how to review code comments or perform other specialized tasks.

USE CASE 2

Build and contribute new skills to the catalog so other teams can reuse your custom agent workflows.

USE CASE 3

Organize repeatable AI agent instructions as self-contained, discoverable plugins instead of writing prompts from scratch.

Tech stack

PythonOpenAI CodexAgent Skills standard

Getting it running

Difficulty · moderate Time to first run · 30min

Requires OpenAI API key and Codex access; catalog is likely read-only without auth setup.

License could not be detected automatically. Check the repository's LICENSE file before use.

In plain English

This repository is a catalog of "Agent Skills" for OpenAI's Codex, reusable bundles of instructions, scripts, and resources that AI coding agents can use to complete specific tasks in a consistent, repeatable way. Think of a skill as a plugin or template that tells an AI agent exactly how to handle a particular type of job, like reviewing code comments or creating a project plan, without you having to re-explain it every time. Each skill is a self-contained folder. Skills are organized into three tiers: system skills (installed automatically in the latest version of Codex), curated skills (manually vetted and installable by name), and experimental skills (community contributions that can be installed by folder path or GitHub URL). Once a skill is installed, any Codex agent session can discover and use it. You would use this repository if you work with OpenAI Codex and want to extend what your AI agent can do, either by installing an existing skill from the catalog or by contributing a new one. The repository is written in Python and follows the open Agent Skills standard.

Copy-paste prompts

Prompt 1
Show me how to install a skill from the OpenAI skills catalog and use it in a Codex agent session.
Prompt 2
Help me create a new custom skill for code review that I can contribute to the OpenAI skills repository.
Prompt 3
What's the difference between system skills, curated skills, and experimental skills in this catalog?
Open on GitHub → Explain another repo

Generated 2026-05-18 · Model: sonnet-4-6 · Verify against the repo before relying on details.