📊 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 simple prompt-based AI instructions to packaging knowledge into ‘Skills’—folders with instructions, scripts, and assets—creating repeatable, scalable organizational capabilities. This approach enhances consistency, onboarding, and continuous improvement in AI workflows.

Anthropic has announced a new approach to building AI capabilities by treating Skills as folders containing instructions, scripts, and assets rather than simple prompts. This method aims to create durable, scalable organizational procedures for AI deployment, moving beyond ad-hoc prompt engineering to a structured, reusable system. The insight comes from a detailed internal write-up by Anthropic’s Claude Code engineers, emphasizing the strategic importance of this shift for enterprise AI workflows.

According to Anthropic, a Skill is not just a clever prompt stored as text; it is a folder that can include instructions, reference documents, scripts, templates, data, configuration, and hooks. This structure allows AI agents to discover, read, and execute the contents dynamically, making the process more reliable and consistent.

Anthropic’s internal experience shows that packaging knowledge as Skills improves output consistency, reduces onboarding time, and allows continuous refinement. The company reports that its best Skills have evolved through repeated use, becoming more effective as they incorporate lessons from edge cases, making Skills a form of institutional memory and an asset that appreciates over time.

Anthropic identified nine core categories of Skills—ranging from library references and data analysis to automation and infrastructure operations—each serving different organizational functions. The most valuable, according to the company, is verification, which ensures output quality by catching mistakes before they propagate.

At a glance
reportWhen: published recently; insights shared in…
The developmentAnthropic published insights from running hundreds of ‘Skills’ internally, defining them as folders that contain instructions, scripts, and assets, not just prompts, marking a significant shift in AI operational 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 for Organizational AI Processes

This approach signifies a fundamental shift in how organizations design, deploy, and maintain AI systems. Treating Skills as structured folders turns prompt engineering into a scalable, versioned asset that can be shared, improved, and audited across teams. It enhances consistency, accelerates onboarding, and creates a living knowledge base, making AI deployment more reliable and aligned with enterprise needs.

For businesses, this means AI workflows can become more predictable, reducing errors and increasing trust in AI outputs. The concept of Skills as assets also encourages organizations to invest in continuous improvement, turning operational knowledge into a valuable, appreciating resource.

AI Bookkeeping Automation Prompt System: Copy-Paste Prompts, Templates, and AI Workflows to Save Time on Categorization, Reconciliation, and Reporting (AI Systems for Accountants Book 1)

AI Bookkeeping Automation Prompt System: Copy-Paste Prompts, Templates, and AI Workflows to Save Time on Categorization, Reconciliation, and Reporting (AI Systems for Accountants Book 1)

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

From Prompting to Asset Management in AI

Prior to this development, most teams relied on prompt engineering—crafting specific instructions for each task. While effective in the short term, this method lacks scalability and durability. Anthropic’s internal experiments with hundreds of Skills demonstrated that packaging instructions into folders with scripts and reference materials creates a more robust framework.

This shift reflects broader trends in enterprise AI, where repeatability, auditability, and continuous improvement are increasingly critical. The internal write-up highlights how this approach originated from practical needs within Anthropic’s engineering teams, aiming to make AI capabilities more maintainable and institutionalized.

It is still early to determine how widely this model will be adopted outside Anthropic, but the principles are resonant with ongoing efforts to standardize AI workflows across industries.

“Packaging knowledge into Skills transforms prompt engineering into a durable, scalable organizational asset.”

— Thorsten Meyer, AI researcher

Amazon

AI instruction scripting software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Unresolved Questions About Skills Adoption

It is not yet clear how widely other organizations will adopt this folder-based Skills approach or how it will integrate with existing AI workflows. The scalability, maintenance overhead, and actual impact on enterprise productivity remain to be validated through broader application and case studies.

Additionally, the specifics of how Skills are versioned, shared, and governed across large teams are still under development, and the long-term benefits versus traditional prompt engineering are yet to be fully demonstrated.

Amazon

enterprise AI asset management

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Broader Implementation and Validation

Anthropic plans to continue refining its Skills framework and share more detailed case studies demonstrating its effectiveness. Other organizations may experiment with similar structures, testing their impact on AI reliability and operational efficiency. Industry-wide, the focus will likely shift toward establishing best practices for managing Skills as organizational assets and integrating them into broader AI governance frameworks.

Monitoring how these practices evolve and their influence on enterprise AI deployment will be crucial in the coming months.

Amazon

AI knowledge organization folders

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 folder containing instructions, scripts, reference documents, and assets that an AI agent can discover and execute, transforming prompt engineering into a structured organizational asset.

How does this approach improve AI consistency?

By encapsulating procedures and knowledge in reusable Skills, organizations ensure that tasks are performed uniformly across different teams and personnel, reducing variability and errors.

Is this method applicable outside of Anthropic?

The principles of packaging organizational knowledge into structured assets are broadly applicable, but adoption depends on organizational needs and technical capacity. Broader validation is ongoing.

What are the main categories of Skills identified?

Anthropic identified nine categories, including library references, data analysis, automation, code scaffolding, review, deployment, runbooks, and infrastructure operations.

What remains uncertain about Skills’ long-term impact?

It is still unclear how Skills will scale in large organizations, how they will be governed, and whether they will significantly outperform traditional prompt-based methods over time.

Source: ThorstenMeyerAI.com

This content is for general information only and is not financial, tax or legal advice. Consult a qualified professional for decisions about your money.
You May Also Like

The SSD Squeeze: Why Storage Joined The Party

Enterprise and consumer SSD prices are soaring due to NAND shortages driven by AI demand and wafer competition, impacting the entire storage market.

Forezai · TradingAgents: A Trading Firm Made of Agents

Forezai introduces TradingAgents, a multi-agent research system mimicking trading desk organization to improve decision-making and reduce overconfidence.

9 Best Computers, Tablets & Components for Everyday Computing in 2026

Discover the nine best computers, tablets, and components for everyday use in 2026, based on current expert rankings and features.

Kill-Switch-Proof: How To Build So Washington Can’t Take Your AI Stack Down

Experts outline strategies to make AI infrastructure resistant to government shutdowns, emphasizing dependency mapping and open-weight models.