impeccable

Designs, critiques, audits, and refines frontend interfaces through structured UX commands and reference playbooks.

Updated Jul 26, 2026
One-click install
npx skills add https://github.com/Dhruv-Ghanchi/Portfolio-Webiste --skill impeccable-dhruv-ghanchi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: impeccable
Source: https://github.com/Dhruv-Ghanchi/Portfolio-Webiste/tree/main/.agents/skills/impeccable
Command: npx skills add https://github.com/Dhruv-Ghanchi/Portfolio-Webiste --skill impeccable-dhruv-ghanchi

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Frontend design work often ships bland, inconsistent, or technically weak interfaces because design decisions lack a systematic process. This Skill provides a command-driven workflow for designing, reviewing, and hardening UI across websites, dashboards, app shells, and native apps. ## Core Features & Use Cases - Command-based design workflow: 20+ commands such as shape, critique, audit, polish, bolder, quieter, animate, typeset, and adapt, each backed by a dedicated reference playbook covering UX review, accessibility, performance, responsive behavior, theming, and typography. - Persistent design context: init captures product truth in PRODUCT.md, document generates DESIGN.md from existing code, and context.mjs loads surface briefs so every command works from the project's actual design system. - Platform-aware guidance: separate references for web, iOS, and Android enforce platform conventions like safe-area insets, Material color roles, Dynamic Type, and touch target minimums. - Use Case: A developer with a functional but generic-looking Next.js dashboard runs the audit command to get a scored report across accessibility, performance, theming, and responsive design, then applies polish and layout passes to fix the flagged issues. ## Quick Start Ask the AI to critique the visual hierarchy and accessibility of your landing page using the impeccable design workflow.

Frequently Asked Questions about impeccable

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

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

Run the audit command, which checks five dimensions: accessibility, performance, theming, responsive design, and implementation integrity. It produces a scored report out of 20 with P0-P3 severity ratings and recommends follow-up commands for each finding.

How do I make a bland UI design more visually interesting?

Use the bolder command to amplify a safe or flat section within the existing design system, or colorize to introduce strategic color roles. Both preserve the incumbent brand identity rather than replacing it with a new visual world.

Does this design workflow support native iOS and Android apps?

Yes, native platforms route to dedicated references for iOS and Android covering platform conventions like safe-area insets, Material color roles, Dynamic Type, 44pt/48dp touch targets, and system back gestures. Audit and adapt commands have native variants.

What is the difference between the critique and audit commands?

Critique evaluates design from a UX perspective covering visual hierarchy, information architecture, and cognitive load. Audit runs technical code-level checks on accessibility, performance, theming, and responsive behavior without fixing anything.

When should I not use this UI design workflow?

It is not suited for backend-only or non-UI tasks, as its commands and references all target frontend interfaces. It also requires a UI target to inspect, so greenfield projects should run init first to establish PRODUCT.md context.