refactor: rewrite skill descriptions per agentskills.io guidelines#112
Merged
Martin Bens (SpiGAndromeda) merged 3 commits intoMay 13, 2026
Merged
Conversation
Agent Skills ExportBuilt 6 skill packages: |
Rewrites skill descriptions across 7 plugins and 3 marketplace-internal skills to follow https://agentskills.io/skill-creation/optimizing-descriptions. User-facing skills now lead with imperative "Use this skill when..." followed by explicit trigger phrases sourced from prior descriptions and READMEs. Internal sub-skills with user-invocable: false share a single "Do not auto-activate" line so they only run when invoked by name. Cross-links sharpened between related skills (trunk vs non-trunk PR descriptions, core repo vs marketplace commit messages) to disambiguate overlapping triggers. Patch-bumps each affected plugin and adds CHANGELOG entries. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Converts `allowed-tools: >` / `>-` folded YAML scalars to inline single-line strings in dev-environment-bootstrapping (shopware-env) and phpunit-unit-test-team-reviewing (test-writing). Follow-up to the prior skill-description rewrite, applying the same single-line formatting convention to the only two SKILL.md files whose allowed-tools field still used multi-line block scalar form. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2889077 to
59ec415
Compare
Unquoted plain-scalar values in YAML frontmatter cannot contain a colon followed by a space. PyYAML reports "mapping values are not allowed here" and the agent-skills-export discover-skills CI job aborts on the first SKILL.md it hits. Several descriptions picked up inline ": " when 846a179 rewrote them per agentskills.io guidelines. Rephrased the offending phrases to keep descriptions unquoted while staying valid YAML. Co-Authored-By: Claude Opus 4.7 (1M context) <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.
No description provided.