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.
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.
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.
meeting-notes or client-proposal. The name becomes the Skill name, so keep it short and specific.Here is the exact skill file used to process a 40-minute meeting transcript. Three sentences of instructions. No code.
# 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.
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.
The instructions do not need to be long. They need to be specific about three things:
| What to extract | Tell Claude exactly what it is looking for. "Decisions," "action items," "pricing objections" are all specific. "Key information" is not. |
| How to format it | Table, 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 flag | Edge 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.
The format works for anything you do repeatedly with text. A few examples worth having as their own folder:
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.
Follow @itsriz for AI tips every single day.