invalid-long-description

Validate skill descriptions against a maximum length limit.

4|1|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/sfmskywalker/agentskillsdotnet --skill invalid-long-description
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: invalid-long-description
Source: https://github.com/sfmskywalker/agentskillsdotnet/tree/main/fixtures/skills/invalid-long-description
Command: npx skills add https://github.com/sfmskywalker/agentskillsdotnet --skill invalid-long-description

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill demonstrates validation when the description exceeds the recommended maximum length, helping keep skill catalogs concise.

Core Features & Use Cases

  • Description length enforcement: prevents descriptions from becoming unwieldy.
  • Documentation quality: maintains concise, helpful metadata for discovery.
  • Use Case: validation in a CI step to reject long descriptions.

Quick Start

Validate fixtures/skills/invalid-long-description/SKILL.md to see the long description trigger.