← All Guides

Skills

A Ten-Minute Crash Course in Claude Skills

Build, install, and use your first Skill in 10 minutes. Skill-creator, SKILL.md format, plugin library, and pro tips.

A free guide by New Money School

Claude Skills

Everyone overcomplicates Skills. You can build one, install it, and be using it in 10 minutes. Here's exactly how.

FirstWhat Is a Claude Skill?

A Skill is a set of instructions that Claude loads automatically when it detects a matching task. Instead of re-explaining "write this email in my voice, keep it under 4 sentences, use a casual tone, and always include a clear next step" every time — you save that as a Skill and Claude applies it whenever you ask it to draft an email.

Under the hood, a Skill is just a folder containing a file called SKILL.md — a plain text file with two parts: a short description that tells Claude when to use it, and detailed instructions that tell Claude how to do the task. That's it. No code. No API. Just a text file.

You Need

Claude Pro, Max, Team, or Enterprise with the desktop app installed. Skills work in both Claude Chat and Cowork. The fastest way to build your first one is the skill-creator in Cowork.

Step 1Open Cowork & Launch the Skill-Creator~2 minutes

01

Open the Claude desktop app and switch to Cowork (in the left sidebar).

02

Make sure you're on Opus 4.6 with Extended Thinking turned on. (Click the model name at the top to switch. Extended Thinking is in the same menu.) This gives you the best skill-building results.

03

Type this:

Copy

Use the skill-creator to help me build a skill for [TASK YOU KEEP RE-EXPLAINING]

Replace the bracket with something real. Examples:

  • "...a skill for writing client follow-up emails in my voice"
  • "...a skill for summarizing meeting notes into action items"
  • "...a skill for reviewing contracts and flagging risky clauses"
  • "...a skill for turning my rough notes into polished LinkedIn posts"

What Is the Skill-Creator?

It's a built-in skill from Anthropic that lives inside Cowork. When you mention it, Claude switches into skill-building mode — it interviews you, writes the SKILL.md file, generates test prompts, and packages everything into a folder you can install. You don't write any files yourself.

Step 2The Interview — Be Specific~3 minutes

Claude will ask you a series of questions about how you want the skill to work. This is the most important part. The more detail you give here, the better the skill performs forever.

Claude will ask things like:

  • What exactly should this skill do?
  • What tone or style should the output have?
  • What should it always include? Always avoid?
  • Can you give me an example of a good output?

Pro Tip: Use Voice

Don't type your answers — talk them out. Use Claude's built-in voice input (click the microphone icon) or a tool like Wispr Flow. You'll give 3x more detail when you're talking vs. typing, and that detail is what makes Skills actually good. Just ramble. Claude will organize it.

When Claude is done, it generates your SKILL.md file — the text file that contains everything. You'll see a preview. Review it and tell Claude if anything feels off: "make the tone more casual" or "add a rule to always include a subject line." It'll iterate until you're happy.

What's Inside a SKILL.md File

Two parts. The frontmatter at the top (between --- markers) contains the name and description — this is what Claude reads to decide when to trigger the skill. The body below is the actual instructions Claude follows. The description matters more than you think — it's the trigger. More on this in the pro tips.

Step 3Install & Test~3 minutes

01

Save the skill folder that Claude created. It'll be in your Cowork files. Download it to your computer.

02

Compress it into a ZIP file. Right-click the folder → Compress (Mac) or Send to → Compressed folder (Windows).

03

Upload it: Go to Settings → Features → Skills, click the "+" button → Upload a skill, and select your ZIP file. Toggle it on.

04

Test it: Open a new chat (not the same Cowork session). Type a message that should trigger your skill. Did it fire? Try different phrasings to make sure it triggers when it should.

05

Debug if needed: If the skill isn't firing, ask Claude:

Copy

"When would you use [skill name]? Read the description back to me."

Claude reads the skill description back to you word for word. You'll instantly see what's wrong with the trigger. Fix the description, re-upload, and test again.

Common Fix

