sh1pt skills new can infer a malformed listing title when the source SKILL.md frontmatter name contains repeated separators.
Repro SKILL.md frontmatter:
---
name: alpha--beta
description: Handles alpha beta workflows.
---
Current behavior:
name is correctly slugified to alpha-beta
- inferred
title becomes Alpha undefined Beta
Expected behavior:
- inferred
title should be Alpha Beta
- generated manifests and marketplace commands should not contain the literal word
undefined
sh1pt skills newcan infer a malformed listing title when the sourceSKILL.mdfrontmatter name contains repeated separators.Repro SKILL.md frontmatter:
Current behavior:
nameis correctly slugified toalpha-betatitlebecomesAlpha undefined BetaExpected behavior:
titleshould beAlpha Betaundefined