Content
65%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
Highly actionable copy-paste patterns with strong selection guidance, held back by rule redundancy across three sections and a monolithic single-file structure with no reference split.
Suggestions
Collapse the Principles, Rules, and Anti-Patterns sections into one canonical rules list with a compact anti-pattern table to remove triple redundancy.
Move the full per-pattern code examples into references/ files (e.g. examples.md) and keep SKILL.md as an overview pointing to them, improving progressive disclosure.
Add a short validation/verification step for the modal and AnimatePresence patterns (e.g. 'confirm exit fires by checking the child has key + exit') to strengthen workflow clarity.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Code examples are lean and it never explains concepts Claude already knows, but Rules, Principles, and the Anti-Patterns table each restate the same eight rules, which could be tightened into one. | 2 / 3 |
Actionability | It provides complete, copy-paste TSX for button, stagger, modal, toast, page transition, scroll reveal/progress, expanding card, shared-element, and an end-to-end list, plus concrete decision tables. | 3 / 3 |
Workflow Clarity | Pattern selection is clearly tabulated ('Choosing the right pattern', 'mode="wait" vs sync'), but there is no sequenced multi-step workflow with validation checkpoints, and the skill is too large for the simple-skill exemption. | 2 / 3 |
Progressive Disclosure | The file is well-sectioned, but SKILL.md is itself the detailed material — all code examples live inline in one ~430-line file with no one-level-deep references to split out the catalog. | 2 / 3 |
Total | 9 / 12 Passed |