Move the version into the skill provenance block - #67
Merged
Conversation
Remove the frontmatter version field, so the skill platform no longer shows a separate version chip, and place a plain "Version: 1.0.7" line at the top of the provenance block above Author, styled like the other lines. The release workflow now reads the version from that body line, keeping the version-versus-tag guard and the version-named zip. Mirror the change in the portable instructions file and re-record the drift hash. Stays at 1.0.7; this is the still-unreleased version's content.
jposluns
added a commit
that referenced
this pull request
Aug 8, 2026
Remove the frontmatter version field, so the skill platform no longer shows a separate version chip, and place a plain "Version: 1.0.7" line at the top of the provenance block above Author, styled like the other lines. The release workflow now reads the version from that body line, keeping the version-versus-tag guard and the version-named zip. Mirror the change in the portable instructions file and re-record the drift hash. Stays at 1.0.7; this is the still-unreleased version's content. Co-authored-by: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Puts the version in one place, styled with the rest of the provenance, and stops the skill platform from showing a separate version chip.
Changes
versionfield fromSKILL.md. The platform derives its "Version" chip from that field, so removing it drops the chip (the field is optional; a SKILL.md only requiresnameanddescription).Version: 1.0.7line at the top of the provenance block, aboveAuthor, in the same style as the other lines.Stays at 1.0.7 — this is the content for the still-unreleased 1.0.7.
Verification
sedextracts1.0.7from the body line; no frontmatterversion:remains.clean-language-1.0.7.zip, and theSKILL.mdinside showsnameandVersion: 1.0.7.--update; link check passes.Note
I will not merge or cut the release without your authorization.
🤖 Generated with Claude Code
Generated by Claude Code