ui-standoutlisted
Install: claude install-skill M4NUSH7/Niche-Claude-Code
# UI Standout - pick fit-for-purpose components, not mundane defaults
**Platform: CLI edition (Windows / PowerShell).** Every command here is
`npm`/`npx`, identical under PowerShell and bash; nothing needs a platform
branch. The Linux sibling is `ui-standout-cowork`.
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 to 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 to 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` (12 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 lay