| name | scripted-skill |
| description | Demonstrate a scripted Codex skill that normalizes proposed skill names into lowercase kebab-case and validates naming constraints. |
Scripted Skill
Use this skill to create a valid skill name from a user-provided title.
Workflow
- Run
scripts/normalize_name.mjs with the proposed title.
- Confirm the normalized name is specific enough to trigger clearly.
- Ask for a better domain clue only if the normalized name is too generic.
Completion Criteria
The output includes the normalized name and any naming concerns.