Content
65%Reviews 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 concrete examples and has a clear sequenced decision flow, but it is long for a single skill, its validate-fix-retry loop is implicit, and several slide-system file references point to files that are absent from the bundle.
Suggestions
Move the large Slide System section into a dedicated reference file so SKILL.md stays a lean overview pointing one level deep.
Make the validation feedback loop explicit (validate → if errors, fix and re-validate → only then generate final HTML).
Either add the missing referenced files (data/*.csv, assets/design-tokens.json/.css, docs/brand-guidelines.md, the reference HTML) or remove/correct the dead references so all navigation targets exist.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient — tables, commands, and code blocks with no padded prose explaining concepts Claude already knows — but it runs ~240 lines spanning two large domains (design tokens plus a full slide-generation system), and the slide section could be split into a reference, so it could be tightened rather than being fully lean. | 2 / 3 |
Actionability | It provides fully executable, copy-paste-ready commands ('node scripts/generate-tokens.cjs --config tokens.json -o tokens.css', 'python scripts/search-slides.py "investor pitch"') plus concrete CSS and Chart.js examples, matching the anchor for fully executable guidance with specific examples. | 3 / 3 |
Workflow Clarity | The 'Contextual Decision Flow' gives a clear 1→5 sequence with an explicit validation step ('5. Validate with slide-token-validator.py') and a requirements checklist, but the validate→fix→retry feedback loop is implicit rather than spelled out, and a 'Pattern Breaking' section sits outside the main sequence, leaving checkpoints partially implicit. | 2 / 3 |
Progressive Disclosure | There is a well-signaled References table pointing to 7 real one-level-deep files (all present) plus Scripts/Templates tables, but the Slide System references many paths (data/*.csv, docs/brand-guidelines.md, assets/design-tokens.json, assets/designs/slides/*.html) that do not exist in the bundle, so navigation is only partially trustworthy. | 2 / 3 |
Total | 9 / 12 Passed |