📊 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 best understood as folders containing instructions and tools, not just prompts. This approach enhances consistency, onboarding, and knowledge retention in AI workflows, representing a significant shift in how organizations deploy AI agents.

Anthropic has revealed that their approach to building AI agent capabilities involves designing Skills as folders—containers that hold instructions, scripts, and reference materials—rather than simple prompt templates. This shift aims to create durable, reusable organizational assets that improve consistency, onboarding, and knowledge retention in AI workflows. The revelation comes from a detailed write-up by a Claude Code engineer, based on Anthropic’s experience running hundreds of Skills internally.

According to the company, a Skill is not merely a saved prompt but a folder that can include instructions, reference documents, runnable scripts, templates, data, configurations, and hooks. This structure allows AI agents to discover and execute the contents of the folder, enabling more reliable and maintainable automation. Anthropic’s internal use of Skills has shown that this method makes outputs consistent across team members, simplifies onboarding by encapsulating tribal knowledge, and allows Skills to improve iteratively as they are refined over time.

Anthropic identified nine categories of Skills, ranging from library references and product verification to infrastructure operations. The most impactful category, according to the company, is verification — the Skills that check and validate outputs, which significantly enhance output quality. The company emphasizes that investing in high-quality Skills can justify significant engineering effort, as they are assets that appreciate over time. The approach fundamentally reframes Skills from prompts to institutional tools that encode organizational knowledge and procedures.

At a glance
reportWhen: published recent week, ongoing implemen…
The developmentAnthropic published insights from running hundreds of Skills internally, redefining Skills as folders that bundle instructions, scripts, and data, 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

Transforming AI Capabilities with Folder-Based Skills

This development matters because it shifts the paradigm of AI agent design from ad-hoc prompting to structured, reusable assets that embed tribal knowledge and operational procedures. For organizations, this means more reliable automation, easier onboarding of new team members, and a scalable way to improve AI performance over time. It also suggests a move toward managing AI capabilities as assets that can be versioned, shared, and refined, rather than one-off prompts, potentially changing how companies deploy and maintain AI systems at scale.

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 Prompt Engineering to Asset Management in AI

Prior to this revelation, most teams used prompts as the primary method of guiding AI behavior, often retyping or reconfiguring instructions for different tasks. Anthropic’s internal experience, shared through this write-up, demonstrates that viewing Skills as folders containing comprehensive instructions and tools leads to more durable and effective AI capabilities. This approach builds on existing trends toward modularity and reusability in AI development, but emphasizes the importance of encapsulating tribal knowledge and operational guardrails as structured assets.

“A Skill is a folder — one that can contain instructions, reference documents, runnable scripts, templates, data, configuration, and even hooks that fire only while the Skill is active.”

— Anthropic engineer

Amazon

AI instruction scripting software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Uncertainties in Scaling and Implementation

It is not yet clear how widely this folder-based Skills approach has been adopted outside Anthropic or how it performs across different organizational contexts. Details about the specific technical challenges, integration processes, and scalability remain to be fully disclosed. Additionally, the long-term impact on AI maintenance and evolution is still to be observed, as this is a relatively recent development.

Amazon

AI knowledge management folders

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Broader Adoption and Refinement

Organizations interested in adopting this approach will likely begin by cataloging their existing knowledge assets into folder-based Skills, focusing on high-impact categories like verification. Further research and case studies are expected to emerge, illustrating best practices and challenges. Anthropic may also develop tools to facilitate the creation, versioning, and sharing of Skills, promoting wider industry adoption. Monitoring how this approach influences AI reliability and operational efficiency will be key in the coming months.

Amazon

AI verification tools

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 performance?

By encapsulating instructions, scripts, and knowledge in structured folders, Skills become more reliable, reusable, and easier to update, leading to more consistent and accurate AI outputs.

Is this approach applicable to all AI deployment scenarios?

While promising, the effectiveness of folder-based Skills depends on the specific use case and organizational infrastructure. Broader testing is needed to determine scalability across different industries and AI systems.

What are the technical challenges in implementing Skills as folders?

Challenges include designing flexible folder structures, integrating with existing AI workflows, and managing version control and updates efficiently.

Will this change how AI developers build agents?

Yes, it encourages a shift from prompt engineering to modular asset management, emphasizing comprehensive, reusable containers of operational knowledge.

Source: ThorstenMeyerAI.com

You May Also Like

Spatial Focus Room: Make Distraction Impossible

A new deep-work app for Apple Vision Pro, Spatial Focus Room, aims to eliminate distractions by immersing users in focused environments, redefining concentration.

Cutrova: Edit the Words, Not the Timeline

Cutrova introduces a local-first, transcript-based video editing tool that simplifies editing, enhances privacy, and lowers the barrier for content creators.

Meta to sell excess AI computing capacity via cloud business, Bloomberg News reports

Meta plans to sell its surplus AI computing resources through its cloud business, Bloomberg reports, marking a shift in its infrastructure strategy.

Openrsync: An implementation of rsync, by the OpenBSD team

OpenBSD team has merged openrsync, a BSD-licensed rsync implementation, into its base system, enhancing file synchronization capabilities across UNIX systems.