ui-standoutlisted
Install: claude install-skill M4NUSH7/Niche-Claude-Code
# UI Standout - pick fit-for-purpose components, not mundane defaults
The goal: each app's UI stands out because the agent went through real component
libraries and picked a standout component FOR THAT use-case - instead of reusing
the same three-column feature grid and Inter-on-white every time. Global design
tokens still carry across apps; the per-screen component choice is what varies.
This is a THREE-LAYER method. No single source does the whole job - each layer
answers one question, and the use-case -> component map (Layer 0) is this skill's
own contribution that none of the sources supply.
| Layer | Question | Reference (load on demand) |
|---|---|---|
| 0. Use-case -> component map | Which standout component fits THIS screen? | `references/component-map.md` |
| 1. Component catalog | What can I pick, and how do I get it as owned source? | `references/component-map.md` (Layer 1 section) |
| 2. Taste gate | Is this pick / build AI slop? | `references/taste-gate.md` (46 rules) |
| 3. Principles | Why this, for this use-case? | `references/design-principles.md` (17 principles) |
## When this skill engages (scope gate)
ONLY for UI-rendering archetypes: layered web app, SSR framework, static site.
SKIP for serverless-API and networking-service - they have no Presentation layer.
For charts/graphs/dashboed-metrics specifically, defer to the `dataviz` skill;
this skill covers the surrounding component choices, not the chart internals.
If the app has no design tokens yet,