flat

Generates implementation-ready design system guidelines using Flat style tokens and accessibility rules.

Updated Aug 31, 2026
One-click install
npx skills add https://github.com/MANR255926/GARAGE --skill flat-manr255926
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: flat
Source: https://github.com/MANR255926/GARAGE/tree/main/.agents/skills/flat
Command: npx skills add https://github.com/MANR255926/GARAGE --skill flat-manr255926

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams building minimalist two-dimensional interfaces often lack consistent, opinionated guidance for applying Flat design tokens, component states, and accessibility requirements, leading to inconsistent UI implementations. ## Core Features & Use Cases - Design Token Foundations: Provides a complete Flat style foundation including color tokens (primary #F2673C, secondary #8B5CF6), Inter and JetBrains Mono typography scales, and 4/8/12/16/24/32 spacing scales. - Component Rule Authoring: Guides creation of component anatomy, variants, states (default, hover, focus-visible, active, disabled, loading, error), and responsive behavior rules. - Accessibility Enforcement: Embeds WCAG 2.2 AA requirements, keyboard-first interactions, and testable acceptance criteria into every guideline. - Use Case: A designer-engineer pair needs to document a button component for a Flat-style product; the Skill produces token-anchored rules, anti-patterns, migration notes, and a QA checklist ready for code review. ## Quick Start Ask the AI to generate Flat design system guidelines for a specific component such as a form input or navigation bar.

Frequently Asked Questions about flat

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

FAQPage Schema
How do I create design system guidelines for a Flat UI style?▼

Define tokens first (colors, typography, spacing), then specify component anatomy, states, and variants. This Skill enforces that workflow, producing rules anchored to tokens like primary #F2673C and the 4/8/12/16/24/32 spacing scale.

What color and typography tokens does the Flat style use?▼

The Flat palette uses primary #F2673C, secondary #8B5CF6, success #16A34A, warning #D97706, and danger #DC2626. Typography uses Inter for body and display text, JetBrains Mono for labels, on a 12/14/16/20/24/32 scale.

Does this Skill cover accessibility requirements for components?▼

Yes, it embeds WCAG 2.2 AA compliance, keyboard-first interactions, and visible focus states into every guideline. Each accessibility statement must be testable in implementation, and conflicts between aesthetics and accessibility are resolved in favor of accessibility.

What component states should Flat design guidelines define?▼

Guidelines must define default, hover, focus-visible, active, disabled, loading, and error states as relevant. They also cover keyboard, pointer, and touch interactions plus edge cases like long labels, empty states, and overflow.

When is Flat design not the right style choice?▼

Flat design removes shadows, gradients, and textures, so it suits fast-loading minimalist interfaces. Products needing strong depth cues, rich visual hierarchy through elevation, or skeuomorphic affordances should consider alternative visual styles.