simplify naming rule to kebab-case only
This commit is contained in:
@@ -40,7 +40,7 @@ Based on the criteria above, determine whether this should be a new skill, or a
|
|||||||
|
|
||||||
### 3. Design the Skill
|
### 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:**
|
- **SKILL.md contents:**
|
||||||
- Description: what this skill does
|
- Description: what this skill does
|
||||||
- Use cases: when to use it
|
- Use cases: when to use it
|
||||||
|
|||||||
Reference in New Issue
Block a user