Skip to content

Releases: shennawardana23/skillme

v0.3.0

Choose a tag to compare

@shennawardana23 shennawardana23 released this 28 Aug 14:57
v0.3.0
50c4e4f

What's Changed

  • Add skill-catalog-authoring skill-docs page; merge anti-duplication by @shennawardana23 in #1
  • Fix test-plugin-install CI: configure git for HTTPS before marketplace add/install by @shennawardana23 in #2
  • Add 5 Go skills, catalog-wide testing infra, and static safety/duplication checks by @shennawardana23 in #3
  • Add feedback-check enforcement and trim 7 heaviest skills for token efficiency by @shennawardana23 in #4

New Contributors

Full Changelog: https://github.com/shennawardana23/skillme/commits/v0.3.0

v0.2.0

Choose a tag to compare

@shennawardana23 shennawardana23 released this 25 Aug 09:47
v0.2.0
03e0d37

What's Changed

  • Add skill-catalog-authoring skill-docs page; merge anti-duplication by @shennawardana23 in #1
  • Fix test-plugin-install CI: configure git for HTTPS before marketplace add/install by @shennawardana23 in #2

New Contributors

Full Changelog: https://github.com/shennawardana23/skillme/commits/v0.2.0

Release v0.1.0

Choose a tag to compare

@shennawardana23 shennawardana23 released this 21 Aug 09:04
v0.1.0
395f197

First tagged release of the skillme catalog — 132 skills, each with an SKILL.md and a live-testable evals/evals.json, run by this repo's own eval runner (smeval).

New this release

  • skill-inspector — reviews a third-party AI agent skill for safety before you install it, using NVIDIA's SkillSpector static scanner plus a source-aware semantic review pass (score and verdict are different axes; text addressing the reviewer is itself the finding, not reassurance).
  • 6 web-quality skillsweb-quality-audit, core-web-vitals, performance, seo, accessibility, best-practices — covering the same four categories Lighthouse audits, each with its own live-verified eval cases.
  • skill-docs pages for all 7 new skills, following this catalog's human-facing docs template (what it does, when to reach for it, common questions, where it fits).
  • README: documented installing a single skill via skills.sh --skill <name> instead of the whole catalog; the Claude Code plugin route stays all-or-nothing.

Fixed this release

  • Completed a full live-test sweep of the original 125-skill catalog: every partial failure was individually diagnosed against the model's actual saved output. 41 turned out to be eval-authoring bugs (narrow phrasing, markdown/formatting breaking a literal match, grading a chat response when the model wrote the real answer to a file) — none were genuine skill-content defects.
  • Found and fixed a real bug in smeval itself: a case could escape its isolated per-run workspace and write files into this actual repo. Root-caused and fixed in internal/engine and cmd/smeval, verified closed by re-running the case live.
  • Consolidated all smeval run output under smeval-workspace/runs/ instead of scattering a <skill>-workspace directory next to every skill in skills/.
  • Normalized every skill's metadata.version to 0.1.0 (7 had drifted).