Skip to content llms.txt

display_name

Human-readable display name for the skill. If omitted, the directory name is used. Shown in skill listings and menus.

Type: string Content type: skills

ProviderSupportedMechanism
ampyaml frontmatter key: name (required)
claude-codeyaml frontmatter key: name (optional, falls back to directory name)
clineyaml frontmatter key: name (required) — must exactly match the directory name
codexYAML frontmatter key: name (optional — falls back to parent directory name if absent or empty; max 64 chars enforced after whitespace normalization)
copilot-cliyaml frontmatter key: name (required per Agent Skills open standard)
crushyaml frontmatter key: name (required); follows the Anthropic Agent Skills standard
cursoryaml frontmatter key: name (required); matches the skill directory name per the Agent Skills convention.
factory-droidyaml frontmatter key: name (optional, defaults to directory name)
gemini-cliyaml frontmatter key: name (required); value should match the skill's directory name
kiroyaml frontmatter key: name (required, slug-style identifier)
opencodeyaml frontmatter key: name (required)
piyaml frontmatter key: name (required, max 64 chars, lowercase a-z/0-9/hyphens, must match parent directory name)
roo-codeyaml frontmatter key: name (required); identifies the skill and typically matches the directory name
windsurfyaml frontmatter key: name (required). Must be lowercase letters, numbers, and hyphens only (e.g., deploy-to-staging, code-review). Used in UI listings and for @-mentions.
zednot documented