Skip to content

fix: move version to metadata in SKILL.md frontmatter#83

Open
mvanhorn wants to merge 1 commit intoblader:mainfrom
mvanhorn:fix/41-version-frontmatter-key
Open

fix: move version to metadata in SKILL.md frontmatter#83
mvanhorn wants to merge 1 commit intoblader:mainfrom
mvanhorn:fix/41-version-frontmatter-key

Conversation

@mvanhorn
Copy link
Copy Markdown
Contributor

@mvanhorn mvanhorn commented Apr 4, 2026

Claude Code's skill parser rejects version as a top-level frontmatter key. The allowed set is: name, description, license, allowed-tools, compatibility, metadata.

This moves version: 2.5.1 under a metadata: block so the skill loads without the "unexpected key" error (#41, also reported in #8).

Also updates WARP.md's versioning section to reflect the new location.

Fixes #41

This contribution was developed with AI assistance (Codex).

Move `version: 2.5.1` from a top-level frontmatter key to the
`metadata:` block. Claude Code's skill parser only allows specific
top-level keys (name, description, license, allowed-tools,
compatibility, metadata) and rejects `version` at the root.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

unexpected key in SKILL.md frontmatter

1 participant