Summary
Three skills exceed the recommended word count for SKILL.md files. Per the skill-development best practices:
Target: 1,500-2,000 words for the SKILL.md body. Move detailed content to references/.
Progressive disclosure ensures SKILL.md stays lean (loaded when skill triggers) while detailed content lives in references/ (loaded as needed).
Current Word Counts
| Skill |
Current Words |
Target |
Over By |
command-development |
~2,800 |
~2,000 |
~800 |
hook-development |
~2,500 |
~2,000 |
~500 |
mcp-integration |
~2,200 |
~1,800 |
~400 |
Skills within target (no changes needed):
agent-development: ~1,438 ✅
skill-development: ~1,600 ✅
plugin-structure: ~2,000 ✅
plugin-settings: ~2,100 (acceptable)
Recommended Content Migrations
command-development (~2,800 → ~2,000)
Move to references/:
hook-development (~2,500 → ~2,000)
Move to references/:
mcp-integration (~2,200 → ~1,800)
Move to references/:
Implementation Notes
- Keep core concepts and quick reference in SKILL.md
- Move detailed examples and edge cases to references/
- Add clear pointers in SKILL.md: "For detailed patterns, see
references/patterns.md"
- Ensure no content is lost—just relocated
- Update "Additional Resources" section to reflect new reference files
Acceptance Criteria
Benefits
- Faster skill loading (less content to process when skill triggers)
- Better context efficiency (detailed content loaded only when needed)
- Follows official progressive disclosure pattern
- Aligns with plugin-dev's own best practices
References
Summary
Three skills exceed the recommended word count for SKILL.md files. Per the skill-development best practices:
Progressive disclosure ensures SKILL.md stays lean (loaded when skill triggers) while detailed content lives in references/ (loaded as needed).
Current Word Counts
command-developmenthook-developmentmcp-integrationSkills within target (no changes needed):
agent-development: ~1,438 ✅skill-development: ~1,600 ✅plugin-structure: ~2,000 ✅plugin-settings: ~2,100 (acceptable)Recommended Content Migrations
command-development (~2,800 → ~2,000)
Move to
references/:references/common-patterns.mdreferences/troubleshooting.mdreferences/bash-execution.mdhook-development (~2,500 → ~2,000)
Move to
references/:references/patterns.mdreferences/event-examples.mdreferences/lifecycle.mdmcp-integration (~2,200 → ~1,800)
Move to
references/:references/performance.mdreferences/debugging.mdImplementation Notes
references/patterns.md"Acceptance Criteria
command-development/SKILL.mdreduced to ~2,000 wordshook-development/SKILL.mdreduced to ~2,000 wordsmcp-integration/SKILL.mdreduced to ~1,800 wordsBenefits
References