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 shifted from viewing AI Skills as prompts to framing them as folders containing instructions, scripts, and assets. This approach enhances consistency, onboarding, and organizational knowledge retention, according to their internal findings.

Anthropic has redefined what constitutes an AI Skill, emphasizing that a Skill is a folder—containing instructions, scripts, and reference materials—rather than a prompt. This approach aims to make AI agent behaviors more durable, consistent, and easier to scale across organizations, according to a detailed internal report from Anthropic’s Claude Code team.

In a recent publication, Anthropic shared its experience from running hundreds of Skills within its engineering team, demonstrating that organizing these as folders rather than prompts significantly improves operational consistency and knowledge retention. Unlike prompts, which are often seen as static instructions, Skills as folders can include a variety of assets such as scripts, templates, data, and hooks, allowing agents to discover and execute complex workflows dynamically.

The shift from prompt-based to folder-based Skills is described as a fundamental change in design philosophy, enabling organizations to embed tribal knowledge, guardrails, and tools directly into their AI workflows. This method allows for versioned, sharable, and more durable asset management, effectively turning Skills into institutional assets that improve with use. Anthropic reports that investing engineering effort into refining a single Skill category can lead to significant gains in reliability and automation, with verification Skills identified as particularly impactful.

At a glance
reportWhen: published recently, based on internal A…
The developmentAnthropic published insights from running hundreds of Skills internally, demonstrating that Skills are better understood as folders with embedded instructions and assets rather than simple prompts.
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

Implications of Folder-Based Skills for AI Operations

This development matters because it addresses key challenges in deploying AI at scale: ensuring consistent output, simplifying onboarding, and preserving organizational knowledge. By framing Skills as folders, companies can create more reliable and maintainable AI workflows, reducing the reliance on ad-hoc prompts and manual instruction updates. This approach also allows organizations to build a library of reusable, versioned assets that evolve over time, enhancing operational robustness and reducing errors.

For businesses, adopting folder-based Skills could lead to more predictable AI behavior, faster onboarding of new team members, and a scalable way to codify tribal knowledge. As AI deployment becomes more widespread, such structured asset management could become a standard practice, improving both efficiency and trust in AI systems.

Amazon

AI workflow organization tools

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Internal Experiments and the Nine Skill Categories Framework

Anthropic’s internal efforts involved cataloging Skills into nine categories, which serve as a gap-analysis tool for organizations. These include reference management, product verification, data analysis, automation, code scaffolding, review, deployment, runbooks, and infrastructure operations. The company’s findings emphasize that verification Skills—those that check and validate outputs—are among the most valuable, as they directly improve output quality.

Prior to this, most teams relied on prompt engineering, often reusing instructions with minor tweaks. Anthropic’s approach advocates for building durable, asset-based Skills that can be improved iteratively, turning ad-hoc prompts into institutional capabilities. This represents a shift from a reactive to a proactive, scalable model of AI management.

“Viewing Skills as folders containing instructions and assets transforms how organizations can build and maintain AI workflows.”

— Thorsten Meyer, AI researcher

Amazon

AI asset management software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Unanswered Questions About Folder-Based Skills Implementation

It is not yet clear how broadly this approach has been adopted outside Anthropic or how it performs across different organizational contexts. Details on the specific technical implementations, such as integration with existing tools or workflows, remain limited. Additionally, the long-term impact of this method on AI safety and robustness is still under evaluation.

Amazon

AI scripting and instruction folders

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Broader Adoption and Validation

Organizations interested in this approach should consider auditing their current AI workflows to identify opportunities for creating folder-based Skills. Further research and case studies are expected to emerge, validating the effectiveness of this method at scale. Anthropic and other AI developers may release more detailed technical guidelines and tools to facilitate adoption.

Amazon

version control for AI assets

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

How does a Skill as a folder differ from a prompt?

A Skill as a folder contains instructions, scripts, data, and configuration assets, making it a reusable, versioned container for complex workflows, unlike a simple prompt which is just a text instruction.

What are the main benefits of this approach?

It improves output consistency, simplifies onboarding, and preserves institutional knowledge, enabling scalable and reliable AI deployment.

Is this approach applicable to all organizations?

While promising, its effectiveness depends on organizational size, complexity, and technical capacity. Broader validation is ongoing.

Will this change how AI models are trained or just how they are used?

This primarily affects how AI workflows are structured and maintained, not the core training process, but it influences deployment and operational practices.

Source: ThorstenMeyerAI.com

You May Also Like

Nvidia is proposing a beast of a CPU system for Windows PCs

Nvidia has announced plans for a powerful new CPU system aimed at Windows PCs, signaling a potential shift in high-performance computing hardware.

Larry Ellison: “Citizens will be on their best behavior because we’re recording”

Oracle CTO Larry Ellison predicts increased citizen compliance as AI-driven surveillance records and reports behavior, raising privacy concerns.

This new Mac app locks the keyboard to prevent chaos when your cat tramples all over it

A new macOS app called Cats Lock allows users to quickly lock their keyboard to prevent accidental inputs from cats trampling on keyboards, with customizable deterrent sounds.

Building for the joy of building

Johanna Larsson shares her passion for building projects for personal fulfillment, highlighting her latest uptime monitoring service and the importance of joy in coding.