Taste-skill minimalist-ui
Clean editorial-style interfaces. Warm monochrome palette, typographic contrast, flat bento grids, muted pastels. No gradients, no heavy shadows.
git clone https://github.com/Leonxlnx/taste-skill
T=$(mktemp -d) && git clone --depth=1 https://github.com/Leonxlnx/taste-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/minimalist-skill" ~/.claude/skills/leonxlnx-taste-skill-minimalist-ui && rm -rf "$T"
skills/minimalist-skill/SKILL.mdProtocol: Premium Utilitarian Minimalism UI Architect
1. Protocol Overview
Name: Premium Utilitarian Minimalism & Editorial UI Description: An advanced frontend engineering directive for generating highly refined, ultra-minimalist, "document-style" web interfaces analogous to top-tier workspace platforms. This protocol strictly enforces a high-contrast warm monochrome palette, bespoke typographic hierarchies, meticulous structural macro-whitespace, bento-grid layouts, and an ultra-flat component architecture with deliberate muted pastel accents. It actively rejects standard generic SaaS design trends.
2. Absolute Negative Constraints (Banned Elements)
The AI must strictly avoid the following generic web development defaults:
- DO NOT use the "Inter", "Roboto", or "Open Sans" typefaces.
- DO NOT use generic, thin-line icon libraries like "Lucide", "Feather", or standard "Heroicons".
- DO NOT use Tailwind's default heavy drop shadows (e.g.,
,shadow-md
,shadow-lg
). Shadows must be practically non-existent or heavily customized to be ultra-diffuse and low opacity (< 0.05).shadow-xl - DO NOT use primary colored backgrounds for large elements or sections (e.g., no bright blue, green, or red hero sections).
- DO NOT use gradients, neon colors, or 3D glassmorphism (beyond subtle navbar blurs).
- DO NOT use
(pill shapes) for large containers, cards, or primary buttons.rounded-full - DO NOT use emojis anywhere in code, markup, text content, headings, or alt text. Replace with proper icons or clean SVG primitives.
- DO NOT use generic placeholder names like "John Doe", "Acme Corp", or "Lorem Ipsum". Use realistic, contextual content.
- DO NOT use AI copywriting clichés: "Elevate", "Seamless", "Unleash", "Next-Gen", "Game-changer", "Delve". Write plain, specific language.
3. Typographic Architecture
The interface must rely on extreme typographic contrast and premium font selection to establish an editorial feel.
- Primary Sans-Serif (Body, UI, Buttons): Use clean, geometric, or system-native fonts with character. Target:
.font-family: 'SF Pro Display', 'Geist Sans', 'Helvetica Neue', 'Switzer', sans-serif - Editorial Serif (Hero Headings & Quotes): Target:
. Apply tight tracking (font-family: 'Lyon Text', 'Newsreader', 'Playfair Display', 'Instrument Serif', serif
toletter-spacing: -0.02em
) and tight line-height (-0.04em
).1.1 - Monospace (Code, Keystrokes, Meta-data): Target:
.font-family: 'Geist Mono', 'SF Mono', 'JetBrains Mono', monospace - Text Colors: Body text must never be absolute black (
). Use off-black/charcoal (#000000
or#111111
) with a generous#2F3437
ofline-height
for legibility. Secondary text should be muted gray (1.6
).#787774
4. Color Palette (Warm Monochrome + Spot Pastels)
Color is a scarce resource, utilized only for semantic meaning or subtle accents.
- Canvas / Background: Pure White
or Warm Bone/Off-White#FFFFFF
/#F7F6F3
.#FBFBFA - Primary Surface (Cards):
or#FFFFFF
.#F9F9F8 - Structural Borders / Dividers: Ultra-light gray
or#EAEAEA
.rgba(0,0,0,0.06) - Accent Colors: Exclusively use highly desaturated, washed-out pastels for tags, inline code backgrounds, or subtle icon backgrounds.
- Pale Red:
(Text:#FDEBEC
)#9F2F2D - Pale Blue:
(Text:#E1F3FE
)#1F6C9F - Pale Green:
(Text:#EDF3EC
)#346538 - Pale Yellow:
(Text:#FBF3DB
)#956400
- Pale Red:
5. Component Specifications
- Bento Box Feature Grids:
- Utilize asymmetrical CSS Grid layouts.
- Cards must have exactly
.border: 1px solid #EAEAEA - Border-radius must be crisp:
or8px
maximum.12px - Internal padding must be generous (e.g.,
to24px
).40px
- Primary Call-To-Action (Buttons):
- Solid background
, text#111111
.#FFFFFF - Slight border-radius (
to4px
). No box-shadow.6px - Hover state should be a subtle color shift to
or a micro-scale#333333
.transform: scale(0.98)
- Solid background
- Tags & Status Badges:
- Pill-shaped (
), very small typography (border-radius: 9999px
), uppercase with wide tracking (text-xs
).letter-spacing: 0.05em - Background must use the defined Muted Pastels.
- Pill-shaped (
- Accordions (FAQ):
- Strip all container boxes. Separate items only with a
.border-bottom: 1px solid #EAEAEA - Use a clean, sharp
and+
icon for the toggle state.-
- Strip all container boxes. Separate items only with a
- Keystroke Micro-UIs:
- Render shortcuts as physical keys using
tags:<kbd>
,border: 1px solid #EAEAEA
,border-radius: 4px
, using the Monospace font.background: #F7F6F3
- Render shortcuts as physical keys using
- Faux-OS Window Chrome:
- When mocking up software, wrap it in a minimalist container with a white top bar containing three small, light gray circles (replicating macOS window controls).
6. Iconography & Imagery Directives
- System Icons: Use "Phosphor Icons (Bold or Fill weights)" or "Radix UI Icons" for a technical, slightly thicker-stroke aesthetic. Standardize stroke width across all icons.
- Illustrations: Monochromatic, rough continuous-line ink sketches on a white background, featuring a single offset geometric shape filled with a muted pastel color.
- Photography: Use high-quality, desaturated images with a warm tone. Apply subtle overlays (
warm grain) to blend photos into the monochrome palette. Never use oversaturated stock photos. Use reliable placeholders likeopacity: 0.04
when real assets are unavailable.https://picsum.photos/seed/{context}/1200/800 - Hero & Section Backgrounds: Sections should not feel empty and flat. Use subtle full-width background imagery at very low opacity, soft radial light spots (
with warm tones atradial-gradient
), or minimal geometric line patterns to add depth without breaking the clean aesthetic.opacity: 0.03
7. Subtle Motion & Micro-Animations
Motion should feel invisible — present but never distracting. The goal is quiet sophistication, not spectacle.
- Scroll Entry: Elements fade in gently as they enter the viewport. Use
+translateY(12px)
resolving overopacity: 0
with600ms
. Usecubic-bezier(0.16, 1, 0.3, 1)
, neverIntersectionObserver
.window.addEventListener('scroll') - Hover States: Cards lift with an ultra-subtle shadow shift (
transitioning frombox-shadow
to0 0 0
over0 2px 8px rgba(0,0,0,0.04)
). Buttons respond with200ms
onscale(0.98)
.:active - Staggered Reveals: Lists and grid items enter with a cascade delay (
). Never mount everything at once.animation-delay: calc(var(--index) * 80ms) - Background Ambient Motion: Optional. A single, very slow-moving radial gradient blob (
,animation-duration: 20s+
) drifting behind hero sections. Must be applied to aopacity: 0.02-0.04
layer. Never on scrolling containers.position: fixed; pointer-events: none - Performance: Animate exclusively via
andtransform
. No layout-triggering properties (opacity
,top
,left
,width
). Useheight
sparingly and only on actively animating elements.will-change: transform
8. Execution Protocol
When tasked with writing frontend code (HTML, React, Tailwind, Vue) or designing a layout:
- Establish the macro-whitespace first. Use massive vertical padding between sections (e.g.,
orpy-24
in Tailwind).py-32 - Constrain the main typography content width to
ormax-w-4xl
.max-w-5xl - Apply the custom typographic hierarchy and monochromatic color variables immediately.
- Ensure every card, divider, and border adheres strictly to the
rule.1px solid #EAEAEA - Add scroll-entry animations to all major content blocks.
- Ensure sections have visual depth through imagery, ambient gradients, or subtle textures — no empty flat backgrounds.
- Provide code that reflects this high-end, uncluttered, editorial aesthetic natively without requiring manual adjustments.