Commit c04afb3
docs(skill-development): update validation checklist and clarify reference file purposes (#44)
## Summary
- Adds name format rules (lowercase letters, numbers, hyphens, max 64
chars) to validation checklist
- Adds description length limit (1024 chars) to validation checklist
- Clarifies reference file descriptions to explain when to use each
## Problem
Fixes #41
The skill-development SKILL.md validation checklist was missing format
requirements documented in official Claude Code docs. Additionally, the
two reference files were listed without explaining when to use each.
## Solution
Updated the validation checklist Structure section to include:
- Name format validation (lowercase letters, numbers, hyphens, max 64
chars)
- Description length check (under 1024 characters)
Updated reference file descriptions to clarify purpose:
- `skill-creation-workflow.md` - Plugin-specific workflow (recommended
for plugin skills)
- `skill-creator-original.md` - Generic methodology (includes standalone
skill scripts)
## Changes
- `plugins/plugin-dev/skills/skill-development/SKILL.md`: Added 2
checklist items, updated 2 reference descriptions
## Testing
- [x] Markdownlint passes
- [x] Changes match acceptance criteria in issue
---
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>1 parent 7dbb4e5 commit c04afb3
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| 201 | + | |
| 202 | + | |
201 | 203 | | |
202 | 204 | | |
203 | 205 | | |
| |||
297 | 299 | | |
298 | 300 | | |
299 | 301 | | |
300 | | - | |
301 | | - | |
| 302 | + | |
| 303 | + | |
302 | 304 | | |
303 | 305 | | |
304 | 306 | | |
| |||
0 commit comments