Content
35%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 thin catalogue stub that defers all real guidance to an upstream GitHub URL, offering no executable download instructions and only a high-level, checkpoint-free install workflow; it is well-organized but hollow.
Suggestions
Replace the external-pointer body with concrete executable guidance (e.g., yt-dlp commands with format/quality flags) so the skill is actionable without leaving SKILL.md.
Add a real task workflow with explicit steps and a verification checkpoint (e.g., confirm the downloaded file exists and is playable) rather than deferring to the upstream README.
Either inline the essential instructions or ship the referenced assets/scripts locally so the overview is self-contained instead of relying on a remote repository.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is short and not padded with concepts Claude knows, but it duplicates the frontmatter description verbatim in 'What it does' and spends tokens on meta-explanation about being a catalogue entry rather than skill instruction, so it is not fully lean. | 2 / 3 |
Actionability | The only concrete command is `open https://...` which opens a webpage, and the body tells the reader to 'Inspect the upstream README for exact paths'; it describes and defers rather than providing executable download guidance, matching the vague/abstract anchor. | 1 / 3 |
Workflow Clarity | A loose sequence is listed (install the upstream bundle, then ask the agent to invoke by name or trigger), but the steps are high-level, defer detail to an external README, and include no validation checkpoints, so it is not a clear, validated workflow (3) nor fully absent (1). | 2 / 3 |
Progressive Disclosure | Sections are clearly organized and the upstream reference is signaled, but the skill depends on an external GitHub URL for all real content rather than presenting a self-contained overview with local supporting files, and the under-50-lines carve-out does not apply because external references are required. | 2 / 3 |
Total | 7 / 12 Passed |