OpenAI Adopts Anthropic’s Modular Skills Framework

OpenAI Adopts Anthropic Modular Skills

OpenAI has quietly integrated a key innovation from rival Anthropic, adopting its modular “Agent Skills” framework to supercharge AI agent capabilities across tools like ChatGPT and Codex CLI. This unannounced move, first uncovered by developer Elias Judin, reveals directories and skill files mirroring Anthropic’s October design for task-specific prompts. The development signals a maturing AI industry where rivals converge on efficient, composable architectures.

Discovery Sparks Industry Buzz

Developer Elias Judin stumbled upon the integration while experimenting with OpenAI’s “5.2 pro” model in ChatGPT’s Code Interpreter. By prompting the AI to create a zip file of the “/home/oai/skills” directory, Judin accessed folders like “pdfs” and “spreadsheets,” each holding “skill.md” files with tailored instructions for document processing and data analysis. He documented these findings on GitHub, drawing immediate attention from tech observers like Simon Willison, who noted the striking similarity to Anthropic’s system.

This wasn’t isolated to ChatGPT. OpenAI’s open-source Codex CLI tool showed experimental support for “skills.md” via a recent pull request, enabling the CLI to load modular instructions for specialized tasks. Judin’s revelation spread rapidly on platforms like X, fueling speculation about OpenAI’s stealthy benchmarking against competitors. Neither company has issued official statements, but the evidence points to active deployment rather than mere prototyping.

The timing aligns with heightened competition in agentic AI, where models must handle complex, multi-step workflows beyond simple chat responses. Judin’s work highlights how developer curiosity often precedes corporate announcements, accelerating transparency in a fast-evolving field.

Anthropic’s Original Framework Explained

Anthropic unveiled “Agent Skills” in October 2025 as a blueprint for transforming general-purpose models like Claude into adaptable specialists. At its core, a skill is a simple folder structure: a “SKILL.md” file with YAML frontmatter detailing the name, description, and usage guidelines, plus optional scripts, resources, and linked files. Claude scans available skills at prompt time, loading only relevant metadata initially—about 100 tokens—to decide if deeper engagement is needed.

This progressive disclosure operates in tiers. Level 1 offers lightweight overviews for quick selection. Level 2 pulls the full “SKILL.md” (under 5,000 tokens) when relevant. Levels 3+ access bundled assets dynamically, enabling unbounded context without bloating every interaction. Principles like composability allow multiple skills to chain together seamlessly, while portability ensures they work across Claude apps, APIs, and even third-party tools.

Anthropic emphasized efficiency and power: skills cut costs by avoiding repetitive prompts, enhance security through sandboxed execution, and support executable code for rule-based tasks. Pre-built examples cover PDFs, spreadsheets, and coding styles, with a “skill-creator” meta-skill guiding custom development. Enterprise features include admin controls, audit logs, and organization-wide deployment, positioning skills for real-world scalability.

OpenAI’s Implementation Mirrors the Blueprint

OpenAI’s version closely echoes Anthropic’s design, organizing tools into app-like modules via directories and Markdown files. In ChatGPT, the “/home/oai/skills” path revealed task-specific guides—for instance, “skill.md” for PDF creation directs the model on extraction and formatting before execution. Codex CLI’s pull request explicitly adds “experimental support for skills.md,” allowing developers to prototype modular enhancements locally.

Unlike Anthropic’s fanfare, OpenAI rolled this out silently, likely for internal testing before broader release. Users report the system autonomously selects skills for subtasks, such as spreadsheet manipulation or DOCX handling, improving accuracy on complex goals. This modular pivot addresses limitations in monolithic prompting, where massive models struggle with niche expertise without fine-tuning.

The adoption underscores practicality over invention: skills are lightweight, filesystem-navigable, and extensible, making them ideal for OpenAI’s ecosystem. Early evidence suggests integration with models like GPT-5.2, hinting at agentic upgrades in products like Copilot.

Technical Deep Dive: How Modular Skills Work

Modular skills revolutionize AI by decoupling general reasoning from specialized execution. When a user prompts “Analyze this sales spreadsheet and generate a PDF report,” the model first inventories skills via metadata. Relevant ones load minimally: spreadsheet skill.md might instruct on formula detection and pivot tables, while PDF skill.md handles layout and export.

Component Description Anthropic Example OpenAI Evidence
Metadata (Level 1) YAML name/description (~100 tokens) SKILL.md frontmatter for quick scan  Inferred from directory structure 
Core Instructions (Level 2) Full guidelines (<5k tokens) Task-specific prompts/scripts  pdfs/spreadsheets skill.md files 
Resources (Level 3+) Files, code, templates Bundled Python/Bash, docs  Accessible via Code Interpreter zip 
Execution Sandboxed tool calls Code Interpreter beta required  Integrated in ChatGPT/Codex 

This table illustrates the parallel architectures, promoting efficiency—skills load only what’s needed, slashing token costs and latency. Composability shines in chains: a research agent might invoke web-browsing skill, then data-processing, then visualization.

Security layers include isolated environments, permission gates, and logging, vital as skills handle sensitive data. Developers can iterate via templates, validate outputs, and even meta-generate skills, fostering self-improving agents.

Broader Industry Implications

This cross-pollination marks a truce in the AI arms race, prioritizing standards over silos. Both firms back the Agentic AI Foundation (AAIF) with Block, pushing interoperable agent protocols. Skills could standardize how models access tools, enabling Claude to run OpenAI skills or vice versa.

For developers, the win is portability: build once, deploy anywhere, accelerating agent ecosystems. Enterprises gain governance—centralized skill approval ensures compliance across teams. Costs drop as models avoid context overload, crucial at scale.