90% of skill problems are in the description, not the instructions. Claude uses the description to decide when to fire the skill. If it's too vague ("helps with emails"), it'll trigger on everything. If it's too narrow ("only for follow-up emails to enterprise SaaS prospects"), it'll never trigger. Find the middle ground.

Step 4Explore the Skills & Plugin Library~2 minutes

Now that you know how to build skills, go explore what's already been built. There are hundreds of pre-made skills and plugins ready to install.

  • Plugin marketplace (in Cowork): Open the Claude desktop app → switch to Cowork → click "Customize" in the sidebar → "Browse plugins." This is Anthropic's official marketplace, launched February 2026. Install anything with one click. Each plugin often bundles 3-5 related skills.
  • Connectors (your real tools): Go to Settings → Connected Apps and connect Gmail, Google Calendar, Google Drive, Slack, and other tools. These aren't skills — they're connectors that give your skills access to real data. A "morning briefing" skill is 10x better when it can actually read your calendar and inbox.
  • Anthropic's official skill library: Browse Anthropic's open-source skills at github.com/anthropics/skills. Download any skill folder and upload it through Settings → Features → Skills.
  • Turn any Cowork chat into a skill: Already gave Claude good instructions in a Cowork session? Click the arrow next to the chat name → "Turn into a skill." Done in 2 clicks. Every good Cowork conversation is a skill waiting to be saved.
  • My 10 ready-to-use work skills: I built 10 professional skills you can copy-paste right now — status reports, meeting recaps, email drafts, and more.

ReferenceWhat a SKILL.md File Looks Like

You don't need to write this by hand (the skill-creator does it for you), but it helps to know what you're looking at:

Example SKILL.md

--- name: email-drafter description: > Drafts professional emails in the user's voice. Use when the user asks to write, draft, or compose any email, message, or reply. Do NOT use for casual brainstorming, summarizing, or analysis tasks. ---

# Email Drafter

## Instructions When the user asks you to draft an email: 1. Ask who it's to and the key point (if not provided) 2. Write in a warm but professional tone 3. Keep it under 150 words unless specified 4. Always include a clear subject line 5. End with a specific next step or call to action 6. Never use "I hope this email finds you well"

## Examples [Example input and output here]

The Two Parts That Matter

Description = when Claude triggers the skill. Make it "pushy" — Anthropic's docs say Claude tends to undertrigger, so be explicit about when to use it. Always include a "Do NOT use for" line.

Instructions = how Claude does the task. Be specific. "Write a good email" is useless. "Keep it under 150 words, warm but professional, always end with a next step" is useful.

Level UpPro Tips for Better Skills

  • The description is the trigger. Spend more time on the description than the instructions. If the description is wrong, the best instructions in the world don't matter because the skill never fires.
  • Always add "Do NOT use for." List everything the skill should stay away from. This one line eliminates most false triggers.
  • Test immediately. Don't build 5 skills and test later. Build one, test it, fix it, move on.
  • Use skills inside Projects. A skill running inside a Project gets all the Project's context for free — your files, your instructions, your preferences. Same skill, dramatically better output.
  • Install everything. Having 100 skills installed doesn't slow Claude down. It only reads the full instructions when a skill matches your task. Zero cost for unused skills.
  • Fix lazy output in your message, not the skill. If Claude rushes through a skill, add "Take your time. Quality over speed. Don't skip steps" to your actual message. Anthropic confirmed this works better in the prompt than in the skill file.
  • Name with slash commands. Use names like /inbox, /prep, /draft, /recap. You can type the slash command to trigger the skill instantly instead of waiting for auto-detection.
  • Update monthly. Your workflows change. Set a reminder to review your top 5 skills and update anything stale.

Want More?

Read 5 Skill Hacks Nobody Talks About for power-user tricks, or Why Your Skill Isn't Working for troubleshooting.

Keep the momentum going

There are 300+ more free guides covering AI for your career, your business, and your life. Find the next one worth your time.

Browse All Guides →