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 Skills are not just prompts but folders containing instructions, scripts, and data, enabling more durable and scalable AI workflows. This approach improves consistency, onboarding, and institutional knowledge for AI agents.

Anthropic has revealed that its AI Skills are structured as folders containing instructions, scripts, and data, rather than just saved prompts. This approach aims to make AI workflows more consistent, reusable, and scalable across organizations, representing a significant shift in how AI agents are built and maintained.

In a detailed write-up from an Anthropic Claude Code engineer, it was explained that a Skill is fundamentally a container—akin to a folder—that can include instructions, reference documents, runnable scripts, templates, data, configuration, and hooks. This redefinition moves away from the idea of a Skill being merely a prompt or a note, emphasizing its role as a comprehensive asset for organizational processes.

Anthropic’s internal experience shows that Skills help standardize agent output, simplify onboarding, and allow continuous improvement. The company identified nine core categories of Skills, ranging from library references to infrastructure operations, with verification Skills deemed most valuable for ensuring quality.

The approach also encourages building Skills that push the model beyond default behaviors, capturing non-obvious, organization-specific knowledge, and including ‘gotchas’—trap points and edge cases—that only emerge through real-world use and mistakes.

At a glance
reportWhen: published recently, based on Anthropic’…
The developmentAnthropic published insights from its internal use of Skills, showing they are structured folders rather than simple prompts, marking a significant shift in AI agent design.
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 Skills as Container Folders for AI Deployment

This development matters because it shifts the paradigm from ad-hoc prompt engineering to durable, shareable organizational assets. By packaging knowledge as folders, companies can ensure more consistent outputs, faster onboarding, and continuous improvement. It also enables AI systems to better embody institutional memory, reducing reliance on individual expertise and making operational procedures more reliable and scalable.

Amazon

AI workflow management software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

How Anthropic’s Internal Use of Skills Shapes AI Development

Prior to this insight, most teams relied on manually crafted prompts, which are often ephemeral and difficult to scale or share. Anthropic’s approach, based on running hundreds of Skills internally, exemplifies a shift toward structured, reusable assets that encapsulate tribal knowledge and operational procedures. The company’s categorization into nine Skill types highlights a comprehensive framework aimed at improving both development and deployment of AI agents.

This move aligns with broader industry trends toward modular, maintainable AI systems but emphasizes the importance of organizational assets over simple prompt snippets. It reflects a maturation in AI engineering, where the focus is on building durable, versioned assets that evolve with organizational needs.

“A Skill is not a prompt saved in a text file; it’s a folder containing instructions, scripts, and data that the agent can discover and execute.”

— Thorsten Meyer, AI researcher

Amazon

AI developer scripting tools

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Unanswered Questions About Skill Implementation and Scalability

It is not yet clear how widely other organizations are adopting this folder-based approach or how it performs at scale outside Anthropic’s internal environment. Details about the specific technical implementation, integration challenges, and long-term maintenance are still emerging. Additionally, the precise impact on AI performance and organizational workflows remains to be fully validated in diverse operational contexts.

Amazon

AI instruction and script organization tools

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Organizations Adopting Folder-Based Skills

Organizations interested in this approach should evaluate how to structure their own Skills as containers, focusing on capturing non-obvious, organization-specific knowledge. Further research and case studies are expected to clarify best practices, tooling support, and the overall impact on AI reliability and operational efficiency. Anthropic may also expand its internal use cases and share more detailed insights in future publications.

Amazon

AI project version control tools

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

What exactly is a Skill in Anthropic’s framework?

A Skill is a structured folder containing instructions, scripts, reference documents, and configurations that define how an AI agent performs a specific task, making it a reusable organizational asset rather than just a prompt.

How does this approach improve AI workflows?

It standardizes outputs, simplifies onboarding by capturing tribal knowledge, and allows continuous improvement through versioned assets that evolve with organizational needs.

Are other companies adopting this folder-based Skill model?

This approach is primarily documented by Anthropic internally; broader industry adoption and performance at scale are still under investigation.

What are the main categories of Skills identified?

Anthropic categorized Skills into nine types, including library references, verification, data analysis, automation, code scaffolding, review, deployment, runbooks, and infrastructure operations.

What remains uncertain about this method?

It is still unclear how well this approach scales across different organizations, its impact on long-term AI performance, and how it integrates with existing workflows outside Anthropic.

Source: ThorstenMeyerAI.com

You May Also Like

Unveiling the Hidden Advantages of AI in Finance

Did you know that artificial intelligence (AI) is revolutionizing the finance industry?…

Build vs Buy a Prebuilt AI Workstation

Decide whether to build or buy your AI workstation with real-world insights, cost analysis, and practical tips for 2026’s market realities.

9 Essential Tips for Mastering Marketing Automation With Machine Learning

Are you prepared to enhance your marketing automation? We’ve got 9 essential…

Amazon’s Multi-Billion Dollar AI Power Move

In our article, we explore Amazon’s significant investment in artificial intelligence and…