Skip to content

Conversation

@rob
Copy link

@rob rob commented Feb 4, 2026

Summary

Fix skill name fields in SKILL.md frontmatter to comply with the Agent Skills specification. Names must be lowercase with hyphens only and must match the parent directory name.

Fixes #322.

Changes

Updated the name field in 8 skills:

Plugin Skill Before After
hookify writing-rules Writing Hookify Rules writing-rules
plugin-dev agent-development Agent Development agent-development
plugin-dev command-development Command Development command-development
plugin-dev hook-development Hook Development hook-development
plugin-dev mcp-integration MCP Integration mcp-integration
plugin-dev plugin-settings Plugin Settings plugin-settings
plugin-dev plugin-structure Plugin Structure plugin-structure
plugin-dev skill-development Skill Development skill-development

Why

Invalid names cause parsing errors (e.g., Unknown skill: Agent when the name contains spaces).

rob added 8 commits February 3, 2026 20:57
Change name from 'Writing Hookify Rules' to 'writing-rules' to
comply with Agent Skills spec (lowercase, hyphens only, must match
parent directory name).
Change name from 'Agent Development' to 'agent-development' to
comply with Agent Skills spec (lowercase, hyphens only, must match
parent directory name).
Change name from 'Command Development' to 'command-development' to
comply with Agent Skills spec (lowercase, hyphens only, must match
parent directory name).
Change name from 'Hook Development' to 'hook-development' to
comply with Agent Skills spec (lowercase, hyphens only, must match
parent directory name).
Change name from 'MCP Integration' to 'mcp-integration' to
comply with Agent Skills spec (lowercase, hyphens only, must match
parent directory name).
Change name from 'Plugin Settings' to 'plugin-settings' to
comply with Agent Skills spec (lowercase, hyphens only, must match
parent directory name).
Change name from 'Plugin Structure' to 'plugin-structure' to
comply with Agent Skills spec (lowercase, hyphens only, must match
parent directory name).
Change name from 'Skill Development' to 'skill-development' to
comply with Agent Skills spec (lowercase, hyphens only, must match
parent directory name).
@github-actions
Copy link

github-actions bot commented Feb 4, 2026

Thanks for your interest! This repo only accepts contributions from Anthropic team members. If you'd like to submit a plugin to the marketplace, please submit your plugin here.

@github-actions github-actions bot closed this Feb 4, 2026
@rob rob deleted the fix-skill-names branch February 5, 2026 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: plugin-dev skill name has space, causes 'Unknown skill: Agent' error

1 participant