check-skill-names

Community

Ensure skill names match, fix inconsistencies fast.

Authorsynapseradio
Version1.0.0
Installs0

System Documentation

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.

Dependency Matrix

Required Modules

git

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: check-skill-names
Download link: https://github.com/synapseradio/thinkies/archive/main.zip#check-skill-names

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository