minimalist-ui

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

2|Updated Jul 25, 2026
One-click install
npx skills add https://github.com/ankaboot-source/boucle --skill minimalist-ui-ankaboot-source
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minimalist-ui
Source: https://github.com/ankaboot-source/boucle/tree/main/.jcode/skills/minimalist-ui
Command: npx skills add https://github.com/ankaboot-source/boucle --skill minimalist-ui-ankaboot-source

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Generic AI-generated frontend code tends to look like every other SaaS landing page: Inter font, heavy drop shadows, gradients, and clichéd copy. This Skill enforces a strict design protocol so generated HTML, React, Tailwind, or Vue code follows a refined editorial aesthetic with warm monochrome colors, typographic contrast, and flat bento-grid components. ## Core Features & Use Cases - Design Constraint Enforcement: Bans generic defaults like Inter/Roboto fonts, Lucide icons, heavy shadows, gradients, pill-shaped containers, emojis, and AI copywriting clichés. - Component Specifications: Provides exact rules for bento grids, buttons, tags, accordions, keystroke UIs, and faux-OS window chrome with precise hex values, border radii, and spacing. - Motion Guidelines: Defines subtle scroll-entry animations, hover states, and staggered reveals using transform and opacity only. - Use Case: Ask for a landing page or dashboard and receive frontend code with a warm off-white canvas, serif hero headings, 1px #EAEAEA borders, muted pastel accents, and gentle fade-in animations without manual design cleanup. ## Quick Start Use the minimalist-ui skill to build a landing page for my product 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 landing page code with AI?

Invoke this Skill when requesting frontend code and it applies a strict design protocol automatically. It produces layouts with warm off-white backgrounds, serif hero typography, 1px light-gray borders, and bento grids without generic SaaS styling.

What fonts and colors does a minimalist editorial UI use?

The protocol specifies geometric sans-serifs like Geist Sans or Helvetica Neue for body text, editorial serifs like Newsreader or Playfair Display for headings, and monospace for code. Colors use warm off-whites (#F7F6F3), charcoal text (#111111), and muted pastel accents.

Does this design system work with Tailwind CSS?

Yes, the protocol explicitly supports Tailwind alongside HTML, React, and Vue. It references Tailwind utilities like py-24 spacing and max-w-4xl containers while banning default heavy shadows such as shadow-md and shadow-lg.

Which UI elements are banned in minimalist design?

Banned elements include Inter, Roboto, and Open Sans fonts, Lucide and Feather icons, gradients, glassmorphism, pill-shaped large containers, emojis, placeholder names like John Doe, and copywriting clichés like Elevate or Seamless.

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) with a 600ms cubic-bezier easing, and staggered reveals apply per-item animation delays.