plugins marketplace
← All plugins

skill-creator

Create new skills, improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, or benchmark skill performance with variance analysis.

Claude Code1 skill

by Anthropic33.3kupdated 40 minutes ago

Source

git clone https://github.com/anthropics/claude-plugins-official

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/skill-creator/ inside the repository.

Layout

plugins/skill-creator/
├── .claude-plugin/plugin.json
└── skills/skill-creator/SKILL.md

Skills1

skill-creatorskills/skill-creator/SKILL.md

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

Manifests1

plugins/skill-creator/.claude-plugin/plugin.json
{
  "name": "skill-creator",
  "description": "Create new skills, improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, or benchmark skill performance with variance analysis.",
  "author": {
    "name": "Anthropic",
    "email": "support@anthropic.com"
  }
}