| name | skill-creation |
| description | Automated skill generation for Droid plugins |
Skill Creation Skill
Automated skill generation.
When to Use
- Creating new skills
- Skill template generation
- Best practice implementation
What_You_MUST_Do>
- USE kebab-case naming (e.g.,
code-cleanup)
- WRITE clear, single-purpose description
- INCLUDE When to Use section
- INCLUDE What_You_MUST_Do and What_You_MUST_NOT_Do sections
- PROVIDE examples
What_You_MUST_NOT_Do>
- DO NOT create multi-purpose skills
- DO NOT use vague descriptions
- DO NOT skip MUST/MUST_NOT sections
- DO NOT use camelCase or snake_case naming
What This Skill Does
Skill Structure
skill-name/
├── SKILL.md # Main skill file
└── (optional assets)
SKILL.md Template
---
name: skill-name
description: Brief description
user-invocable: true
---
Naming Conventions
- kebab-case:
code-cleanup
- Descriptive purpose
- Single responsibility