Feature request for product/service
Cursor IDE
Describe the request
Problem
Cursor’s / slash menu for Agent Skills uses the frontmatter name field as the menu label. Authors who want a branded label (including emoji) must put spaces and Unicode into name and the skill directory name. That violates the Agent Skills spec (Specification - Agent Skills), which requires name to be lowercase letters, numbers, and hyphens only.
We already set metadata.displayName for human-readable labels, but Cursor does not use it in the slash menu today.
Example (current behavior)
---
name: review-and-ship
description: Run a structured self-review and ship via PR...
metadata:
displayName: "review-and-ship 🐏"
---