impeccable

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? AI-generated frontend code tends to converge on generic, recognizable aesthetics—default fonts, gradient text, card-heavy layouts, and safe color palettes. This Skill guides the creation of distinctive, production-grade web interfaces by enforcing deliberate design decisions grounded in project-specific brand context. ## Core Features & Use Cases - Design Context Setup (teach mode): Explores the codebase, asks targeted UX questions, and writes a persistent Design Context file capturing audience, brand personality, and aesthetic direction. - Structured Build Workflow (craft mode): Shapes a design brief, loads relevant references (typography, color, spatial, motion, interaction, responsive, UX writing), builds the feature, and iterates visually against quality checks. - Design System Extraction (extract mode): Identifies repeated components, hard-coded values, and patterns, then consolidates them into reusable components and design tokens. - Use Case: When asked to build a landing page or dashboard, the Skill first establishes who the users are and what the brand should feel like, then produces interface code with intentional font pairing, OKLCH color palettes, and rhythmic spacing instead of generic defaults. ## Quick Start Ask the AI to run /impeccable teach to set up design context for the project, then use /impeccable craft followed by a feature description to build the interface.

Frequently Asked Questions about impeccable

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

FAQPage Schema
How do I avoid generic AI-generated frontend design?

Establish explicit design context first: target audience, use cases, and brand personality. Then commit to a bold aesthetic direction with deliberate font pairing, OKLCH-based tinted palettes, and varied spacing rhythm, while avoiding known AI tells like gradient text and border-left accent stripes.

How do I set up design context for a project with impeccable?

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

What CSS patterns does impeccable ban in generated interfaces?

It bans side-stripe borders (border-left or border-right wider than 1px) on cards and callouts, and gradient text via background-clip: text. It also discourages glassmorphism overuse, nested cards, decorative sparklines, and bounce easing in animations.

Does impeccable work with existing design systems?

Yes. The extract mode identifies repeated components, hard-coded values, and inconsistent variations in existing code, then consolidates them into reusable components and design tokens following the project's existing conventions and naming patterns.

When should I use fluid typography versus fixed rem scales?

Use fluid type with clamp() for headings on marketing and content pages where text needs to scale across viewports. Use fixed rem scales for app UIs and dashboards, since product interfaces need spatial predictability that fluid sizing undermines.