Content
53%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.
This is a well-organized but content-light catalogue entry that defers essentially all real guidance to an upstream repository. It is concise and cleanly structured but offers little actionable or workflow-specific value on its own.
Suggestions
Replace the browser-opening `open` command with a concrete install step (e.g., `git clone` into the skills directory or the exact `claude skill add` invocation) to raise actionability.
Inline a minimal runnable example of the lip sync call (e.g., the fal.ai endpoint and required inputs) so the skill is useful before the upstream bundle is installed.
Add an explicit validation checkpoint after the install step (e.g., verify the skill appears in the skills list) to give the workflow a real checkpoint.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and assumes Claude's competence with no concept over-explanation; the only minor trim opportunity is that the "What it does" section repeats the frontmatter description verbatim, keeping it just below a 5. | 4 / 5 |
Actionability | The only concrete command is `open https://github.com/...` (which merely opens a browser) plus a high-level "install the upstream bundle" instruction; the specific steps to actually perform lip sync are entirely deferred, matching the minimal-concrete-guidance anchor. | 2 / 5 |
Workflow Clarity | A rough sequence is present (inspect upstream README, install bundle, invoke by name/trigger) but it defers specifics to the upstream README and has no checkpoints, fitting the "sequence present but checkpoints missing or implicit" anchor rather than the simple-skill 5 since the workflow is underspecified. | 3 / 5 |
Progressive Disclosure | The short body is well-organized into clear sections and points to a single one-level-deep reference (the upstream repo), but because all real skill content lives externally rather than in a structured local bundle there is a minor organization gap, holding it at 4 rather than 5. | 4 / 5 |
Total | 13 / 20 Passed |