ChatGPT Skills: what they are and how they work
"ChatGPT skills" can mean two things. This guide clarifies the difference and focuses on reusable Agent Skills ChatGPT can load — structure, activation and use cases.
Building in this category?
aiskills.guru, aiskillsguru.com, aiskillsguru.dev are available for acquisition.
View domainsAISkills.guru is independent and is not affiliated with OpenAI. Confirm specifics against OpenAI's official documentation.
"ChatGPT skills" can mean two different things.
The phrase is ambiguous, and the difference matters:
- Human skills for using ChatGPT — the prompting, workflow and judgment abilities people develop to get more out of ChatGPT in their work.
- Reusable Agent Skills ChatGPT can load — packages of instructions and resources, built on the open Agent Skills format, that ChatGPT and related OpenAI agents can activate on demand.
Both are legitimate uses of the phrase. This guide focuses on the second — reusable Agent Skills — because that is the technical category most people are searching for when they ask how "skills" work in ChatGPT.
What a ChatGPT skill is
A reusable skill is a folder with a SKILL.md file. Its description tells the agent when it's relevant; its instructions tell the agent what to do once activated. Because OpenAI's agents (including Codex) support the open format, a skill written for one surface can often be reused elsewhere. See the Codex Skills guide for the developer-facing detail.
Why disambiguation matters for search
If you arrived here searching "ChatGPT skills," you may have wanted either meaning. The human-skills angle is about getting better at using AI day to day; the Agent Skills angle is about building reusable capability. This site, and the broader Agent Skills category, focus on the latter.
Structure
Reusable skills use the standard format:
my-skill/
├── SKILL.md
├── scripts/
├── references/
└── assets/
SKILL.md holds metadata and instructions; the optional directories add code, references and resources. See the SKILL.md guide for the anatomy.
Activation
Like other skills-compatible agents, ChatGPT surfaces use progressive disclosure: the agent reads each skill's name and description, then loads full instructions only when a task matches. Specific descriptions activate reliably; vague ones don't.
Where this fits in the ecosystem
OpenAI's skill support overlaps with Codex Skills and shares a format with Claude Skills. If you are comparing approaches — for instance against tool protocols — read Agent Skills vs MCP.
A note on the human-skills meaning
If you were looking for the first meaning — getting better at using ChatGPT — the practical advice is simple: learn to write clear prompts, break tasks into steps, give context and examples, and verify outputs. Those are durable human skills, independent of any file format.
Frequently asked questions
Which meaning does "ChatGPT skills" usually refer to? It depends on context. Developer and builder discussions usually mean reusable Agent Skills; general discussions often mean human prompting skills.
Are ChatGPT's reusable skills the same as Agent Skills? They use the open Agent Skills format. Product names differ, but the underlying concept is shared.
Do I need to code to make a skill? No. Many skills are pure instructions in SKILL.md. See the creation guide.
Where can I find skills? Skills are folders you author or share; directories and registries are emerging as the ecosystem grows.
Building in this category?
aiskills.guru, aiskillsguru.com, aiskillsguru.dev are available for acquisition.
View domainsLast reviewed: Aug 14, 2026. This guide is informational and independent; verify specifics against current official documentation.
Keep reading
What are AI Agent Skills?
Learn what AI Agent Skills are, how SKILL.md works, why agents use skills, and how skills differ from prompts, tools and traditional plugins.
SKILL.md: the file behind Agent Skills
A practical guide to the SKILL.md file: folder structure, frontmatter, name and description, instructions, scripts, references, and the security implications of skill files.