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

How Student Data Privacy Works in EdTech
How Student Data Privacy Works in EdTech: FERPA, COPPA, and GDPR
SaaS vs MaaS
SaaS vs MaaS: What Model as a Service Means for Software Buyers
Google Home control multiple devices at once
Can Google Home Turn On Two Smart Devices at Once?
On This Day July 29
On This Day July 29: History, Famous Birthdays, Deaths & Global Events
ai tools for personal productivity
12 Best AI Tools for Personal Productivity in 2026

Fintech & Finance

Neobanking disruption shown through mobile banking, fintech analytics, and contactless payments beside a traditional bank.
Neobanking Disruption: Revolutionizing Traditional Banking With Neobanks and Fintech
LG 7 kg Washing Machine Buying Guide
LG 7 kg Washing Machine Buying Guide 2026: How to Pick the Right One for Your Family
Instant Personal Loans for Short-Term Financial Emergencies
How Instant Personal Loans Help Manage Short-Term Financial Emergencies
Side Hustle Projects
Top 10 Side Hustle Projects That Will Generate MRR In 2027
long term social impact
Building a Legacy: Why People Invest in Long-Term Social Impact?

Sustainability & Living

Smart Home Sustainability
Smart Home Sustainability: Which Devices Actually Help and Which Ones Just Add Clutter
vote with your wallet
10 Ways to Vote With Your Wallet and Make Every Purchase Count
environment impact of plant-based diet featured image. Plant based meal with legumes, grains, vegetables, and a globe showing the environmental value of sustainable food choices.
The Environment Impact of Plant-Based Diet Choices
Swedish supply chain traceability platforms
6 Swedish Supply Chain Traceability Platforms Transforming Global Industries
Local Climate Actions
11 Local Climate Actions That Compound Beyond One Household

GAMING

Reasons Why You No Longer Need the Best Roblox AI Scripter
Forget Best Roblox AI Scripter: 10 Reasons Why You No Longer Need It
Blockchain Platforms for Game Development
The 9 Best Blockchain Platforms for Game Development
Free Game Engines for Beginners
Top 10 Best Free Game Engines for Beginners
Visual guide showing how game engines, art, audio, coding, planning, and version control tools fit into a development pipeline.
12 Best Game Design and Development Tools and Software
How Esports Tournaments Make Money
Top 6 Ways How Esports Tournaments Make Money

Business & Marketing

How To Start A Digital Marketing Consultancy From Scratch
How To Start A Digital Marketing Consultancy From Scratch
Ecommerce Data Analysis with Claude
The Complete Guide to Ecommerce Data Analysis with Claude
SaaS valuation decline
Why $50B SaaS Valuations Won't Survive: 10 Top Reasons Explained
Enterprise AI Agent Strategy
The Age of AI Agents: How to Build an Enterprise AI Agent Strategy
Side Hustle Projects
Top 10 Side Hustle Projects That Will Generate MRR In 2027

Technology & AI

SaaS vs MaaS
SaaS vs MaaS: What Model as a Service Means for Software Buyers
Google Home control multiple devices at once
Can Google Home Turn On Two Smart Devices at Once?
ai tools for personal productivity
12 Best AI Tools for Personal Productivity in 2026
How Does NLP Work Tokens, Embeddings and Transformers Explained
How Does NLP Work: Tokens, Embeddings and Transformers Explained
SaaS Development Process
How to Design a SaaS Development Process in 8 Steps

Fitness & Wellness

aromatherapy products and diffusers
10 Aromatherapy Products and Diffusers Worth Bringing Home
Electric Massage Ball for Spine Injury
Living With Spine Injury: How to Try an Electric Massage Ball Without Rushing It
A Complete Guide on TheLifestyleEdge com
The Lifestyle Edge: Your Complete Guide to Wellness and Modern Living
Stretching Accessories That Make a Difference
7 Stretching Accessories That Make a Difference for Flexibility, Mobility, and Recovery
air quality wellness devices
13 Air Quality and Wellness Devices Worth Considering for a Healthier Home