minimalist-ui

Generates editorial-style minimalist web interfaces with warm monochrome palettes and bento grids.

Updated Aug 1, 2026
One-click install
npx skills add https://github.com/dxiiren/project-skeleton --skill minimalist-ui-dxiiren
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minimalist-ui
Source: https://github.com/dxiiren/project-skeleton/tree/main/.claude/skills-optional/taste-skill/minimalist-skill
Command: npx skills add https://github.com/dxiiren/project-skeleton --skill minimalist-ui-dxiiren

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Frontend code generated by AI often defaults to generic SaaS aesthetics — Inter fonts, heavy drop shadows, gradients, and clichéd copy. This Skill enforces a strict design protocol so generated HTML, React, Vue, or Tailwind output follows a refined, editorial, ultra-minimalist visual language. ## Core Features & Use Cases - Design Constraint Enforcement: Bans generic typefaces (Inter, Roboto), heavy shadows, gradients, pill-shaped containers, emojis, and AI copywriting clichés. - Complete Design System: Defines typography hierarchies (editorial serifs, monospace), a warm monochrome palette with muted pastel accents, and precise component specs for bento grids, buttons, tags, accordions, and keystroke UIs. - Motion Guidelines: Specifies subtle scroll-entry animations, staggered reveals, and hover micro-interactions using transform and opacity only. - Use Case: Ask for a landing page or dashboard, and receive code with 1px #EAEAEA borders, generous macro-whitespace, tight-tracked serif headings, and desaturated pastel badges instead of generic template styling. ## Quick Start Use the minimalist-ui skill to build a landing page for a note-taking app with a bento feature grid and editorial typography.

Frequently Asked Questions about minimalist-ui

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate minimalist UI code with Tailwind CSS?

Apply a warm monochrome palette with 1px #EAEAEA borders, generous section padding like py-24 or py-32, and content constrained to max-w-4xl. Avoid default shadows, gradients, and pill-shaped containers, and use editorial serif fonts for hero headings.

What fonts work best for an editorial minimalist website?

Use geometric sans-serifs like Geist Sans or Helvetica Neue for body text, editorial serifs like Newsreader or Playfair Display with tight tracking for hero headings, and Geist Mono or JetBrains Mono for code. Avoid Inter, Roboto, and Open Sans.

Which icon libraries fit a minimalist design system?

Phosphor Icons in Bold or Fill weights and Radix UI Icons provide a technical, thicker-stroke aesthetic suited to minimal interfaces. Standardize stroke width across all icons and avoid thin-line sets like Lucide, Feather, or default Heroicons.

Can I use gradients and shadows in a flat minimalist design?

Gradients and heavy shadows are banned except for ultra-subtle cases: radial-gradient light spots at 0.03 opacity for section depth, and hover shadows capped at 0 2px 8px rgba(0,0,0,0.04). Cards rely on 1px borders instead of elevation.

Why do scroll animations cause layout jank in web pages?

Animating layout properties like top, left, width, or height triggers reflow and causes jank. Animate only transform and opacity, use IntersectionObserver instead of scroll listeners, and apply translateY with opacity fades over 600ms.