Skip to content
Agent Factory
Library
Fundamentals3 min readReviewed Aug 2026

What Claude Skills Are and When to Reach for One

A skill is a folder Claude reads when the work matches. Here is the mental model, and how it differs from a prompt you paste.

The mental model

A skill is a folder containing a SKILL.md file and any resources it needs. The file carries a name, a description of when it applies, and instructions. Claude reads the description, decides whether the current work matches, and if it does, follows the instructions.

The important part is that you do not invoke it. You describe your problem in ordinary language and the right skill activates because its description matched. This is the difference between a skill and a saved prompt: a prompt waits to be pasted, a skill waits to be relevant.

That makes the description the most important line in the file. It is not documentation for humans, it is the trigger. A skill with excellent instructions and a vague description never runs, which is the single most common way a first skill fails.

Skill, prompt, or tool

Reach for a prompt when you want one specific output now and the instruction is the whole job. Copy-ready build specifications work this way: you paste, you get a scaffold, you move on. Nothing needs to persist.

Reach for a skill when the same expertise should apply repeatedly, without you remembering to invoke it. Reviewing prompts for contradictions, auditing traces, scoping an engagement: these are judgements you want available every time the situation arises, not pasted from a document you have to find.

Reach for a tool or an MCP server when the task needs to reach outside the conversation: query a database, call an API, read a file from a system Claude cannot see. Skills carry knowledge and procedure. Tools carry access. Confusing the two produces a skill that describes an API it cannot call.

4 more sections in this article

  • What lives in the folder
  • Personal or project scope
  • When a skill is the wrong answer
  • Starting well

This is Pro content

Get Agent Factory Pro - a one-time payment for lifetime access to full articles, complete build prompts, and everything new.

Use it

The parts of the library that put this article to work.

Published 14 August 2026. Last reviewed 17 August 2026. We re-read this library on a schedule and date every article, so you can see for yourself how current it is.