fix(skills): split description and when_to_use, drop unsupported effort field#87
Merged
Merged
Conversation
…rt field Align skill frontmatter with Claude Code skills guidance and Agent Skills open spec. Split description (what the skill does) from when_to_use (trigger phrases) across 12 skills. Drop effort: low from create-project, since the effort field is silently ignored on model: haiku. Mirrors VeryGoodOpenSource/vgv-wingspan#187. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
marcossevilla
approved these changes
May 4, 2026
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.
Description
Aligns skill frontmatter across the plugin with the latest Claude Code skills and Agent Skills open spec.
Authoring split:
descriptionvswhen_to_useSkills mixed "what it does" with trigger phrases ("Use when ...") in a single
description. Split intodescription(what) andwhen_to_use(triggers) per Claude Code skills guidance. Applied to 12 skills:very-good-analysis-upgradeleft untouched (no trigger tail in description)Drop unsupported
effortfieldRemoved
effort: lowfromcreate-project(usesmodel: haiku). Theeffortfield is only supported on Opus 4.7/4.6 and Sonnet 4.6, silently ignored on Haiku per model-config docs.Verified locally:
claude plugin validate .→ ✔ Validation passedType of Change
feat)fix)refactor)docs)ci)chore)