OpenAI has quietly shipped a feature that solves one of the more tedious realities of working with ChatGPT daily: you keep re-explaining the same thing. Skills — now live and documented via OpenAI Academy — lets users define a workflow once in a structured file and invoke it consistently across sessions, without pasting the same prompt template for the hundredth time.

What's New

A Skill is essentially a named, reusable workflow stored as a plain-text Markdown file called SKILL.md. The file defines what the task does, what inputs it expects, step-by-step instructions, required output format, and final checks. Skills can also bundle supporting resources — templates, brand guidelines, schemas, example outputs — so ChatGPT has everything it needs baked in. OpenAI is positioning SKILL.md as an open standard, meaning the format is designed to be portable across other AI tools and platforms, not just ChatGPT.

Why It Matters

The pitch here is consistency and institutional knowledge. Teams running recurring workflows — monthly reports, compliance summaries, executive briefings — currently rely on someone remembering to paste the right prompt or share the right doc. Skills formalizes that into something versionable and shareable, closer to how engineering teams treat runbooks. It's a lightweight answer to a real problem: AI outputs drift when instructions aren't precise, and most users aren't re-specifying precision every time. Building that into a reusable artifact is a practical step toward making ChatGPT actually reliable for structured work.

What to Watch

The open standard angle is worth tracking. If SKILL.md gains adoption outside OpenAI's ecosystem — in third-party tools or competing platforms — it could become a common lingua franca for AI workflow definition, similar to how OpenAPI specs became standard for REST APIs. For now, it's a ChatGPT-native feature, but the framing suggests OpenAI is angling for something broader.