Blog

Claude Skill Creator: how to build a custom skill without code

September 26, 20268 min read

If you've used Claude for more than a few weeks, you've probably explained the same workflow to it more than once. The same brand voice notes. The same reporting format. The same "here's how I structure a client brief" instructions, pasted in again every time.

The Claude skill creator is Anthropic's fix for that. It's a built-in tool that turns something you already do by hand into a reusable Claude Skill, which Claude loads on its own the next time the task comes up. You describe the task once, answer a few questions, and Skill Creator writes the skill file for you.

Below: what Skill Creator is, the file it produces, how to use it, two marketing tasks turned into skills, the mistakes I see most, and how it compares to writing the file yourself.

What the Claude skill creator does

Skill Creator is a skill whose job is to build other skills. Under the hood, a Claude Skill is a markdown file called SKILL.md with two parts. A short YAML header tells Claude when to use it. The body holds the instructions Claude follows once it kicks in.

You can write that file by hand, but getting the trigger right is fiddly. Make the description too vague and Claude never picks the skill up. Make it too narrow and it misses requests it should catch. Skill Creator does that tuning with you in conversation, so you're not stuck in a loop of edit, test, edit again.

There are two ways in:

  • In the Claude web or desktop app, go to Settings → Capabilities and turn on Skill Creator. Or click the + in a chat, choose Skills, then Create with Claude.
  • In Claude Code, install the official plugin with /plugins, or call it directly with /skill-creator.

What's inside the file it writes

It helps to know what you're getting before you build one. A SKILL.md file opens with a short YAML block: a name, and a description Claude reads to decide when to trigger the skill. The instructions come after that, in plain markdown.

That description does more work than it looks like. It's the only thing Claude checks against your request before deciding whether to load the skill at all. That's why Skill Creator gives it a whole step of its own.

The body can be one paragraph of instructions, or several sections covering edge cases, example inputs and outputs, and other files the skill should pull in. Nothing about the format is locked to Skill Creator. A skill it builds for you is a plain file you can open and edit by hand later, or send to a teammate.

The five-step process

Once it's running, Skill Creator goes through the same sequence every time:

  1. Define the goal. Describe the task in plain language, or hand over a file you already use: a template, your brand guidelines, an old report.
  2. The interview. Claude asks clarifying questions one at a time about what triggers the task, what the output should look like and what to avoid. No giant form.
  3. The draft. Claude turns your answers into a structured SKILL.md, header and instructions included.
  4. Testing. You run a few real prompts against it and check two things: does Claude pick up the skill, and does it do the task right?
  5. Tuning the description. Claude tightens the trigger so the skill fires when it should and stays quiet when it shouldn't.

Step 4 is the one I see people skip. A skill that reads well but never triggers is dead weight. Run it against three or four real requests, not just the one you built it with, before you call it done.

A worked example: turning a weekly report into a skill

Say you send a client (or your own team) a weekly content recap. Top posts, one line of takeaway per post, next week's plan. You've written it a dozen times and it's always the same shape.

So instead of re-describing the format every Monday, you give Skill Creator the goal: "Turn a week of post metrics into my standard recap." In the interview you tell it the section order and how many posts to highlight. You also tell it the tone (short, numbers before commentary) and what to leave out, like the raw engagement rates your client doesn't track.

What comes out is a skill that triggers whenever you paste in post metrics and ask for "this week's recap." It already knows the format, so you stop explaining it.

My rule of thumb: if you do a task the same way more than twice a month, it's a good candidate. Client reports, content briefs, competitor scans and ad copy variations for each platform all fit.

A second example: a client-facing brief format

The weekly recap is a reporting skill. A briefing skill has a different shape, and the interview questions that matter change with it.

Say every piece of content you commission starts from the same brief: the audience, the one thing the piece has to do, three headline directions, tone notes, and what to avoid based on past client feedback. When you build this as a skill, the interview spends less time on formatting and more on decision rules. What counts as on-brand for this client? How many headline options? Should the brief point back to past pieces so the new one stays consistent?

Once it's built, asking for "a brief for the Q4 retention piece" gives you the same structure every time, filled in with that piece's details. The writer doesn't have to check a freeform doc against the usual checklist by hand. The time you save is mostly in not having to remember the checklist and type it out again.

Mistakes to avoid

Three show up often enough to call out.

The most common is treating the interview as a one-time thing. A skill built around how a client worked with you six months ago should change when their preferences change. Left alone, it keeps producing output that's slightly wrong.

The second is skipping the testing step, covered above.

The third is building one skill for what's really two tasks. Weekly and monthly reporting rarely share a shape closely enough to live in one skill. Split them and you get two skills that trigger reliably, instead of one that half-works for both.

Skill Creator versus writing a SKILL.md file by hand

The format is just markdown, so nothing stops you from writing the file yourself and skipping the interview. The tradeoff comes down to the trigger description, the part that decides whether Claude picks the skill up at the right moment.

Hand-written skills usually go wrong right there. People write the description by feel and never test it against real requests. Too specific and the skill sits unused half the time it should fire. Too broad and it fires when it shouldn't. Skill Creator's last two steps exist to catch that with real test prompts instead of a guess.

Writing by hand still makes sense for a quick edit to a skill Skill Creator already built. It also works if you've built several skills and already have a feel for how Claude matches triggers.

Where this fits if you're systemizing your Claude use

One skill saves you a few minutes a week. A small library of Claude skills for marketing, one per repeatable task, saves hours. Setting that up is more than one post can cover, and it's a big part of the course I'm putting together.

Before you build, check whether someone has already made what you need. I keep a short list of the best Claude skills for marketers, and there's a guide to where to find and install skills if you want to search wider.

If you want a lighter starting point, the free prompt and workflow ebook has the raw prompts this site runs on. It's a good first pass before you turn any of them into a skill.

And if you'd rather turn workflows into content than into skills, how I turn one idea into a week of posts is the closer companion piece.

FAQ

Is Claude's skill creator free to use?

Skill Creator comes with Claude wherever Skills are turned on. It isn't a separate paid add-on, and the skills you build with it don't cost anything extra to create or use.

Do I need to know how to code to use Skill Creator?

No. You describe the workflow in plain language and answer Claude's questions, and Skill Creator writes the SKILL.md file. Reading the file afterward helps you refine it, but you don't have to.

What's the difference between a Claude Skill and a saved prompt?

A saved prompt is text you paste in yourself. A skill triggers on its own: Claude loads it when your request matches the skill's description. It can also hold things a single prompt can't, like multi-step instructions, reference files and examples.

Can I edit a skill after Skill Creator builds it?

Yes. A skill is a markdown file, so you can open it and change the instructions directly. Or go back to Skill Creator, describe what you want changed, and it'll revise the file instead of starting over.

How do I know if a task should be a skill instead of a normal prompt?

Frequency is the simplest test. If you do the same task, with roughly the same format and rules, more than a couple of times a month, the time you spend building the skill pays back fast. A one-off task doesn't need one.

Can Claude use more than one skill in the same conversation?

Yes. Claude decides which skills to load by matching each one's description against your request. If a request touches more than one skill's territory, more than one can trigger in the same conversation.