diff --git a/docs/index.html b/docs/index.html index 02f9b2a..6523d99 100644 --- a/docs/index.html +++ b/docs/index.html @@ -171,6 +171,8 @@
skill-creatorskval's deterministic structural scan over 10 widely-used skills — 8 ship as-is; the two flagged hit the size budget. + Plus runs over 75 installed skills + and 69 from the web. See the full benchmark →
| Skill | Type | Score | Findings |
|---|---|---|---|
| skill-creator | file_transform | 96 / A | SKILL.md ~8246 tokens (>5000) |
| docx | file_transform | 92 / A | 599 lines & ~5142 tokens (over budget) |
Applied skval's finding — moved the XML Reference section to references/ (progressive disclosure). skval's own compare.py: +8.
Fixed four findings (kebab name, drop <>, broken ref, stray key). compare.py: +27, Revise → Ship.
skval doesn't just grade — its ranked findings drive the fix. The biggest real-world turnarounds:
+A real published skill whose unquoted colon broke its YAML — it used to crash skval, and now scores. One-line fix: quote the description. compare.py: +50, Revise → Ship. case study →
Four findings fixed one-for-one — kebab name, drop <>, broken ref, stray key. compare.py: +27, Revise → Ship. case study →