There is a file you can write in plain English that makes Claude behave like it was custom-trained for your exact job. It is called a Skill. No code, no API keys, no configuration menus. One folder, one file, done.

4 min read ยท Claude, any plan
A plain text skill file open in a code editor next to a Claude conversation window

What a Skill actually is

A Skill is not a plugin, a fine-tuned model, or anything that requires a developer. It is a Markdown file sitting inside a named folder. The file has two parts: a one-line description of when Claude should use it, and a set of plain-English instructions written the same way you would brief a new hire.

That is the entire structure. When you drop the folder in and paste something, Claude reads those instructions first. It does not ask what format you want. It already knows.

The core idea

A Skill replaces the part of every conversation where you re-explain yourself. Write the explanation once, as a file, and Claude applies it every time without being asked.

Part 1
The trigger line
One sentence at the top saying when this skill applies.
Part 2
The instructions
Plain English, written like you are training a capable new hire.
Part 3
Nothing else
No code, no special syntax. Three to five sentences is usually enough.

How to build one in 90 seconds ๐Ÿ”ง

  1. Name the folder after the task. Something like meeting-notes or client-proposal. The name becomes the Skill name, so keep it short and specific.
  2. Create a file inside called SKILL.md. This is the only file you need. Open it in any plain text editor.
  3. Write one trigger line at the top. Describe when Claude should apply this skill. Example: "Use this when I paste a meeting transcript and ask for a summary."
  4. Add your instructions below it. Write what you want Claude to do, in the order you want it done. Mention the output format, any flags to raise, and anything to ignore.
  5. Drop the folder into Claude and test it. Paste your real input, the messy version, and see whether the output matches what you described. Adjust one sentence at a time if it does not.

A real example: the meeting-notes skill ๐Ÿ“‹

Here is the exact skill file used to process a 40-minute meeting transcript. Three sentences of instructions. No code.

SKILL.md ยท meeting-notes
# When to use this skill
Use this when I paste a meeting transcript and ask for a summary.

# Instructions
Pull out every decision, action item, and deadline from the transcript.
Present them in a table with three columns: Item, Owner, and Deadline.
If any item has no clear owner, flag it with a note that says "No owner assigned."

With that file in place, pasting a raw transcript produces a clean table immediately. No prompt needed. Three decisions listed, owners named, one flagged because nobody claimed it in the meeting. Same output structure every single time, without re-explaining the format in every conversation.

Why it works

Claude reads the Skill file before processing your input. The instructions become the context for everything you paste. You stop prompting and start just working.


What to write in the instructions section

The instructions do not need to be long. They need to be specific about three things:

What to extractTell Claude exactly what it is looking for. "Decisions," "action items," "pricing objections" are all specific. "Key information" is not.
How to format itTable, bullet list, short paragraphs, JSON, whatever fits your workflow. Saying nothing here means Claude will choose, and it may choose differently each time.
What to flagEdge cases you care about. Items with no owner, missing deadlines, numbers that seem inconsistent. If it matters enough to notice, write it in.

Three to five sentences covering those three things is a complete Skill. You can refine it as you use it, but start short and add only what the output is actually missing.


Skills worth building for common jobs

The format works for anything you do repeatedly with text. A few examples worth having as their own folder:


The honest bit

Want help building Skills for your actual workflow? โš™๏ธ

If you would rather have the right Skills set up for your specific job than figure out the wording through trial and error, that is something we can work through together.

Book a call โ†’

Follow @itsriz for AI tips every single day.

Written by Riz