AI Applied

Claude Skills and Projects, why the prompt is no longer the right unit of work

What replaced the prompt library, and what it changes inside a team.

Louis Graffeuil
Louis Graffeuil
Founder Tandem
August 23, 2026Published
8 minread
Illustration of Claude Skills, a cabinet with three drawers pulled out to different depths, one coral drawer holding a folder

The prompt is no longer the right unit of work with Claude. The right unit is the Skill. A Claude Skill is a folder holding a SKILL.md file, your procedure written down once, and the templates that go with it. Claude loads it on its own when it spots a matching task. You no longer paste four hundred words of context at the start of every conversation.

This shift has a date. Anthropic announced Agent Skills on 16 October 2025, then published the format as an open standard in December 2025. Since then, the skill that matters is not phrasing. It is the ability to describe your own process precisely enough for an artificial intelligence to run it without you.

I made this point in a LinkedIn post in March 2026 that drew around 600 reactions. What I see on client work since then confirms it. The teams making progress are not writing better requests. They have put their processes in the right place.

Tandem one-pager with seven steps to configure Claude, from extended thinking to plugins and connectors
Seven settings, and only one really asks you to write anything. All the rest is configuration.

What exactly is a Claude Skill?

A Claude Skill is a folder the model can read, whose only mandatory file is called SKILL.md. That file opens with a YAML header carrying two fields, a name and a description. The name is capped at 64 characters, lowercase and without spaces. The description can run up to 1,024 characters.

The rest of the folder is up to you. Reference markdown files, deliverable templates, executable scripts, database schemas. Below the header comes the procedure itself, written like an onboarding guide meant for a new hire.

The most underrated field is the description. It is what Claude matches your request against when deciding whether to load the Skill or skip it. Anthropic's documentation, checked on 23 August 2026, insists on this. A description that says what the Skill does without saying when to use it produces a Skill that never fires.

Tandem has been running its own Skills internally since spring 2026. Sales proposals, non-disclosure agreements, meeting notes, case studies, end-of-project reports. Every recurring process replaces a playbook that had to be pasted back into each conversation by hand.

How Claude loads a Skill in three layers

Claude never reads a Skill in full at once. It discovers it in three stages, what Anthropic calls progressive disclosure. At startup, only the metadata enters the context, for roughly 100 tokens per Skill. That is the cost of a sleeping Skill.

When your request matches the description, Claude reads the body of SKILL.md. The documentation puts that layer under 5,000 tokens. Bundled resources cost nothing until someone opens them. A script that runs sends only its output into the context, never its code.

Diagram of the three loading layers of a Claude Skill, metadata at 100 tokens, SKILL.md body under 5,000 tokens, resources at zero tokens
A sleeping Skill costs the price of one sentence. That is what makes a library of thirty Skills viable.

This economy is the opposite of the one connectors follow. An enabled connector is reread at every message and weighs on the window permanently. I put numbers on that snowball effect in our article on how prompting changed in 2026. A Skill is only paid for at the moment it earns its place.

Why the prompt is no longer the right unit of work

A prompt settles one task. It lives inside a conversation, then disappears with it. The colleague next door starts over from scratch, and a rule that changes has to be rewritten in ten different places. That is the design flaw of the prompt library.

A Skill settles the task and every task that resembles it. You edit SKILL.md, and the new rule applies everywhere the Skill fires. The process stops being an individual habit. It becomes a company asset.

Two-column comparison between the prompt library, which starts over each time, and the Skills folder, which compounds the process
The right-hand column is not more work. It only asks you to write it once.

Anthropic set out this shift in an engineering post published on 29 September 2025. The useful discipline is no longer prompt engineering but context engineering, the craft of choosing what the model has in front of it when it answers. The team also describes context rot, the way recall degrades as the window fills up.

I put it differently in a July 2026 post on the end of prompting. You are no longer talking to a model on its own. You are steering a set of things, made of conversations, Projects, Skills and connectors.

Projects, Skills and the context folder, which carries what

Three mechanisms look alike and do not serve the same purpose. A Claude Project carries reference documents. A Skill carries a procedure. The folder you share with Claude Cowork carries your working environment.

Building blockWhat it carriesWhen it is readWho can reach it
The promptA one-off instructionThe moment you send itYou alone, for the length of the chat
The ProjectLarge reference documentsBy retrieval, on every questionThe team, on Team and Enterprise plans
The SkillA procedure and its templatesWhen the description matches the requestDepends on the surface, from laptop to shared repo
The Cowork folderYour working context and filesEvery session opened on the folderYou, on your own computer
What each Claude building block carries, and when it enters the context

A Claude Project takes heavy files. When the knowledge base outgrows the context window, Claude switches to retrieval and reads only the passages that serve the question asked. A Skill works the other way round. It stays small, and its description is what triggers the read.

The context folder is still the highest-return brick of the three. Three two-page markdown files do more work than fifty carefully written prompts. I detailed the exact structure in our practical guide to Claude Cowork, and the full path in how to master Claude in ten steps.

Three Skill patterns that hold in production

Three shapes of Skills keep coming back in our deployments. You pick between them based on how uncertain the task is, not on the team's line of business.

  • The generator. A main Skill leans on sub-Skills that frame the output. It is the right pick to standardise a deliverable with distinct parts, such as a technical bid in construction.
  • The inversion. The Skill asks every critical question before it executes. Nothing is assumed, no gap in the brief. It is the right pick when a wrong assumption is expensive.
  • The chained inversion. The Skill alternates question and action, step by step. It is the right pick for a project that only takes shape as it goes.

