| name | skill-creator |
| description | Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets. |
Skill Creator
Use this skill when you need to create or refine reusable skills.
Core Principles
- Keep skills concise. Put only non-obvious, reusable knowledge.
- Keep
SKILL.md focused on triggering and workflow guidance.
- Put large reference material in separate files.
- Prefer deterministic scripts for fragile repetitive tasks.
Anatomy
Each skill should have:
SKILL.md (required)
- Optional
scripts/
- Optional
references/
- Optional
assets/
Frontmatter
SKILL.md frontmatter should include:
Process
- Gather concrete usage examples.
- Plan reusable resources.
- Create/adjust folder structure.
- Write/iterate
SKILL.md.
- Test with real requests and refine.