impeccable

Designs, critiques, and refines production-grade frontend interfaces through structured design commands.

Updated Jul 1, 2026
One-click install
npx skills add https://github.com/w0lzard/Wolzard-s-Marketplace --skill impeccable-w0lzard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: impeccable
Source: https://github.com/w0lzard/Wolzard-s-Marketplace/tree/main/plugins/personal-skills/skills/impeccable
Command: npx skills add https://github.com/w0lzard/Wolzard-s-Marketplace --skill impeccable-w0lzard

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Frontend interfaces built quickly often end up generic, inaccessible, or visually indistinguishable from AI-generated templates. This Skill provides a structured design workflow that audits, critiques, and improves UI code against concrete typography, color, layout, motion, and accessibility rules. ## Core Features & Use Cases - Command-driven design workflow: Over 20 sub-commands (craft, shape, audit, critique, polish, bolder, quieter, colorize, typeset, layout, adapt, harden, and more) each load a dedicated reference file defining a step-by-step flow for building, evaluating, refining, or fixing UI. - Anti-AI-slop rule set: Enforces absolute bans on saturated patterns (gradient text, side-stripe borders, glassmorphism, hero-metric templates, cream backgrounds) plus WCAG contrast checks, OKLCH color strategies, and reduced-motion support. - Project context awareness: Setup scripts detect PRODUCT.md/DESIGN.md, existing design tokens, and brand colors so output matches the project's register (brand vs product) instead of reinventing conventions. - Use Case: A developer finishes a dashboard that feels bland and generic. Running the audit command produces a scored report across accessibility, performance, theming, responsive design, and anti-patterns, then recommends targeted follow-up commands like colorize or layout to fix the findings. ## Quick Start Ask the assistant to run the impeccable audit command on your main page component to get a scored design quality report 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 design quality?

Run the audit command on a target file or route. It scores five dimensions (accessibility, performance, theming, responsive design, anti-patterns) from 0-4 each, tags every issue with P0-P3 severity, and recommends specific follow-up commands to fix the findings.

How do I make a bland landing page design more distinctive?

Use the bolder command to amplify hierarchy, scale, and typography, or the colorize command to introduce a strategic OKLCH palette. Both commands explicitly reject saturated AI defaults like purple-blue gradients and glassmorphism.

What is the difference between the critique and audit commands?

Critique performs a UX design review with heuristic scoring focused on design decisions, while audit runs technical code-level checks on accessibility, performance, theming, and responsive behavior. Audit documents issues without fixing them.

Does this design workflow work with existing design systems and tokens?

Yes. Setup requires reading existing CSS tokens, themes, and components before making changes, and committed brand colors take precedence over generating new palettes. The extract command can also pull reusable tokens into a design system.

When should I not use this frontend design skill?

Skip it for backend-only or non-UI tasks, since every command and rule targets visual interfaces. It is also not a substitute for real device testing; the adapt command explicitly requires verification on physical phones and tablets.