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 a tight, highly actionable entry-point card with exact paths, tag rewrites, and a well-flagged 404 gotcha, but it repeats asset paths and omits any build-verification step. Its references point to a sibling master skill whose files are not present in this skill's own bundle.
Suggestions
Add an explicit verification step after authoring, e.g. 'Open index.html and confirm slides advance with the arrow keys and the theme cycles with T before delivering.'
De-duplicate the four asset paths in step 3 — state them once in a shared list, then have Recipes A and B reference that list instead of repeating each path.
Clarify or relativize the `../html-ppt/...` and `design-templates/...` references so they resolve within this skill's actual bundle, or note explicitly that the card must be installed inside the html-ppt package for those links to work.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is focused and avoids explaining concepts Claude already knows, but step 3 repeats the same four asset paths across the warning, Recipe A, and Recipe B, and the recipe prose ('Pick one of these two recipes per project:', 'Either way, do not ship...') could be tightened. Mostly efficient with some removable repetition. | 2 / 3 |
Actionability | Guidance is concrete and copy-paste-oriented: exact template folder and files to copy, the body class to keep (`.tpl-xhs-pastel-card`), two explicit recipes with exact `<link>`/`<script>` rewrites from `../../../assets/...` to project-local paths, the theme mechanism (`<link id="theme-link">`), and the notes class (`<aside class="notes">`). | 3 / 3 |
Workflow Clarity | The six steps are clearly sequenced and unambiguous, and the critical 404 failure mode is prominently explained with two fix recipes. However there is no verification checkpoint (e.g., 'open index.html and confirm slides advance / navigation works'), so explicit validation is missing per the anchor-3 requirement. | 2 / 3 |
Progressive Disclosure | The card is cleanly sectioned and intentionally delegates detail to the master skill via one-level markdown links. But the referenced paths (`../html-ppt/SKILL.md`, `../html-ppt/references/full-decks.md`, `design-templates/html-ppt/...`) do not exist in this skill's bundle (no references/scripts/assets folders), so the signaled references do not resolve against the actual bundle structure. | 2 / 3 |
Total | 9 / 12 Passed |