Invalid-Name

Validate skill names for lowercase naming conventions before registry publication.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill illustrates how uppercase letters in a skill name can violate naming conventions used during discovery.

Core Features & Use Cases

  • Case-sensitive checks: enforces lowercase naming for stable discovery.
  • Metadata hygiene: prevents ambiguity in identifiers.
  • Use Case: ensure all skills are lowercase before publishing to a registry.

Quick Start

Run the validator on fixtures/skills/invalid-uppercase-name/SKILL.md to verify the uppercase issue.