impeccable

Generates production-grade frontend interfaces with distinctive typography, color, and layout design.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/ivaylo91/Shopping-Mobile-App --skill impeccable-ivaylo91
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: impeccable
Source: https://github.com/ivaylo91/Shopping-Mobile-App/tree/main/.agents/skills/impeccable
Command: npx skills add https://github.com/ivaylo91/Shopping-Mobile-App --skill impeccable-ivaylo91

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? AI-generated frontend code tends to look generic and templated, with overused fonts, gradient text, and identical card layouts. This Skill guides the creation of distinctive, production-grade web interfaces by enforcing deliberate design decisions for typography, color, spacing, motion, and interaction. ## Core Features & Use Cases - Craft mode: Shapes a design brief, loads relevant design references, builds the feature, and iterates visually until the result passes quality checks. - Teach mode: Interviews the user about audience, brand personality, and aesthetic direction, then writes a reusable Design Context file (.impeccable.md) for the project. - Extract mode: Identifies repeated components, hard-coded values, and patterns, then consolidates them into a design system with tokens and documentation. - Use Case: Ask the assistant to build a landing page for a new product; it first gathers brand context, selects non-default fonts and an OKLCH palette, then implements and visually verifies the page against anti-generic-design rules. ## Quick Start Ask the assistant to run impeccable teach to set up design context, then use impeccable craft to build a new page or component.

Frequently Asked Questions about impeccable

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

FAQPage Schema
How do I build a frontend page that doesn't look AI-generated?

Run the craft flow, which shapes a design brief, loads typography and spatial references, builds the feature, then iterates visually against anti-pattern rules. It bans common AI tells like gradient text, side-stripe borders, and overused fonts.

How do I set up design context for a project?

Run the teach mode, which scans the codebase, asks questions about users, brand personality, and aesthetic preferences, then writes a Design Context section to .impeccable.md in the project root for all future design work.

Can it extract reusable components into a design system?

Yes, the extract mode identifies components used three or more times, hard-coded values that should become tokens, and repeated patterns, then consolidates them into the design system with documentation and migration of existing uses.

Which fonts and colors does it avoid?

It bans reflex default fonts like Inter, Roboto, Fraunces, and Space Grotesk, requiring a structured selection process per project. For color it requires OKLCH instead of HSL, tinted neutrals, and forbids pure black, pure white, and cyan-on-dark palettes.

Does it handle accessibility and reduced motion?

Yes, the references cover WCAG contrast ratios, focus-visible rings, keyboard navigation patterns, and prefers-reduced-motion alternatives. Motion guidance restricts animation to transform and opacity with appropriate easing curves.