Concise 10-step workflow for creating Claude Code skills. Quick-reference guide that gets you from idea to validated skill in minimal steps.
Choose a kebab-case name that describes the action: verb-noun or noun-modifier.
Good: code-reviewer, plan-amplifier, hook-master.
Bad: my-tool, utils, helper.
mkdir -p modules/{module-name}/skills/{skill-name}
---