fix: correct invalid skill name fields to kebab-case#6
Conversation
Six skill SKILL.md files had invalid name fields using Title Case instead of kebab-case. Per the official Claude Code skills documentation, name fields must use lowercase letters, numbers, and hyphens only. Changed: - Command Development → command-development - MCP Integration → mcp-integration - Plugin Structure → plugin-structure - Skill Development → skill-development - Plugin Settings → plugin-settings - Hook Development → hook-development Fixes #1 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
|
🎉 Thanks for opening your first pull request! We appreciate your contribution to plugin-dev. Please make sure:
A maintainer will review your PR soon. Feel free to ask questions if you need help! |
|
Claude finished @sjnims's task —— View job PR Review: fix: correct invalid skill name fields to kebab-caseSummary✅ Looks good - approve and merge This is a straightforward compliance fix that correctly addresses a specification violation. All 6 skill What's Good
Checklist Verification
RecommendationsNone - this PR is ready to merge. The fix is correct, complete, and follows the specification exactly. |
Summary
namefields that used Title Case instead of kebab-caseProblem
Fixes #1
Per the official Claude Code skills documentation:
Six skills violated this specification with Title Case names.
Solution
Changed the
namefield in each affected SKILL.md to kebab-case:command-developmentCommand Developmentcommand-developmentmcp-integrationMCP Integrationmcp-integrationplugin-structurePlugin Structureplugin-structureskill-developmentSkill Developmentskill-developmentplugin-settingsPlugin Settingsplugin-settingshook-developmentHook Developmenthook-developmentAlternatives Considered
None - this is a straightforward spec compliance fix. The correct names are the directory names themselves.
Changes
plugins/plugin-dev/skills/command-development/SKILL.md: name field updatedplugins/plugin-dev/skills/mcp-integration/SKILL.md: name field updatedplugins/plugin-dev/skills/plugin-structure/SKILL.md: name field updatedplugins/plugin-dev/skills/skill-development/SKILL.md: name field updatedplugins/plugin-dev/skills/plugin-settings/SKILL.md: name field updatedplugins/plugin-dev/skills/hook-development/SKILL.md: name field updatedTesting
namefields updated to kebab-casemarkdownlint)🤖 Generated with Claude Code