J. RABATIN // CLAUDE OPSFIELD MANUAL · GUIDE
Claude Code · Educational Series

Build your first Claude Skill with no code

The built-in skill-creator turns a plain-English description into a working skill. If you can explain a process to a coworker, you can build one. Here's the whole flow.

Reference Guidewith a downloadable resource for your Claude Code sandbox

What's inside

  1. Turn on the skill-creator
  2. Describe the process in plain words
  3. Test, then refine in plain English
  4. Save, reuse, and share
Section 01

Turn on the skill-creator

The skill-creator is a skill that builds other skills. Turn it on once and leave it on — it's the fastest path from idea to working skill.

Preferences -> Skills -> skill-creator -> toggle ON
Section 02

Describe the process in plain words

Tell Claude what you want the skill to do, the same way you'd brief a new hire on their first day. Name the steps, the inputs it needs, and what a finished result looks like.

Claude writes the underlying SKILL.md for you. You never touch syntax. The clearer your description, the better the skill — so spell out the preferences you'd normally keep in your head.

The trickWrite the steps as if the reader knows nothing about your job. That's exactly the level of detail a good skill needs.
Section 03

Test, then refine in plain English

Run the new skill on a real task right away. If something's off, just say so — "make the summary shorter," "always ask which week first" — and Claude rewrites the skill.

Two or three rounds of this and you'll have something reliable. You're editing by conversation, not by code.

Start smallA skill that just formats your notes a certain way is a perfectly good first skill. Ship it, then build the next.
Section 04

Save, reuse, and share

The skill is saved automatically. From now on you trigger it by name and it runs the same way every time. Because a skill is just a folder, sharing it is as simple as sharing files — one person builds it, the whole team runs it.

In your Claude Code sandboxDrop the generated skill folder under skills/ and call it by name to run it locally.
Free Download

The SKILL.md starter template

A clean, commented fill-in-the-blank file. Use it to brief skill-creator, or drop it straight into your skills/ folder.

Frontmatter block
"Use when…" trigger
Inputs section
Numbered steps
Definition of done
Output example
Folder placement
Trigger + share
Worked example
Mistake checklist
✓ Downloaded. Drop it in your skills/ folder and try it in your Claude Code sandbox.