Content
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The skill is highly actionable with a clear, validated workflow and concrete examples, but it suffers from heavy internal repetition and a monolithic structure with a broken local reference. Deduplicating and splitting detailed material into real reference files would materially raise quality.
Suggestions
De-duplicate the forbidden color/font/emoji rules: state them once authoritatively and have later sections link back instead of restating the full lists.
Consolidate the three overlapping trigger sections (Activation Contract, When to use this skill, Do NOT use for) into one, since they restate the same scope three times.
Either ship the referenced checklist.md or remove the [UI Design Activation Checklist](checklist.md) link, and move the long ANTI-PATTERNS and SELF-AUDIT blocks into a separate references/ file that the overview points to.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is domain guidance rather than basic-concept explanation, but the forbidden color/font/emoji lists are repeated roughly five times (How-to-use, MANDATORY checklist, Trigger Word Detector, Frontend Aesthetics, Avoid Generic AI, ANTI-PATTERNS, SELF-AUDIT) and three overlapping trigger sections (Activation Contract, When to use, Do NOT use) restate the same scope, so it could be tightened substantially. | 2 / 3 |
Actionability | It gives concrete executable guidance throughout: specific forbidden hex ranges (#800080-#9370DB), named fonts, copy-paste Tailwind className examples in ❌/✅ code blocks, named icon libraries, and runnable grep self-audit commands. | 3 / 3 |
Workflow Clarity | The design process is explicitly sequenced (6 steps), a MANDATORY pre-design DESIGN SPECIFICATION checklist gates code, and a SELF-AUDIT checklist with a clear feedback loop ("If any audit fails -> Re-design with correct approach") provides validation checkpoints. | 3 / 3 |
Progressive Disclosure | The body is a ~325-line monolith with clear sections but content that could be split (anti-patterns, self-audit, full design rules) kept inline, and the single local reference [UI Design Activation Checklist](checklist.md) points to a file that does not exist in any bundle directory. | 2 / 3 |
Total | 10 / 12 Passed |