Create a new Claude Code skill with proper structure and best practices. Use when user wants to create a custom skill, slash command, or extend Claude capabilities.
Help users create well-structured Claude Code skills following best practices.
/create-skill # Interactive mode
/create-skill <name> # Create skill with given name
$1 - Optional skill name (if not provided, will ask interactively)$ARGUMENTS - Full arguments passed to the skillAsk about:
/skill-name)$1, $2, $ARGUMENTS)Project-level (shared with team):
.claude/skills/<skill-name>/
├── SKILL.md # Main skill definition
└── templates/ # Optional template files
Personal (only for this user):
~/.claude/skills/<skill-name>/SKILL.md
Use this template:
---