impeccable

Generates design-system guidelines using the Impeccable editorial-poster token set.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams building interfaces with the Impeccable visual identity often lack consistent, implementation-ready rules, leading to inconsistent spacing, low-contrast text, and ambiguous component behavior across products. ## Core Features & Use Cases - Token-anchored guidance: Produces design-system rules grounded in the Impeccable palette (amber #CC8800, burnt orange #C55221), Chakra Petch typography, and 4/8/12/16/24/32 spacing scale. - Component-level specifications: Defines anatomy, variants, states (hover, focus-visible, disabled, loading, error), and responsive behavior for UI components. - Accessibility enforcement: Embeds WCAG 2.2 AA requirements, keyboard-first interactions, and testable acceptance criteria into every guideline. - Use Case: A designer asks for button guidelines; the Skill outputs token usage, state definitions, accessibility criteria, anti-patterns, and a QA checklist ready for code review. ## Quick Start Ask the assistant to write Impeccable design-system guidelines for a specific component such as a form input or navigation bar.

Frequently Asked Questions about impeccable

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

FAQPage Schema
How do I create design system guidelines for a component?▼

Request guidelines for a specific component and the Skill restates the design intent, defines token constraints, then specifies anatomy, variants, states, and interaction behavior. Output ends with accessibility acceptance criteria and a QA checklist for code review.

What design tokens does the Impeccable system use?▼

Impeccable uses primary #CC8800 amber, secondary #C55221 burnt orange, semantic success/warning/danger colors, Chakra Petch typography on a 12/14/16/20/24/32 scale, and a 4/8/12/16/24/32 spacing scale.

Does the Skill enforce accessibility standards?▼

Yes, all guidelines target WCAG 2.2 AA with keyboard-first interactions and visible focus states. Every accessibility statement must be testable in implementation, and conflicts between aesthetics and accessibility are resolved in favor of accessibility.

What component states does the guideline output cover?▼

Guidelines define default, hover, focus-visible, active, disabled, loading, and error states as relevant. They also describe keyboard, pointer, and touch interaction behavior plus responsive edge cases like long labels and empty states.

When should I not use this design guideline Skill?▼

Avoid it when your project uses a different brand identity or token set, since all rules are anchored to Impeccable's specific palette, fonts, and spacing. It also does not generate production code, only specification documents.