impeccable

Designs, audits, and refines production-grade frontend interfaces through sub-command workflows.

Updated Jun 9, 2026
One-click install
npx skills add https://github.com/timikalo7/Execute --skill impeccable-timikalo7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: impeccable
Source: https://github.com/timikalo7/Execute/tree/main/.claude/skill-library/impeccable
Command: npx skills add https://github.com/timikalo7/Execute --skill impeccable-timikalo7

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Frontend interfaces built quickly often ship with generic AI-looking aesthetics, weak typography, poor contrast, and inconsistent responsive behavior. This Skill provides a structured design workflow that plans, builds, critiques, and polishes UI so the result looks intentional and passes accessibility and anti-pattern checks. ## Core Features & Use Cases - 23 sub-commands across build, evaluate, refine, enhance, and fix: craft, shape, audit, critique, polish, bolder, quieter, animate, colorize, typeset, layout, harden, adapt, optimize, and more, each with a dedicated reference playbook. - Context-aware setup: scripts detect PRODUCT.md/DESIGN.md project context, seed brand palettes in OKLCH, and route work to brand or product design registers. - Anti-AI-slop enforcement: absolute bans on gradient text, side-stripe borders, glassmorphism defaults, and reflex font choices, plus WCAG contrast and reduced-motion requirements. - Use Case: Ask to audit a landing page; the Skill scores accessibility, performance, theming, responsiveness, and anti-patterns out of 20, then recommends prioritized fix commands. ## Quick Start Ask the agent to run /impeccable critique on your landing page to get a scored UX review with prioritized fixes.

Frequently Asked Questions about impeccable

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

FAQPage Schema
How do I audit a frontend UI for accessibility and performance issues?

Run the audit sub-command, which scores five dimensions (accessibility, performance, theming, responsive design, anti-patterns) from 0-4 each and produces a report with P0-P3 severity-tagged findings. Each finding maps to a recommended follow-up command like polish or adapt.

How to make a bland AI-generated design look more distinctive?

Use the bolder command to amplify hierarchy, scale contrast, and committed color, or quieter to tone down overstimulating designs. Both reject saturated AI defaults like purple-blue gradients, glassmorphism, and gradient text before applying changes.

Does this design workflow support dark mode and theming?

Yes, the colorize reference covers two-layer token systems with primitive and semantic tokens, where dark mode redefines only the semantic layer. It uses OKLCH color space and tinted neutrals tied to the project's brand hue.

Can it adapt a desktop design for mobile and tablet?

The adapt command rethinks layouts per context rather than scaling pixels, covering touch targets, pointer and hover media queries, safe-area insets, responsive images with srcset, and content-driven breakpoints. It requires testing on real devices, not just DevTools emulation.

What are the limitations of the live browser iteration mode?

Live mode requires a running dev server, detected by the context-signals script; without one it is not offered as a recommendation. Variants must declare signature params like color-amount so users can dial intensity without regeneration.