Content
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A highly actionable, well-sequenced router skill with strong progressive disclosure and concrete commands. Its main weakness is token efficiency — several steps carry over-explanation and repeated hedges that could be tightened without losing clarity.
Suggestions
Collapse the repeated 'ask once / skip silently / never push twice' hedges across steps 6-8 into a single shared convention stated once, since Claude retains it.
Trim parenthetical upstream-internals notes (e.g. the agentmemory memory_save field-drop aside citing a source path) — they document an external API's behavior rather than instructing Claude.
Verify the 'gotchas.md' and '../x-shared/*' references resolve in the shipped bundle, or move that content inline; dangling references slightly undercut the otherwise clean one-level-deep structure.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient and actionable but contains tightening opportunities: repeated 'ask once / skip silently' caveats, parenthetical upstream-internals notes (e.g. agentmemory API behavior verified at a source path), and verbose step prose that over-explains conventions Claude can infer. | 2 / 3 |
Actionability | Provides fully executable curl commands, exact URL templates with {commit}/{slug} substitution, named MCP tools, and copy-paste-ready CLAUDE.md lines and detection checks. | 3 / 3 |
Workflow Clarity | An explicit 8-step sequence with validation checkpoints (confirm project root, verify slug against catalog, preview before fetch, warn before overwrite, detect-before-handoff) plus a Common Mistakes table giving feedback loops for error recovery. | 3 / 3 |
Progressive Disclosure | SKILL.md is an overview pointing one level deep to clearly signaled references (catalog.md, shadcn-handoff.md, ai-slop-patterns.md, gotchas.md) that exist as real bundle files, keeping the main file focused on routing. | 3 / 3 |
Total | 11 / 12 Passed |