📊 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 structuring AI agent capabilities as folders—called Skills—improves consistency, onboarding, and iterative improvement. This approach shifts the focus from prompts to reusable, versioned assets, offering a new paradigm for organizational AI deployment.

Anthropic has revealed that its internal approach to building AI coding agents centers on organizing capabilities as ‘Skills’—not just prompts—by using folders that contain instructions, scripts, and reference materials. This shift enhances consistency, onboarding, and iterative refinement of AI behaviors, marking a significant departure from traditional prompt engineering.

According to a detailed write-up from an Anthropic Claude Code engineer, a Skill is defined as a folder that bundles instructions, reference documents, scripts, templates, data, configurations, and hooks. This container allows AI agents to discover, read, and execute complex workflows, transforming the way organizations implement and maintain AI capabilities.

This approach contrasts sharply with the common practice of saving prompts as static text snippets. Instead, Skills serve as durable, versioned assets that encode organizational knowledge and operational procedures, making them reusable and improvable over time. Anthropic emphasizes that this method turns ad-hoc prompting into a structured, institutional capability—akin to a standard operating procedure.

Anthropic’s internal analysis identified nine categories of Skills, including library references, product verification, data analysis, business automation, code scaffolding, review processes, deployment, runbooks, and infrastructure operations. The most impactful, according to the company, is verification Skills, which ensure output quality by catching mistakes before deployment. The company advocates investing significant effort—up to an engineer-week—per category to optimize performance.

Technical insights highlight that effective Skills avoid stating obvious facts, instead focusing on non-obvious, organization-specific knowledge. The description and trigger conditions for each Skill must precisely match user requests, including internal slang, to ensure proper activation. Bundling real code and helper functions within Skills further strengthens their utility.

At a glance
reportWhen: published March 2024
The developmentAnthropic published a detailed account of how it uses folder-based Skills to improve AI agent performance, moving away from prompt-based instructions.
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 Organizational AI with Folder-Based Skills

This development matters because it offers a new way for organizations to embed institutional knowledge into AI systems, making behaviors more consistent, transparent, and easier to update. By shifting from ephemeral prompts to durable, versioned assets, companies can improve operational reliability and accelerate onboarding of new team members. This approach also positions Skills as valuable, appreciating assets that evolve and improve over time, potentially reducing costs and increasing trust in AI outputs.

AI for Bookkeeping Automation and Workflows: Automate Data Entry, Receipts, Categorization, Reconciliation, and Month-End Reporting Using AI and No-Code Tools, Save Hours Every Week for Bookkeepers

AI for Bookkeeping Automation and Workflows: Automate Data Entry, Receipts, Categorization, Reconciliation, and Month-End Reporting Using AI and No-Code Tools, Save Hours Every Week for Bookkeepers

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

From Prompt Engineering to Asset-Based AI Capabilities

Prior to this development, most organizations relied on prompt engineering—crafting instructions that are used once and discarded. Anthropic’s approach builds on ongoing efforts to make AI deployment more reliable and maintainable. The concept of Skills as folders emerged from internal experiments and reflects a broader industry trend toward modular, reusable AI components. This shift aligns with increasing demands for AI systems that are not just powerful but also predictable and manageable at scale.

“Organizing capabilities as folders—Skills—fundamentally changes how we design, deploy, and maintain AI agents.”

— Thorsten Meyer, AI researcher

Amazon

AI development environment software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Unclear Aspects of Skill Implementation and Adoption

It is not yet clear how widely this folder-based Skills approach will be adopted outside of Anthropic or how it will scale across different industries. Details about the tooling, integration processes, and long-term maintenance of Skills remain to be seen. Additionally, the impact on existing workflows and the potential for standardization across organizations are still under discussion.

Amazon

version control for AI assets

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Industry Adoption and Standardization

Organizations interested in this approach should evaluate how to structure their own Skills folders, develop best practices for description and trigger conditions, and integrate these assets into their AI workflows. Industry groups and vendors may begin to develop standards and tools to facilitate broader adoption. Monitoring how Anthropic refines and scales this methodology will be key in understanding its long-term impact.

Amazon

AI scripting and reference document management

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

How does a Skill differ from a prompt?

A Skill is a folder containing instructions, scripts, and reference materials, making it a reusable, versioned asset. In contrast, a prompt is a static instruction snippet used once or a few times without structured organization.

What benefits does organizing Skills as folders provide?

It improves consistency across outputs, simplifies onboarding by embedding organizational knowledge, and allows for iterative improvements that compound over time.

Will this approach work for all types of AI tasks?

While promising for operational and coding tasks, the effectiveness of folder-based Skills depends on the complexity and nature of the task, and further testing across domains is ongoing.

How does this change AI maintenance and updates?

Skills as folders enable easier updates, version control, and auditing, making AI behaviors more transparent and manageable over time.

Is this approach already being adopted by other companies?

As of now, Anthropic is the primary proponent of this method. Broader adoption will depend on industry interest and the development of supporting tools and standards.

Source: ThorstenMeyerAI.com

You May Also Like

Build vs Buy a Prebuilt AI Workstation

Exploring whether to build or buy a prebuilt AI workstation in 2026, considering recent price shifts, thermal management, and time trade-offs.

7 Best Graphics Card Prime Day Deals for PC Upgrades in 2026

Discover the best graphics card deals for PC upgrades during Prime Day 2026, including top picks like the MSI RTX 5070 and RTX 4060 models.

Alice is impatient

An engineer explains how human impatience affects perception of service speed and outage durations, highlighting measurement challenges.

Bezos speaks to CNBC exclusively as his AI startup Prometheus raises $12 billion: Live updates

Bezos discusses Prometheus’ $12 billion funding, AI development focus, and future plans in exclusive CNBC interview, highlighting its impact and challenges.