Content
75%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is highly actionable with executable commands and a clear step sequence, but it leans verbose in its persuasive passages and lacks an explicit install/search failure-recovery loop. Progressive disclosure is good for a single-file skill but the document is longer than necessary.
Suggestions
Tighten the install-count rationale in Steps 4-5: the 'install counts in the high tens are FINE' point is made three times across Step 4, Step 5, and the 20-install example — collapse to one statement.
Add an explicit feedback loop in Step 3 or 6 for failed searches/installs (e.g. 'if `npx skills find` returns nothing on-topic, narrow the query or fall through to direct package install with justification').
Trim repeated anti-reinvention warnings: Step 7 and the anti-pattern section both forbid `npm install -g <library>` reimplementations; consolidate so the directive appears once.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient with concrete commands, but several padded rhetorical sections (e.g. the install-count justification paragraphs in Steps 4-5 and the repeated 'DO NOT reimplement' emphasis) restate the same point multiple times and could be tightened. | 3 / 5 |
Actionability | Fully executable guidance throughout: concrete `npx skills find`/`add` commands with the ANSI-striping sed pipe, copy-paste example phrasings, and exact install flags (`-g -y`) plus file paths to inspect. | 5 / 5 |
Workflow Clarity | Clear seven-step sequence with explicit decision points (check leaderboard, search, pick, install, use) and a verification step (read the installed SKILL.md before using); not quite 5 because there is no explicit error-recovery feedback loop for a failed search or failed install. | 4 / 5 |
Progressive Disclosure | Well-organized sections with clear headers and an inline command table; the body is a single self-contained overview with no bundle files, so there are no multi-level references to navigate, but it is slightly long for a monolithic skill doc which keeps it from 5. | 4 / 5 |
Total | 16 / 20 Passed |