Commit 03f2cb4
docs(command-development): clarify model field accepts full model strings (#57)
## Summary
Clarifies that the `model` frontmatter field in slash commands accepts
both shorthand values and full model IDs.
## Problem
Fixes #49
The command-development skill documentation only showed shorthand model
values (`sonnet`, `opus`, `haiku`), but official Claude docs show full
model IDs are also valid. This caused potential confusion about accepted
formats.
## Solution
Updated documentation to explicitly show both formats:
- Shorthand: `sonnet`, `opus`, `haiku`
- Full model ID: `claude-sonnet-4-5-20250929`,
`claude-haiku-4-5-20251001`, etc.
Added clarification that shorthand names use the current default version
of each model family.
### Alternatives Considered
- Only update the reference file: Decided to update both SKILL.md and
frontmatter-reference.md for consistency
- Use older model IDs from the issue: Updated to use current 4.5 model
IDs (as of December 2025)
## Changes
- `skills/command-development/references/frontmatter-reference.md`:
Updated model field values and validation fix text
- `skills/command-development/SKILL.md`: Updated model field type and
values
## Testing
- [x] Linting passes (`markdownlint`)
- [x] Documentation is accurate per official Claude docs
---
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 95999ca commit 03f2cb4
2 files changed
Lines changed: 13 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
| 159 | + | |
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
| |||
170 | 171 | | |
171 | 172 | | |
172 | 173 | | |
| 174 | + | |
| 175 | + | |
173 | 176 | | |
174 | 177 | | |
175 | 178 | | |
| |||
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
136 | 143 | | |
137 | 144 | | |
138 | 145 | | |
| |||
440 | 447 | | |
441 | 448 | | |
442 | 449 | | |
443 | | - | |
| 450 | + | |
444 | 451 | | |
445 | 452 | | |
446 | 453 | | |
| |||
0 commit comments