A Skill Is A Folder, Not A Prompt: What Anthropic Learned Running Hundreds Of Them

📊 Full opportunity report: A Skill Is A Folder, Not A Prompt: What Anthropic Learned Running Hundreds Of Them on ThorstenMeyerAI.com — validation score, market gap, and execution plan.

TL;DR

Anthropic has demonstrated that effective AI skills are better conceptualized as folders containing instructions and tools, not just prompts. This approach improves consistency, onboarding, and institutional knowledge sharing, marking a shift in how organizations deploy AI agents.

Anthropic has announced a significant shift in how organizations should design and deploy AI skills, emphasizing that Skills are folders, not prompts. This conceptual change, based on Anthropic’s internal experiments with hundreds of Skills, aims to make AI agent behavior more consistent, reusable, and aligned with organizational workflows. The development has implications for AI engineering, operational procedures, and enterprise knowledge management.

According to an internal write-up from a Claude Code engineer, Anthropic’s research shows that treating Skills as folders—containing instructions, reference documents, scripts, templates, and hooks—enables agents to discover, read, and execute complex workflows. This contrasts with the common approach of saving prompts as simple text snippets. The folder-based model allows for more durable, sharable, and versioned organizational assets, embedding tribal knowledge directly into AI systems.

Anthropic identified nine core categories of Skills, ranging from library references and product verification to infrastructure operations. The most impactful, according to Anthropic, is verification Skills, which check the quality of generated output, thus reducing errors and improving reliability. The company advocates investing engineering effort into refining these Skills, emphasizing their role in moving from ad-hoc prompting to institutionalized capabilities.

Technical lessons include avoiding restating obvious information, focusing on non-obvious, specific content, and creating trigger descriptions that match user requests precisely. Bundling real code, helper functions, and guardrails within the folder ensures the Skills are practical, robust, and adaptable to edge cases.

At a glance
reportWhen: announced March 2024
The developmentAnthropic published insights from running hundreds of Skills internally, revealing a new framework that treats Skills as folders rather than prompts, impacting AI deployment and organizational processes.
A Skill Is a Folder, Not a Prompt — Insights
AI Dispatch · Insights · 1 July 2026

A Skill is a folder, not a prompt

Anthropic published what it learned running hundreds of Skills across its own engineering org. Read as a business memo, the point is bigger than a coding trick: this is how ad-hoc prompting becomes durable institutional capability — the SOPs your agents actually follow, versioned and shared.

✕ The misconception

“A Skill is just a clever markdown prompt you save in a file.”

✓ What it actually is

A folder the agent can discover, read & run — instructions, scripts, references, templates, config & on-demand hooks.

Anatomy of a Skill — the file system is context engineering
my-skill/the unit you share & version
├─ SKILL.mdroot instructions + a description written for the model (its trigger)
├─ references/deep detail pulled in only when needed — progressive disclosure
├─ scripts/real code, so the agent composes instead of rebuilding boilerplate
├─ assets/templates & files to copy into the output
├─ config.jsonsetup the agent asks for if it’s missing (e.g. which Slack channel)
└─ hooks + memoryon-demand guardrails + an append-only log so it remembers
Why it matters: the folder itself is the knowledge base. The agent reads the root, then reaches deeper only when the task demands it — the same way you’d hand a new hire a one-pager that points to the detailed docs.
The nine types — a gap-analysis map for your own library
1Library / API reference
2Product verification ★ top impact
3Data fetching & analysis
4Business-process automation
5Code scaffolding & templates
6Code quality & review
7CI/CD & deployment
8Runbooks
9Infrastructure operations
By Anthropic’s own measurement, verification Skills — the ones that check the work — moved output quality the most. If you build one category well, build that one.
The craft — what separates a good Skill from a useless one
Gotchas = highest-signal section Describe for the model, not humans (it’s the trigger) Don’t state the obvious Ship scripts, not just prose On-demand guardrail hooks (/careful, /freeze) Let it remember (log / SQLite) Don’t railroad — leave room to adapt
The take

The knowledge of how your organization actually operates can be captured, versioned, shared & executed — and the thing capturing it is a humble folder with a script and a gotchas list inside. For the builder, that’s context engineering with real tools attached. For whoever owns the budget, it’s the difference between AI that starts from zero every morning and an asset that compounds. Caveats: best practices are still evolving, checked-in Skills cost context, and curation beats accumulation. Start with one Skill, one gotcha, and the category that catches your mistakes.

Source: “Lessons from building Claude Code: How we use skills,” Thariq Shihipar (Anthropic), Claude blog, 3 June 2026. Categories, examples & measured claims are Anthropic’s; framing is the author’s. Docs: code.claude.com/docs/en/skills.
thorstenmeyerai.com

