minimalist-skill

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

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/po4yka/blog --skill minimalist-skill-po4yka
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minimalist-skill
Source: https://github.com/po4yka/blog/tree/main/.claude/skills/minimalist-skill
Command: npx skills add https://github.com/po4yka/blog --skill minimalist-skill-po4yka

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Generic AI-generated frontend code tends to look like every other SaaS landing page: default fonts, heavy shadows, gradients, and clichéd copy. This Skill enforces a strict design protocol so generated HTML, React, Tailwind, or Vue output follows a refined, editorial, ultra-minimalist aesthetic. ## Core Features & Use Cases - Design Constraint Enforcement: Bans generic defaults like Inter/Roboto fonts, Lucide icons, heavy drop shadows, gradients, pill-shaped containers, emojis, and AI copywriting clichés. - Concrete Component Specifications: Provides exact values for bento grids, buttons, tags, accordions, keystroke UIs, and faux-OS window chrome, including border colors, radii, and padding. - Typography & Color System: Defines a warm monochrome palette with muted pastel accents, serif/sans/mono font stacks, and precise tracking and line-height rules. - Use Case: Ask for a pricing page or portfolio layout and receive production-ready markup with 1px #EAEAEA borders, generous whitespace, staggered scroll-entry animations, and desaturated photography guidance. ## Quick Start Use the minimalist-skill to design a landing page for a note-taking app with a bento feature grid and editorial typography.

Frequently Asked Questions about minimalist-skill

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

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

Request any layout or component and the Skill produces Tailwind markup following its protocol: 1px #EAEAEA borders, 8-12px border radii, generous py-24 to py-32 section spacing, and off-black text. No manual design adjustments are needed afterward.

What fonts and colors does a minimalist editorial design use?

The protocol pairs a geometric sans like Geist Sans or Helvetica Neue with an editorial serif like Newsreader or Playfair Display, plus a monospace for code. Colors use warm off-whites (#F7F6F3), charcoal text (#111111), and muted pastel accents.

Which icon libraries work with minimalist web design?

The Skill specifies Phosphor Icons in Bold or Fill weights, or Radix UI Icons, for a thicker-stroke technical aesthetic. It explicitly bans thin-line libraries like Lucide, Feather, and standard Heroicons.

Can I use this design protocol with React or Vue components?

Yes, the execution protocol covers HTML, React, Tailwind, and Vue output. The same constraints on typography, color, borders, and motion apply regardless of framework, so component code follows the editorial aesthetic natively.

What design elements are banned in minimalist UI generation?

Banned elements include Inter and Roboto fonts, heavy drop shadows, gradients, glassmorphism, pill-shaped cards, emojis, placeholder names like John Doe, and copywriting clichés such as Elevate, Seamless, and Next-Gen.

How are animations handled without hurting performance?

Animations use only transform and opacity properties, triggered via IntersectionObserver rather than scroll listeners. Scroll entries use translateY(12px) fades over 600ms, and staggered reveals apply per-item animation delays.