Skill Creator

The skill that builds skills — scaffold, test and optimize your own.

Tested · Works Featured

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jun 26, 2026
Environment
Claude Code 2.x
Upstream re-checked
Aug 10, 2026 · 65b3a40

Scaffolded a working internal skill (frontmatter, triggers, reference files) in one session; the description-optimization step measurably improved triggering.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What Skill Creator does

If you plan to author skills — for your team or to distribute — start here. It scaffolds the structure, helps write trigger descriptions that actually fire, and runs evals against your skill. Meta, and genuinely useful.

How to install Skill Creator

git clone https://github.com/anthropics/skills
cd skills
mkdir -p ~/.claude/skills
cp -r skills/skill-creator ~/.claude/skills/

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Skill Creator

  • /skill-creator The skill that builds skills — scaffold, test and optimize your own.

It also activates on plain-language prompts like these:

  • Scaffold a new Claude skill for generating release notes
  • Write a trigger description for my skill that actually fires
  • Run evals against my custom skill and optimize it

Appears in

Frequently asked questions

Is the Skill Creator skill free?
Yes. The skill itself is free from anthropics/skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does Skill Creator work with Claude Code?
We tested it with Claude Code 2.x on Jun 26, 2026. Verdict: Tested · Works. Scaffolded a working internal skill (frontmatter, triggers, reference files) in one session; the description-optimization step measurably improved triggering.
What is the Skill Creator SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install Skill Creator?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Skill Creator with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.