simplify naming rule to kebab-case only

This commit is contained in:
lyn
2026-04-17 15:36:14 +00:00
parent 010e887339
commit 11021f7aa9

View File

@@ -40,7 +40,7 @@ Based on the criteria above, determine whether this should be a new skill, or a
### 3. Design the Skill
- **Name:** `{action}-{target}` (e.g., `git-clone-repo`, `keycloak-create-user`)
- **Name:** kebab-case (e.g., `git-clone-repo`, `keycloak-create-user`)
- **SKILL.md contents:**
- Description: what this skill does
- Use cases: when to use it