Creates well-formatted Claude Code skills from descriptions. Use when the user wants to create a new skill, generate a skill, or build a skill for a specific task.
Create well-structured Claude Code skills from natural language descriptions.
When the user describes a skill they want to create, follow these steps:
Parse the user's description to identify:
Use WebSearch to find:
Summarize 2-3 key insights that should inform the skill design.
Name: Lowercase, hyphenated, action-oriented, under 64 characters
Description: Include what it does, trigger keywords, and when to use it (under 1024 chars)
Derive Required Tools:
| Skill Needs | Tools |
|---|---|
| Read files | Read, Glob, Grep |
| Modify files | Read, Edit, Write |
| Run commands | Bash |
| Python scripts | Bash(python:*) |
| Git operations | Bash(git:*) |
| Web research | WebSearch, WebFetch |
Only include tools actually needed.
Use this structure:
---