A Skill Is a Folder, Not a Prompt: What Anthropic Learned Running Hundreds of Them

TL;DR

Anthropic published lessons from running hundreds of Claude Code Skills across its engineering organization. The company frames Skills as reusable folders containing instructions, scripts, references and guardrails, not saved prompts.

Anthropic has published lessons from running hundreds of Claude Code Skills across its engineering organization, arguing that the reusable units can turn repeated AI-agent instructions into shared, versioned workflows. The post matters because it points to a more durable way for companies to manage AI coding agents than rewriting prompts for the same tasks.

The post, attributed in the source material to Claude Code engineer Thariq Shihipar, says a Skill is best understood as a folder, not a saved prompt. According to the write-up, that folder can include SKILL.md instructions, reference files, runnable scripts, templates, configuration, hooks and memory.

Anthropic’s reported internal catalog groups Skills into nine categories: library or API reference, product verification, data fetching and analysis, business-process automation, code scaffolding and templates, code quality and review, CI/CD and deployment, runbooks, and infrastructure operations. The source material says Anthropic found verification Skills, which check the agent’s work, had the largest effect on output quality.

The company’s guidance, as summarized in the provided source, is that effective Skills are written for model discovery, not just human reading. They should avoid obvious prose, include scripts where possible, use on-demand guardrails, preserve useful memory and leave room for the agent to adapt to the task.

At a glance
reportWhen: published June 3, 2026; discussed July…
The developmentAnthropic published a June 2026 Claude blog post describing what it learned from using hundreds of Claude Code Skills internally.
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

Skills Turn Prompts Into Assets

The report is relevant for engineering leaders because it frames agent instructions as maintainable software-adjacent assets. Instead of depending on individual workers to remember prompt patterns, teams can package procedures, caveats and tools into a shared unit the agent can discover and run.

For readers evaluating AI coding agents, the main implication is operational rather than theoretical: repeatable workflows may matter as much as model capability. If Skills are curated well, they could help reduce inconsistent outputs, speed onboarding and preserve organization-specific knowledge that often sits in private notes, chat threads or informal habits.

Vibe Coding: Build Without Boundaries — Real Apps, Tools & Automations with AI for Every Skill Level (The AI Practitioner's Edge)

Vibe Coding: Build Without Boundaries — Real Apps, Tools & Automations with AI for Every Skill Level (The AI Practitioner's Edge)

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Claude Code’s Folder-Based Method

The source material says the relevant Anthropic post was titled “Lessons from building Claude Code: How we use skills” and appeared on the Claude blog on June 3, 2026. A July 1, 2026 analysis by Thorsten Meyer AI recast the post as a business memo about how agent workflows become institutional capability.

The technical point is that a Skill’s root file gives the agent a short trigger and instructions, while deeper folders can hold more detail for use only when needed. That design is presented as progressive disclosure: the agent starts with a small amount of context, then reads scripts, references or templates when the task calls for them.

“A Skill is a folder, not a prompt.”

— Thorsten Meyer AI summary

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.

Adoption Benefits Still Need Proof

Several points remain unresolved from the available material. It is not clear how Anthropic measured the quality gains from verification Skills, what baseline it used, or whether the results would hold across smaller engineering teams with fewer internal tools.

The source also cautions that best practices are still evolving. Checked-in Skills can carry context costs, and a large library may become less useful if teams collect folders without maintaining them. The strongest claim is not that every Skill improves work, but that curated Skills can make repeated agent tasks more reliable.

ChatGPT Creations: Unleashing the Power of AI in Building Innovative Projects (ChatGPT Chronicles: Navigating the Power of Conversational AI)

ChatGPT Creations: Unleashing the Power of AI in Building Innovative Projects (ChatGPT Chronicles: Navigating the Power of Conversational AI)

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Teams Test Skill Libraries

The next step for companies is likely small-scale adoption rather than broad library building. The source material recommends starting with one Skill, one known failure pattern and the category most likely to catch mistakes, with verification presented as the highest-impact starting point.

Further evidence will depend on whether teams outside Anthropic can show measurable gains in agent reliability, onboarding speed and review quality. For now, the confirmed development is Anthropic’s publication of its internal lessons; the broader business case will depend on implementation and maintenance.

Visual Studio Code USER GUIDE For Beginners 2026: Learn Project Setup, Code Editing, Testing, Version Control, Productivity Tools, and Modern Development Workflows

Visual Studio Code USER GUIDE For Beginners 2026: Learn Project Setup, Code Editing, Testing, Version Control, Productivity Tools, and Modern Development Workflows

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

What did Anthropic publish?

Anthropic published a Claude blog post on June 3, 2026 describing lessons from using hundreds of Claude Code Skills across its engineering organization.

What is a Claude Code Skill?

Based on the source material, a Skill is a folder that can contain instructions, scripts, references, templates, configuration and hooks. It is not simply a saved prompt.

Which type of Skill mattered most?

The provided source says Anthropic found verification Skills, which check the agent’s work, had the biggest effect on output quality. The exact measurement details are not included in the material provided.

Why does this matter for companies using AI agents?

It suggests companies can turn repeated prompting into shared operational knowledge. A maintained Skill can bundle process, guardrails and tools so agents do not start from scratch on recurring tasks.

What remains uncertain?

It remains unclear how easily Anthropic’s experience transfers to other organizations, how much upkeep Skills require, and how teams should measure return on effort when building large Skill libraries.

Source: Thorsten Meyer AI

You May Also Like

Lumysi hid an activity tracker in a bracelet because wearables are gauche, darling

Lumysi conceals a health tracker in a stylish bracelet to appeal to fashion-conscious users, sparking questions about privacy and design.

Cleared by the US, derailed by the UK: Getty’s Shutterstock merger falls apart

Getty plans to abandon its $3.7 billion merger with Shutterstock after UK regulators impose restrictions, despite US approval. The deal’s future is now uncertain.

Field service photo checklist for HVAC teams

A new mobile photo checklist for HVAC teams is being tested to improve job documentation and customer proof of work, with initial validation underway.

Cutrova: Edit the Words, Not the Timeline

Cutrova’s public site pitches transcript-based video editing, while signup, mailbox setup and legal review remain pending.