Files
resciencelab__opc-skills/scripts
Yilin 2aedb75dba fix(install-stats): handle abbreviated count formats (e.g. 2.8K) (#50)
* 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.
2026-02-15 16:02:08 +08:00
..