skill-create
Installation
SKILL.md
Skill Create
Generate new project-local skills with proper structure
Commands
| Command | Description | Example |
|---|---|---|
/skill-create [name] |
Create a new skill | /skill-create api-monitor |
How to Execute
1. Validate Name
- Must be lowercase with hyphens only (
[a-z0-9-]+) - Must not conflict with existing skills in
skills/directory - Must be 2-30 characters long