Commit 8521d81
docs: remove invalid version field from skill frontmatter (#16)
## Summary
- Remove `version` field from all 7 skill SKILL.md frontmatter
- Update skill-creation-workflow.md template to exclude version field
## Problem
Fixes #12
The `version` field was present in skill frontmatter but is not a valid
field according to official Claude Code documentation. Valid skill
frontmatter fields are:
- `name` (required)
- `description` (required)
- `allowed-tools` (optional)
## Solution
Remove `version: 0.1.0` from all skill files since it's not a recognized
field. This aligns the plugin's skills with the official specification.
### Alternatives Considered
- **Document as optional field**: Rejected because official docs
explicitly don't support it
- **Keep and ignore**: Rejected because it sets a bad example for plugin
developers
## Changes
- `plugins/plugin-dev/skills/*/SKILL.md` (7 files): Remove `version:
0.1.0` line
-
`plugins/plugin-dev/skills/skill-development/references/skill-creation-workflow.md`:
Remove version from template example
## Testing
- [x] All modified files pass markdownlint
- [x] Frontmatter structure remains valid (name + description)
- [x] No other references to skill version field in codebase
---
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>1 parent 0dba26d commit 8521d81
8 files changed
Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | 85 | | |
87 | 86 | | |
88 | 87 | | |
| |||
0 commit comments