refactor(skills): align SKILL.md frontmatter with Anthropic skill standard#51
Merged
Jing-yilin merged 1 commit intofix/skill/install-stats/parse-abbreviated-countsfrom Feb 15, 2026
Conversation
…ndard Remove separate 'triggers' field from all SKILL.md files and merge trigger keywords into the 'description' field. This follows the Anthropic skills standard (skills.sh/anthropics/skills/skill-creator) where frontmatter only has 'name' and 'description'. Updated: all 9 skills and the template.
c4f011e
into
fix/skill/install-stats/parse-abbreviated-counts
31 checks passed
Jing-yilin
added a commit
that referenced
this pull request
Feb 15, 2026
* fix(install-stats): handle abbreviated count formats (e.g. 2.8K) in skills.sh scraper The regex only matched plain digit counts (\d+), causing it to miss abbreviated formats like '2.8K'. This led to seo-geo stealing logo-creator's count and logo-creator being dropped entirely. - Add _parse_count() helper to handle K-suffix abbreviations - Update regex to capture abbreviated count patterns - Refresh install-stats.json with correct data * refactor(skills): align SKILL.md frontmatter with Anthropic skill standard (#51) Remove separate 'triggers' field from all SKILL.md files and merge trigger keywords into the 'description' field. This follows the Anthropic skills standard (skills.sh/anthropics/skills/skill-creator) where frontmatter only has 'name' and 'description'. Updated: all 9 skills and the template.
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
Align all SKILL.md frontmatter with the Anthropic skill standard, which uses only
nameanddescriptionfields.Stacked on: #50
Changes
triggersfield from all 9 SKILL.md filesdescriptionfield as "Use when..." clausestriggersanddependenciesfrom the template SKILL.mdSide effect
Fixes the seo-geo broken description on skills.sh -- the YAML multiline block scalar (
|) was rendering as just|on the website. Now it's a single-line string.Skills updated