Content
80%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The skill body is concise and actionable with copy-paste-ready commands and a clear section sequence. Its main weaknesses are missing verification checkpoints in the workflow and two broken local file references that undermine the progressive-disclosure structure.
Suggestions
Add an explicit verification checkpoint after scaffolding, e.g. confirm `npm i` completed without errors and that the studio printed a server URL before proceeding.
Fix or remove the broken local references (video-layout.md and tailwind.md) — either create the referenced files or point to the correct existing paths.
Clarify the design step with a minimal concrete example of adding React markup so the workflow does not rely solely on an external reference.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and efficient with short scaffold/preview command blocks and no padding or explanation of concepts Claude already knows (e.g. what Remotion, React, or Node are), matching the anchor for lean content where every token earns its place. | 3 / 3 |
Actionability | It provides copy-paste-ready, fully executable commands ("npx create-video@latest --yes --blank --no-tailwind my-video", "npm i", "npx remotion studio --no-open") with a concrete example, matching the anchor for fully executable guidance. | 3 / 3 |
Workflow Clarity | Steps are sequenced (Scaffold, Design, Interactivity, Tailwind, Preview, Follow-up) with one conditional ("If a project already exists, skip this"), but there are no explicit verification checkpoints such as confirming the install succeeded or the studio actually started, matching the anchor with a sequence present but checkpoints missing or implicit. | 2 / 3 |
Progressive Disclosure | The body is under 50 lines, well-organized into sections, and uses one-level-deep inline references, but two local references ([Video Layout Rules](video-layout.md) and [tailwind.md](tailwind.md)) point to files that do not exist in the skill directory and no references/, scripts/, or assets/ bundles are present, a structural defect that keeps it from the top anchor. | 2 / 3 |
Total | 10 / 12 Passed |