check-skill-names

Validate and correct SKILL.md name fields against directory naming conventions.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/synapseradio/thinkies --skill check-skill-names
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-skill-names
Source: https://github.com/synapseradio/thinkies/tree/main/.claude/skills/check-skill-names
Command: npx skills add https://github.com/synapseradio/thinkies --skill check-skill-names

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, and includes scripts (resource) components.

What problem does it solve?

Inconsistent naming between a skill's SKILL.md frontmatter and its directory name (e.g., analysis-decompose vs. decompose) leads to confusion, broken references, and issues with skill discovery. This Skill automates the validation and correction of these inconsistencies.

Core Features & Use Cases

  • Name Validation: Verifies the name field in SKILL.md frontmatter matches the category-skillname directory convention.
  • Automatic Fixes: Safely updates SKILL.md files to correct mismatches with a --fix flag.
  • Comprehensive Reporting: Provides clear reports of all inconsistencies found across plugins.
  • Use Case: Run this Skill before creating a pull request or release to ensure all skill names are correctly formatted and consistent, preventing documentation and discovery issues.

Quick Start

Check all skill names in the repository and fix any mismatches.