Challenges persist: over-reliance on skills risks fragmentation, and validation lags could amplify errors. Yet, the framework’s simplicity invites adoption by xAI, Google, and others, potentially birthing an open skill marketplace.

Competitive Landscape Shifts

OpenAI and Anthropic, once bitter rivals, now share architectural DNA amid talent wars and model races. Anthropic’s Claude leads in safety-focused agents, but OpenAI’s vast user base via ChatGPT amplifies skills’ reach. This borrow validates Anthropic’s innovation, pressuring leaders like Google DeepMind to modularize Gemini.

Company Key Agent Feature Skills Integration Market Edge
OpenAI ChatGPT Agents, Codex Quiet adoption in CLI/ChatGPT  Massive scale, developer tools
Anthropic Claude Skills Native since Oct 2025  Safety, composability focus
Microsoft (via Azure) Claude in Foundry Partial skills support  Enterprise deployment
Google Gemini Workflows Emerging modularity  Search/tool integration

The table highlights convergence, with OpenAI gaining agentic edge without reinventing the wheel.

Real-World Applications and Use Cases

Skills unlock practical power. In finance, a spreadsheet skill automates forecasting from raw CSVs, chaining to PDF reporting. Legal teams deploy document skills for contract analysis, extracting clauses via targeted prompts. Marketers build content skills enforcing brand styles across formats.

Healthcare envisions diagnostic skills bundling medical guidelines and imaging scripts, always under oversight. Developers accelerate via coding skills with repo-specific conventions. Education tools customize tutoring skills per subject, scaling personalized learning.

Case: A sales team prompts “Summarize Q4 pipeline from Excel, chart trends, email PDF.” Skills handle extraction, viz, and export autonomously.

Future Roadmap and Challenges

Anthropic eyes skill autogenesis—agents creating/refining modules from task history. OpenAI may formalize via API, integrating with Model Spec for ethical defaults. AAIF standards could enable cross-model skills by 2026.

Risks include skill proliferation overwhelming selection logic and IP disputes over shared designs. Oversight demands evolve: who audits user-created skills? Regulators watch for autonomous amplification.

Optimism prevails—this framework propels AI toward versatile partners, not mere responders.

Expert Reactions and Analyst Takes

Simon Willison hailed it as “excitingly easy to implement,” predicting widespread adoption. AI Suite called it a “quiet consensus” shaping modular futures. Critics note OpenAI’s silence risks trust, but efficiency trumps branding.

For content pros tracking AI trends, this cements modularity as the agentic paradigm. As President Trump’s administration pushes U.S. AI leadership, such innovations bolster domestic edge.


Subscribe to Our Newsletter

Related Articles

Top Trending

Localize digital marketing for South Asian markets
How to Localize Digital Marketing for South Asian Markets
design partner program
What Is a Design Partner Program and How to Run One
Teaching Alphabets to Children at Home
How to Teach the ABCs at Home Without a Classroom
FAQ page for AEO
10 Questions Your FAQ Page Should Answer for AEO
How to Run a Content Audit Step by Step
How to Run a Content Audit Step by Step

Technology & AI

design partner program
What Is a Design Partner Program and How to Run One
imaginelab.art review
ImagineLab.art Review: Features, Use Cases, Strengths, and Who It Is For
SaaS metrics
MRR, ARR, and NRR Explained: The SaaS Metrics Investors Actually Read
Cohort Analysis
What Is Cohort Analysis and How to Read One [Beyond the Blended Average]
Best Cross-Platform Apps
10 Best Cross-Platform Apps That Sync Everywhere

GAMING

Complete Guide on Game Programgeeks
Game Programgeeks: A Complete Guide on PC, Game Dev, and Tech
Online Color Game Philippines
Online Color Game Philippines: What Every Beginner Should Know Before Playing
Ways to Reduce Game Development Costs
12 Ways Studios Cut Game Development Costs
NFT game development cost
How Much Does NFT Game Development Cost? A Realistic Budget Breakdown
Reasons Why You No Longer Need the Best Roblox AI Scripter
Forget Best Roblox AI Scripter: 10 Reasons Why You No Longer Need It

Business & Marketing

Choosing the Right Heat Sealer for Your Packaging Line
Choosing the Right Heat Sealer for Your Packaging Line
Container Hire in Melbourne A Practical Guide for Builders and Businesses
Container Hire in Melbourne: A Practical Guide for Builders and Businesses
Tie Down Straps 101 A Practical Guide to Securing Your Load
Tie Down Straps 101: A Practical Guide to Securing Your Load
Low Minimum Order Merchandise
Big Impact, Small Batch: The Strategic Power of Low Minimum Order Merchandise
A side-by-side illustration exposing link building myths by contrasting budget lost on spammy backlinks with long-term SEO growth to help marketers protect their investment.
Stop Wasting Money: 10 Link Building Myths Ruining Your ROI

EdTech & E-Learning

Teaching Alphabets to Children at Home
How to Teach the ABCs at Home Without a Classroom
What Is Number Sense
What Is Number Sense and How Do Kids Develop It?
Best VR and AR Apps for Education
9 Best VR and AR Apps for Education
Orthographic Mapping
What Is Orthographic Mapping? Why Words Stick: A Practical Guide
Best Study Apps for Exam Preparation
10 Best Study Apps for Exam Preparation

Software & Apps

Payment Gateways for SaaS Startups in South Asia
10 Best Payment Gateways for SaaS Startups in South Asia
imaginelab.art review
ImagineLab.art Review: Features, Use Cases, Strengths, and Who It Is For
Best Cross-Platform Apps
10 Best Cross-Platform Apps That Sync Everywhere
I Compared 13 AI Video Generators for Ecommerce Product Videos
I Compared 13 AI Video Generators for Ecommerce Product Videos
Best Study Apps for Exam Preparation
10 Best Study Apps for Exam Preparation