I published this grid in a one-pager on Skills in April 2026. It still holds, and the inversion pattern is the one that changes the most inside companies. A Skill that asks before it acts produces far fewer deliverables you have to throw away.

Tandem one-pager on Claude Skills, showing the three-layer loading pyramid, a workflow example and the three design patterns
Look at the bottom-left panel. The three patterns work as well for an agent as for a plain conversation.

What Rakuten and Anthropic's finance team do with their Skills

Rakuten is the first named case Anthropic put forward when it announced Skills in October 2025. The Japanese group equipped its management accounting. Claude processes several spreadsheets, catches anomalies and produces the report following in-house procedures. A task that used to take a full day now fits in an hour. Box, Canva and Notion appear in the same announcement.

The most telling example comes from the vendor itself. Anthropic's finance team runs roughly 150 shared Skills, stored in a version-controlled Git repository, according to an interview published by CFO Connect in June 2026. Tim Ross, Finance AI Product Lead, and Lisa To, who heads finance systems, describe validating a full year of historical data in about twenty seconds.

The same interview recalls a figure that puts things back in proportion. Gartner estimated in 2025 that 63 % of AI initiatives in finance fall short of their goals. Skills do not fix that on their own. They fix one precise cause, the fact that process knowledge stays inside people's heads.

This is exactly the work Tandem does with its small and mid-sized clients. Across more than 40 projects, the hard part has almost never been the model. It has been getting the process written down. Our AI audit exists first to spot the processes that deserve a Skill, and the ones that do not.

Should you write your Skills or record them?

Since July 2026 there is a third route. Claude Cowork's recording feature captures your screen while you do the task once, then Claude derives a reusable Skill from it. It lives in the desktop app, on the Pro, Max and Team plans.

That feature solves the real point of friction. What blocks teams is not SKILL.md syntax, it is having to explain in writing how they work. Showing something once takes less effort than drafting it.

The limits to know before rolling out Skills in a company

The limit that really blocks people is not technical. Custom Skills on claude.ai are individual. Each person uploads their own, and no admin console pushes them to the organisation. An IT department that wants a shared repository has to go through the API or through Claude Code.

Skills do not sync from one surface to another. A Skill uploaded to claude.ai does not exist in the API, and the reverse holds too. In Claude Code they live in a folder on the machine or in the code repository. So pick your reference surface before you produce dozens of files.

On the API, Skills run in a sandboxed container with no network access and no package installation at runtime. A Skill that needs to call an external service will not work there. In Claude Code network access is full, which opens far more doors and demands far more care. Our guide to Claude Code for non-technical profiles covers that surface.

Should you replace your prompts with Claude Skills?

Yes, as soon as a task comes back more than two or three times a month and its output format is stable. That is the threshold past which re-explaining the context costs more than writing it down once. Meeting notes, sales proposals, recurring reports, compliance checks, all of that deserves a Skill.

No for exploration. A one-off question, a draft, a single analysis are all handled well by a good prompt. The prompt is not dead. It has simply stopped being the place where know-how compounds.

My January 2025 method, a meta-prompt generated in one click. It still works for a one-off need, it just does not compound.

A good start is two Skills, not twenty. Take the most repeated process in your team, write it down, let Claude replay it three times, fix the file between each run. By the third pass you will know whether the format holds up.

Only then does the question become collective. Who writes the Skills, who signs them off, where they live. That is the substance of our Claude training sessions for teams, and it is also the real subject behind the difference between AI agents and AI workflows.

Frequently asked questions

What is the difference between a prompt and a Claude Skill?

A prompt is an instruction sent inside a conversation. It produces a result then disappears with the chat. A Claude Skill is a folder stored on a filesystem, with a SKILL.md file describing a procedure and when to apply it. Claude loads it automatically when your request matches its description, with no need for you to bring it up.

Do you need to code to create a Claude Skill?

No. The minimal file is plain markdown text with two mandatory fields, a name and a description, followed by your procedure in prose. Executable scripts are optional and exist for operations that must return an identical result every time. Since July 2026, Claude Cowork can also derive a Skill from a recording of your screen.

Do Claude Skills work with tools other than Anthropic's?

Yes. The Agent Skills format was published as an open standard in December 2025, and around thirty tools beyond Claude now read it, including Codex, Visual Studio Code, GitHub Copilot and Gemini CLI. One SKILL.md file can therefore serve several agents. That is what makes it a durable asset rather than a vendor-specific setting.

How many Skills can you install without degrading Claude?

Many, because an inactive Skill only costs its metadata, roughly 100 tokens according to Anthropic's documentation. The SKILL.md body, under 5,000 tokens, is read only when triggered, and bundled resources weigh nothing while they stay closed. The real risk is not volume but confusion between two descriptions that are too close, which fires the wrong Skill.

Are Claude Skills safe for a company?

A Skill gives Claude instructions and sometimes executable code, so it should be treated like installed software. Anthropic recommends using only Skills written in-house or supplied by the vendor, and reading any outside Skill in full before use, bundled files included. Claude Enterprise organisations can switch on content scanning for uploaded Skills.

Read next

All articles
AI AppliedIllustration of a tabbed ring binder, a metaphor for the Claude training context folder

Claude training for teams: what actually moves the needle

By Louis Graffeuil
AI Applied3D illustration of a small robot wearing a graduation cap

Learning to build AI agents: the path that works in 2026

By Louis Graffeuil
AI Applied3D illustration of a presentation board with a rising curve and a headset

AI training for sales teams: the programme that sticks

By Louis Graffeuil