impeccable

Designs, audits, and refines frontend interfaces through sub-command workflows and design references.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/gmolike/Claude-Template --skill impeccable-gmolike
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: impeccable
Source: https://github.com/gmolike/Claude-Template/tree/main/.agents/skills/impeccable
Command: npx skills add https://github.com/gmolike/Claude-Template --skill impeccable-gmolike

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Frontend interfaces often end up generic, inconsistent, or inaccessible because design decisions are made ad hoc without shared context, typography rules, or quality checks. This Skill provides a structured design workflow that loads project context (PRODUCT.md and DESIGN.md), applies shared design laws, and routes work through specialized commands for building, evaluating, refining, and fixing UI. ## Core Features & Use Cases - Command-based design workflow: Over 20 sub-commands such as craft, shape, critique, audit, polish, bolder, quieter, animate, colorize, typeset, layout, harden, and adapt, each backed by a dedicated reference file with concrete rules. - Context-aware output: Loads PRODUCT.md and DESIGN.md before any design work so results match the project's brand, users, and tokens instead of producing generic output. - Quality gates: Built-in audit scoring across accessibility, performance, theming, responsive design, and anti-patterns, plus explicit bans on common AI-generated design clichés. - Use Case: A developer asks to redesign a landing page; the Skill loads the brand context, selects the brand register, applies typography and color strategy rules, generates the interface, then runs audit and polish passes before shipping. ## Quick Start Ask the assistant to use the impeccable skill to critique and polish a specific page or component in your project.

Frequently Asked Questions about impeccable

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

FAQPage Schema
How do I use the impeccable skill to improve a frontend interface?

Invoke the skill with a sub-command and target, such as impeccable polish for a final quality pass or impeccable critique for a heuristic UX review. Without a command, it renders a menu of available commands grouped by Build, Evaluate, Refine, Enhance, Fix, and Iterate categories.

What is the difference between impeccable craft, shape, and audit?

Craft shapes and builds a feature end-to-end, shape plans UX and UI before any code is written, and audit runs technical checks on accessibility, performance, theming, and responsive design without fixing anything. Audit produces a scored report that recommends follow-up commands.

Does the skill require PRODUCT.md and DESIGN.md files?

PRODUCT.md is required and describes users, brand, tone, and strategic principles; DESIGN.md is optional but recommended for colors, typography, and components. If PRODUCT.md is missing or a placeholder, the teach command generates it before design work continues.

Can impeccable handle responsive and mobile adaptation?

Yes, the adapt command rethinks layouts for mobile, tablet, desktop, print, and email contexts rather than just scaling pixels. It covers touch target sizes, navigation patterns, content prioritization, and verification on real devices.

When should I not use this skill?

It is not suited for backend-only or non-UI tasks, as its entire workflow targets frontend interface design and quality. For API, database, or infrastructure work, use a backend-focused tool instead.