Fix branch naming and simplify frontmatter example

- Change `feat/` to `feature/` to match repo conventions
- Simplify SKILL.md frontmatter example to show only required fields
- Add note about optional license and metadata fields

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Corey Haines
2026-01-26 17:32:09 -08:00
parent f98eded89c
commit 07744d9d37
2 changed files with 4 additions and 6 deletions

View File

@@ -132,7 +132,7 @@ See [Claude Code plugins documentation](https://code.claude.com/docs/en/plugins.
### Branch Naming
- New skills: `feat/skill-name`
- New skills: `feature/skill-name`
- Improvements: `fix/skill-name-description`
- Documentation: `docs/description`