← ClaudeAtlas

ui-standoutlisted

Pick STANDOUT, fit-for-purpose UI components per use-case instead of reusing the same mundane flows. A 3-layer method: query real component catalogs (astryx / shadcn / Aceternity) for candidates, reject AI-slop defaults with a 46-rule taste gate (harvested from impeccable), and justify the pick with design principles (hierarchy, spacing, type, color, Von Restorff standout). Ships a use-case to component map so a checkout, dashboard, hero, onboarding or empty-state screen gets a standout component, not a stock grid. Use this BEFORE building, restyling, theming or polishing the rendered UI of a web, SSR or static app; when the user says a UI is bland/generic/mundane/"looks like every other app"; or when reviewing a built UI for slop. Not for backend/serverless-API/networking services (no UI), not for form validation/schema/handler code or tests that merely name a component, and not for charts specifically (the dataviz skill owns those).
M4NUSH7/Niche-Claude-Code · ★ 1 · Web & Frontend · score 77
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