this-is-a-very-long-skill-name-that-exceeds-the-maximum-allowed-length-of-64-characters

Validate skill names against a 64-character maximum length.

4|1|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/sfmskywalker/agentskillsdotnet --skill this-is-a-very-long-skill-name-that-exceeds-the-maximum-allowed-length-of-64-characters
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: this-is-a-very-long-skill-name-that-exceeds-the-maximum-allowed-length-of-64-characters
Source: https://github.com/sfmskywalker/agentskillsdotnet/tree/main/fixtures/skills/invalid-long-name
Command: npx skills add https://github.com/sfmskywalker/agentskillsdotnet --skill this-is-a-very-long-skill-name-that-exceeds-the-maximum-allowed-length-of-64-characters

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill demonstrates what happens when a skill name exceeds the maximum allowed length, highlighting the need for validation rules.

Core Features & Use Cases

  • Length validation: enforces a maximum length for the 'name' field.
  • Discovery safety: prevents overly long identifiers from breaking tooling.
  • Use Case: CI checks ensure new skills conform to naming constraints before publishing.

Quick Start

Check fixtures/skills/invalid-long-name/SKILL.md for a name that exceeds 64 characters.