| name | skill-creator |
| description | Creates and updates skills per agentskills.io spec. |
Skill Creator — Project Extension
This skill extends anthropic-skills:skill-creator with validation rules required by this project. Always invoke the official skill first, then apply the checklist below before finalizing.
Activation Flow
- Invoke
anthropic-skills:skill-creator to drive the main authoring flow
- On completion, run the Validation Checklist below
- Fix any violations before presenting the result to the user
agentskills.io Spec Compliance
Every skill must conform to https://agentskills.io/specification:
| Field | Rule |
|---|
name | 1–64 chars · lowercase alphanumeric + hyphens only · must match directory name exactly · no leading, trailing, or consecutive hyphens |
description | 1–1024 chars · describes what the skill does AND when to use it |
| Body | ≤ 500 lines · move long reference content to references/ subdirectory |
| Directory layout | SKILL.md required · optional: scripts/, references/, assets/ |
Validation Checklist
Run before finalizing any skill:
Project-Specific Rules
- All content written in English
- File path:
skills/<category>/<skill-name>/SKILL.md
- If the skill is user-invocable (triggered by a slash command), register it in
CLAUDE.md under the appropriate section
- Do not include change history, "was replaced by", or narrative about past versions in the body — body is current rules only