New to Claude Skills? Learn how to install them →

S

Skill Creator

OfficialFree

Meta-skill for creating effective Claude skills from conception to distribution. Learn the complete skill development li

by Anthropic
19 views
Updated Unknown
Get this skill

Free · Opens the source repo

What Skill Creator does

Meta-skill for creating effective Claude skills from conception to distribution. Learn the complete skill development lifecycle: understanding usage patterns through concrete examples, planning reusable resources (scripts for deterministic code, references for documentation, assets for output files), initializing projects with proper structure, and implementing with progressive disclosure design (metadata → SKILL.md → bundled resources). Master the art of writing for AI consumption using imperative form and objective language. Utilize included init_skill.py for project scaffolding, package_skill.py for validation and ZIP creation, and follow iterative improvement workflows based on real-world testing. Understand when to extract code into scripts, when to provide reference documentation, and when to bundle assets. Essential for building maintainable, well-documented skills that extend Claude's capabilities effectively.

How to install Skill Creator

1. Install with the skills CLI

npx skills add --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Similar skills