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 comprehensive folders containing instructions, scripts, and assets. This approach improves consistency, onboarding, and knowledge retention in AI workflows, marking a shift from ad-hoc prompting to durable organizational capabilities.

Anthropic has introduced a new framework for managing AI agents by conceptualizing Skills as folders—containing instructions, code, and reference materials—rather than simple prompts. This shift aims to turn ad-hoc prompting into durable, reusable assets that improve consistency, onboarding, and institutional memory. The approach was shared in a detailed internal write-up from a Claude Code engineer, highlighting its potential to transform how organizations deploy and maintain AI workflows.

According to Anthropic, a Skill is not merely a prompt saved as text, but a folder that can include instructions, scripts, templates, data, and configuration. The agent can discover and read the folder, executing scripts within it, effectively creating a container for organizational knowledge and operational procedures. This redefinition is significant for both technical and business teams, as it shifts the focus from ephemeral prompts to durable assets that encode how work is actually done.

Anthropic’s internal experience shows that organizing Skills into nine categories—such as library references, verification, data analysis, automation, code scaffolding, review, deployment, runbooks, and infrastructure—helps identify gaps and improve workflows. The most valuable Skills, according to Anthropic, are those that verify work, as they directly enhance output quality and error detection. The company advocates investing engineering effort into perfecting these Skills, viewing them as appreciating assets that evolve over time.

Technical lessons emphasize the importance of including non-obvious, specific instructions in Skills, especially in ‘Gotchas’—traps and pitfalls that the agent must avoid. The description of each Skill acts as a trigger for the agent, not just a summary, requiring precise wording and internal slang to ensure proper matching. Bundling real code and helper functions within Skills further enhances their utility and robustness.

At a glance
reportWhen: published recently, based on Anthropic’…
The developmentAnthropic shared insights from running hundreds of Skills internally, emphasizing a new paradigm that treats Skills as folders, not prompts, to enhance AI agent reliability and organizational knowledge.
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 Workflow Management with Reusable Folders

This development signals a shift from ad-hoc, prompt-based AI interactions to a structured, asset-based approach that embeds organizational knowledge directly into AI workflows. By treating Skills as folders, companies can achieve greater consistency, reduce onboarding time, and build a scalable repository of operational procedures. This approach also positions Skills as valuable, appreciating assets that improve over time, potentially reducing costs and increasing reliability in AI deployment.

AI Workflow Systems: AI Prompts for Freelance Consultants: Practical AI workflow prompts to automate client work, boost productivity, and scale consulting ... Frameworks for the Modern World Book 1)

AI Workflow Systems: AI Prompts for Freelance Consultants: Practical AI workflow prompts to automate client work, boost productivity, and scale consulting … Frameworks for the Modern World Book 1)

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

From Prompt Engineering to Institutional Asset Management

Until now, most organizations relied on prompt engineering—crafting specific prompts for each task—without a systematic way to manage and reuse these instructions. Anthropic’s internal experiments with hundreds of Skills revealed that categorizing and packaging knowledge into folders creates a more durable, scalable, and effective method. This approach aligns with broader trends in AI operationalization, emphasizing automation, verification, and knowledge retention.

Anthropic’s publication builds on prior understanding that prompt engineering is fragile and context-dependent. By moving towards a containerized model, the company aims to embed best practices, guardrails, and domain-specific knowledge directly into the agent’s operational framework, reducing variability and errors.

“Treating Skills as folders containing scripts and instructions fundamentally changes how organizations can deploy AI reliably.”

— Thorsten Meyer, AI researcher

Ebay Auction Templates Starter Kit

Ebay Auction Templates Starter Kit

Used Book in Good Condition

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Unclear Aspects of Skill Implementation and Scalability

It is not yet clear how universally applicable this folder-based approach is across different organizations and AI systems. Details about how Skills are managed at scale, versioned, and integrated into existing workflows remain to be seen. Additionally, the long-term maintenance and evolution of Skills as assets, and how they adapt to changing requirements, are still developing areas.

AI-Safe Voice Asset Management for Games: Unity & Godot Pipeline Scripts for Import, Tagging, and Live Dialogue Swaps

AI-Safe Voice Asset Management for Games: Unity & Godot Pipeline Scripts for Import, Tagging, and Live Dialogue Swaps

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Adoption and Standardization

Organizations interested in this approach should evaluate how to categorize and package their operational knowledge into Skills folders. Further research and case studies are expected to demonstrate best practices for scaling this model, including tools for version control, sharing, and updating Skills. Anthropic may also release more detailed guidance or tools to facilitate broader adoption.

The AI Workshop: The Complete Beginner's Guide to AI: Your A-Z Guide to Mastering Artificial Intelligence for Life, Work, and Business—No Coding Required (THE AI WORKSHOP by Milo Foster Book 1)

The AI Workshop: The Complete Beginner's Guide to AI: Your A-Z Guide to Mastering Artificial Intelligence for Life, Work, and Business—No Coding Required (THE AI WORKSHOP by Milo Foster Book 1)

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

By encapsulating instructions, scripts, and knowledge into reusable containers, Skills reduce variability and ensure consistent output across different runs and users.

Can this approach replace prompt engineering entirely?

Not immediately; it offers a more durable and scalable framework, but prompt engineering may still be useful for quick, one-off tasks. Over time, Skills are expected to complement prompt-based methods.

What types of organizations will benefit most from this approach?

Organizations with complex workflows, high automation needs, or significant operational knowledge will find this method particularly valuable for maintaining consistency and capturing institutional memory.

Are there tools available to help create and manage Skills folders?

Anthropic has not yet announced specific tools, but the concept suggests that future platforms may include version control, sharing, and management features to support Skills as assets.

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

Twenty Below Coffee closing Fargo-Moorhead shops

Twenty Below Coffee is shutting down its Fargo-Moorhead shops, affecting local coffee consumers and employees. The closure is confirmed and ongoing.

Community volunteer action tracker for local boards

A new action tracker for volunteer community boards is set to be tested, aiming to improve follow-up and coordination for local civic groups.

Technology Operations Signal Monitor: PeerTube Is A Free, Decentralized And Federated Video Platform

PeerTube is identified as a free, decentralized, and federated video platform, highlighting a significant platform development for small software teams.

Grimfaste: Operations for a Fleet

Grimfaste introduces a new control plane for managing large publishing fleets, focusing on operational health, link integrity, and EU privacy standards.