Transforming AI Skills into Organizational Assets

This approach shifts the perception of AI Skills from simple prompts to comprehensive, reusable containers that encode organizational knowledge and procedures. By doing so, it enhances output consistency, accelerates onboarding, and creates a living library of operational best practices. For businesses, this means AI becomes a more reliable partner, capable of executing complex workflows with minimal manual intervention. The strategy also encourages a long-term view, where Skills improve iteratively, becoming valuable assets that appreciate in organizational worth.

Amazon

AI development folder structure tools

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

From Prompt Engineering to Organizational Knowledge

Prior to this development, AI teams primarily focused on crafting prompts—short, often ad-hoc instructions—to guide model behavior. While effective in the short term, this method proved fragile and difficult to scale across teams and processes. Anthropic’s internal experiments with hundreds of Skills revealed that encapsulating instructions, data, and scripts within folders leads to more durable and scalable AI deployment. This insight aligns with broader trends in enterprise AI, where embedding procedural knowledge directly into systems is increasingly valued.

Anthropic’s nine-category Skills map offers a framework for organizations to identify gaps in their automation and knowledge management efforts, from basic library references to complex operational workflows. The emphasis on verification and guardrails reflects a focus on reducing errors and ensuring safety in AI outputs.

“Treating Skills as folders containing instructions, scripts, and data fundamentally changes how we design and deploy AI agents. It moves us from ephemeral prompts to durable organizational assets.”

— Thorsten Meyer, AI researcher at Anthropic

AI Workflow Systems: AI Prompts for Freelance Consultants: Practical AI workflow prompts to automate client work, boost productivity, and scale consulting ... Frameworks for the Modern World Book 1)

AI Workflow Systems: AI Prompts for Freelance Consultants: Practical AI workflow prompts to automate client work, boost productivity, and scale consulting … Frameworks for the Modern World Book 1)

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Unclear Aspects of Skill Implementation and Scalability

It remains uncertain how widely applicable this folder-based Skills model is across different industries and organizational sizes. The internal success at Anthropic may not directly translate to other contexts without adaptation. Additionally, the specific technical tooling and workflows required for effective implementation are still being developed and standardized. The long-term impact on AI safety, maintenance, and scalability also warrants further observation.

AI Engineering: Building Applications with Foundation Models

AI Engineering: Building Applications with Foundation Models

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Adoption and Standardization

Organizations interested in this approach should begin cataloging their internal procedures and tribal knowledge into folder-based Skills, focusing initially on verification and operational workflows. Industry-wide, developers and vendors are likely to develop tools and frameworks to facilitate this model. Monitoring how Anthropic and others refine and scale this approach over the coming months will be key to understanding its broader impact on enterprise AI deployment and management.

AI Real Estate Playbook: How to Reclaim Your Time, Multiply Your Income, and Clone Yourself

AI Real Estate Playbook: How to Reclaim Your Time, Multiply Your Income, and Clone Yourself

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

How does treating Skills as folders improve AI reliability?

By encapsulating instructions, scripts, and reference data within a folder, the AI agent can access comprehensive, versioned knowledge, reducing errors caused by ambiguous prompts and improving consistency across tasks.

Can this approach be applied outside of Anthropic?

Yes, the folder-based model is adaptable but may require technical adjustments for different organizations. Its success depends on integrating these Skills into existing workflows and tooling.

What are the main categories of Skills identified?

They include library references, product verification, data analysis, automation, code scaffolding, review, deployment, runbooks, and infrastructure operations.

Does this mean prompts are obsolete?

Not necessarily. Prompts remain useful for quick, ad-hoc tasks, but the folder-based Skills provide a more durable, scalable foundation for complex, repeatable workflows.

What are the challenges of implementing Skills as folders?

Challenges include developing tooling for managing, updating, and discovering Skills, as well as ensuring consistency and security across organizational assets.

Source: ThorstenMeyerAI.com

You May Also Like

Instagram Surges In Global Coverage

Instagram experiences a surge in international media mentions, indicating increased global coverage and attention.

Whatsapp

WhatsApp introduces new privacy settings to enhance user control, confirmed by the company. The update aims to address privacy concerns but details remain unclear.

Autonomous Flying Umbrella Follows And Shields Users From Rain And Sunlight

A new autonomous flying umbrella can follow users and provide protection from rain and sunlight, marking a significant innovation in personal weather shielding.

Readiness: Before You Fund The Answer

A new diagnostic tool offers a quick, 20-minute assessment to determine if an organization is truly prepared for AI deployment, preventing costly failures.