Summary
The skill-development skill has the weakest description of all 7 skills in the plugin-dev plugin. It lacks specific trigger phrases that would help Claude recognize when to activate this skill.
Current vs Proposed
Current Description (~300 chars)
description: This skill should be used when the user asks to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.
Proposed Description (~450 chars)
description: This skill should be used when the user asks to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", "SKILL.md format", "skill frontmatter", "skill triggers", "trigger phrases for skills", "progressive disclosure", "skill references folder", "skill examples folder", or needs guidance on skill structure, writing style, validation, or skill development best practices for Claude Code plugins.
Comparison with Gold Standard
The hook-development skill (gold standard) includes:
- Specific file references (
.json, events)
- Action phrases ("create", "add", "validate", "implement")
- Technical terms (PreToolUse, PostToolUse, etc.)
- Use case phrases ("block dangerous commands")
The skill-development skill should similarly include:
- File references (
SKILL.md, references/, examples/)
- Technical terms (frontmatter, triggers, progressive disclosure)
- More action phrases (validate, test, structure)
Additional Trigger Phrases to Add
- "SKILL.md format" / "SKILL.md structure"
- "skill frontmatter" / "skill metadata"
- "skill triggers" / "trigger phrases"
- "progressive disclosure"
- "skill references folder" / "skill examples folder"
- "validate skill" / "test skill"
- "skill word count"
Acceptance Criteria
Why This Matters
As a meta-skill (teaching how to create skills), skill-development should have an exemplary description. It's ironic that the skill teaching description best practices has one of the weaker descriptions.
References
hook-development description - Gold standard example
- Official Skills Docs - Description requirements
Summary
The
skill-developmentskill has the weakest description of all 7 skills in the plugin-dev plugin. It lacks specific trigger phrases that would help Claude recognize when to activate this skill.Current vs Proposed
Current Description (~300 chars)
Proposed Description (~450 chars)
Comparison with Gold Standard
The
hook-developmentskill (gold standard) includes:.json, events)The
skill-developmentskill should similarly include:SKILL.md,references/,examples/)Additional Trigger Phrases to Add
Acceptance Criteria
SKILL.md,references/,examples/)Why This Matters
As a meta-skill (teaching how to create skills),
skill-developmentshould have an exemplary description. It's ironic that the skill teaching description best practices has one of the weaker descriptions.References
hook-developmentdescription - Gold standard example