📊 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’ for AI agents are best understood as folders containing instructions, scripts, and assets, not just prompts. This approach improves consistency, onboarding, and institutional memory, marking a shift in how organizations build and maintain AI capabilities.

Anthropic has revealed that its approach to building AI agent capabilities involves treating ‘Skills’ as comprehensive folders containing instructions, scripts, and reference materials, rather than mere prompt templates. This shift aims to create durable, reusable organizational assets that improve consistency, onboarding, and institutional knowledge sharing across teams.

The core insight from Anthropic’s recent publication is that a Skill is best understood as a folder — a container that holds instructions, reference documents, scripts, templates, data, and configuration settings. This contrasts with the common misconception that Skills are simply saved prompts or markdown notes. By packaging knowledge into these folders, organizations can standardize how AI agents perform tasks, making outputs more consistent whether executed by a senior engineer or a new hire.

Anthropic’s engineers report that this method allows for better onboarding, as complex knowledge previously trapped in individuals or scattered across wikis is embedded into Skills, which can be automatically applied by AI agents. Over time, Skills improve as they are refined through real-world edge cases, becoming an asset that appreciates in value. The company emphasizes that investing engineer time to develop high-quality Skills in key areas yields long-term benefits, positioning Skills as a form of institutional memory.

Anthropic identified nine categories of Skills, ranging from library references and code scaffolding to verification and operational procedures. Among these, verification Skills — which check and validate outputs — are considered the most valuable, as they directly enhance output quality. The approach also highlights that effective Skills avoid restating obvious information and instead focus on capturing non-obvious, organization-specific knowledge, including ‘gotchas’ or traps that could cause failures.

At a glance
reportWhen: announced recently, based on a publicat…
The developmentAnthropic published insights from running hundreds of Skills internally, emphasizing that Skills are folders with comprehensive content 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

Impact of Skills as Organizational Assets

This development signals a shift in how AI teams design and maintain their systems. By conceptualizing Skills as folders containing comprehensive, reusable assets, organizations can achieve greater consistency, reduce onboarding time, and build a form of institutional memory that improves over time. This approach also aligns with broader trends toward operationalizing AI capabilities as durable, versioned assets, rather than ad-hoc prompts or scripts.

For businesses, this means more reliable AI outputs, easier scaling of AI workflows, and a strategic advantage in maintaining complex AI systems. The emphasis on verification Skills underscores the importance of quality control, which can significantly impact the effectiveness of AI deployment in real-world tasks.

Amazon

AI instruction management software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

From Prompt Engineering to Asset Packaging

Until now, most AI teams relied on prompt engineering — crafting specific instructions or prompts for each task. This method is often ad-hoc, requiring repeated effort and lacking durability. Anthropic’s insights build on the idea that prompt-based approaches are limited in scale and robustness. Their internal experiments with hundreds of Skills demonstrate that packaging knowledge into folders with scripts, reference materials, and configuration leads to more consistent and maintainable AI systems.

This approach emerges amid a broader industry push toward operational AI, where organizations seek to embed AI capabilities into routine workflows and institutional processes. The concept of Skills as folders reflects a maturation in AI engineering, emphasizing reusable, versioned assets over ephemeral prompts.

“Treating Skills as folders containing instructions, scripts, and assets transforms how organizations build durable AI capabilities.”

— Thorsten Meyer, AI researcher at Anthropic

Amazon

AI skills organization tools

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Unresolved Aspects of the Folder-Based Skills Model

While Anthropic’s internal experiments show promising results, it remains unclear how broadly this approach can be adopted across different industries or AI systems. The scalability, maintenance overhead, and integration with existing workflows need further validation. Additionally, the precise mechanisms for versioning, updating, and sharing Skills within large organizations are still being developed and tested.

It is also uncertain how this approach compares in cost and complexity to traditional prompt engineering over the long term, and whether smaller teams can implement it effectively without dedicated infrastructure.

Amazon

AI prompt engineering templates

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Adoption and Validation

Organizations interested in this approach should begin by cataloging their existing knowledge assets and experimenting with packaging them into folder-based Skills. Further research and case studies are expected to emerge, demonstrating best practices for building, maintaining, and scaling Skills across various operational contexts. Anthropic and other industry players may release tools or frameworks to facilitate this transition.

Meanwhile, ongoing internal testing will determine how well Skills perform in production environments and whether they can be integrated into standard AI development pipelines. The industry will watch for benchmarks comparing this method to traditional prompt-based techniques.

Amazon

AI asset management system

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, reference documents, scripts, templates, data, and configuration settings that collectively define how an AI agent performs a specific task.

How does packaging knowledge into folders improve AI performance?

It makes outputs more consistent, reduces onboarding time, and captures organizational knowledge as an asset that improves with use and refinement.

Can this approach be applied outside of Anthropic?

While Anthropic’s internal experience is promising, broader industry validation is ongoing. The concept of organizing AI knowledge into reusable, versioned assets is gaining interest but is not yet standard practice.

What are the main challenges of adopting folder-based Skills?

Potential challenges include managing version control, ensuring ease of updating, integrating with existing workflows, and training teams to think in terms of asset containers rather than prompts.

Will this method replace prompt engineering entirely?

It is unlikely to replace prompt engineering but rather complement it by providing a more durable, scalable way to embed organizational knowledge into AI systems.

Source: ThorstenMeyerAI.com

You May Also Like

Build, Rent, or Quantize: Cutting Your Memory Bill Without Cutting Capability

A new framework reveals how AI users can reduce memory expenses by building, renting, or quantizing models, with quantization offering the most cost-effective leverage.

The Frameworks Can’t See the Thing That Matters: A Year of AI-Enabled Cyber Threats

Anthropic analysis of 832 banned accounts says AI is weakening older ways of judging cyber attacker capability.

Aleph Alpha. The retrospective case.

Analyzing Aleph Alpha’s strategic pivot, acquisition, and what it reveals about Europe’s AI development challenges and timing.

The United States: The High-Variance Bet

Thorsten Meyer AI says the US is pairing light federal AI oversight with work-tied support and local guaranteed-income pilots.