impeccable

Designs, audits, and refines frontend interfaces across web and native platforms.

Updated May 8, 2026
One-click install
npx skills add https://github.com/FrekiManagarm/d-chambaud --skill impeccable-frekimanagarm
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: impeccable
Source: https://github.com/FrekiManagarm/d-chambaud/tree/main/.claude/skills/impeccable
Command: npx skills add https://github.com/FrekiManagarm/d-chambaud --skill impeccable-frekimanagarm

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Frontend interfaces often ship bland, inconsistent, or technically weak because design decisions lack a systematic process. This Skill provides a structured design workflow with 20+ commands covering the full lifecycle from planning and visual direction to auditing, refinement, and production hardening. ## Core Features & Use Cases - Design Commands: Run targeted operations like shape, critique, audit, polish, bolder, quieter, animate, typeset, layout, and harden on any UI surface, each backed by a dedicated reference playbook. - Design System Management: Capture product context in PRODUCT.md, generate DESIGN.md from existing code, and extract reusable tokens and components into a consistent design system. - Cross-Platform Guidance: Applies platform-specific rules for web, iOS, and Android, including accessibility, responsive adaptation, theming, and platform conformance checks. - Use Case: A developer with a working but bland Next.js dashboard runs the audit command to get a scored report across accessibility, performance, theming, and responsive design, then applies the recommended polish and layout commands to fix the findings. ## Quick Start Ask the AI to use the impeccable skill to audit your main page and then polish the issues it finds.

Frequently Asked Questions about impeccable

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

FAQPage Schema
How do I improve a bland or generic UI design?▼

Run the bolder command on the target surface to amplify it using the design system's existing vocabulary, or use overdrive for technically ambitious effects. The skill first loads your DESIGN.md and tokens so the result stays on-brand rather than adding arbitrary new styles.

How do I audit a website for accessibility and performance?▼

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

Does this design workflow support native iOS and Android apps?▼

Yes, native platforms are supported through dedicated references for iOS and Android covering platform conventions, safe areas, touch targets, and system theming. Commands like audit and adapt route to native variants when the project platform is ios, android, or adaptive.

What is the difference between the critique and audit commands?▼

Critique evaluates UX design quality such as visual hierarchy, information architecture, and cognitive load. Audit runs technical code-level checks on accessibility, performance, theming, and responsive behavior, producing a scored report without fixing anything.

When should I not use this design skill?▼

It is not intended for backend-only or non-UI tasks. It also requires a frontend project context; commands like document and extract need existing UI code to analyze, and live mode requires a running dev server.