invalid--consecutive

Detect consecutive hyphens in skill frontmatter names.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps catch and report skills that use consecutive hyphens in their name, which can cause issues during discovery or parsing.

Core Features & Use Cases

  • Frontmatter validation: ensures the 'name' field adheres to naming conventions.
  • Consecutive hyphen detection: flags occurrences of '--' in skill names.
  • Use Case: CI can fail builds when a skill's metadata violates naming rules.

Quick Start

Run the validator on fixtures/skills/invalid-consecutive-hyphens/SKILL.md to confirm whether the frontmatter naming is acceptable.