The Foundation
Before commands, before detection, Impeccable teaches your AI real design. Deep reference knowledge across 7 dimensions, loaded every time your AI writes code.
Run /impeccable teach once to set your project's design context. Every command benefits.
The Language
23 commands form a shared vocabulary between you and your AI. Each one encodes a specific design discipline, so you can steer with precision.
Pick any command to see it in action. Full command reference →
The Antidote
Every AI model learned from the same templates. Without intervention, they all produce the same predictable mistakes. Impeccable names them, detects them, and teaches the AI to avoid them.
Visual Mode
See design issues highlighted directly on the page. No screenshots, no guesswork. Impeccable’s overlay shows you exactly what’s wrong and where.
No LLM needed. Pattern matching catches purple gradients, overused fonts, nested cards, low contrast, and more.
The Chrome extension on any site, embedded in /impeccable critique during an AI design review, or standalone via npx impeccable live.
Get Started
1Install the skill and CLI
One agent skill that teaches your AI to design, with 23 commands bundled inside. Plus the CLI that powers visual mode and scans files outside the skill.
npx skills add pbakaus/impeccable
npm i -g impeccable
Other install methods
/plugin marketplace add pbakaus/impeccable
/plugin in Claude Code
2Use it
Impeccable gives you a shared design vocabulary with your AI. 23 commands (polish, audit, critique, typeset, and more) that each encode a specific design discipline, so you can steer with precision.
-
Let it think for you
Say
/impeccable redo this hero sectionand let the skill pick the right approach. No command names to memorize. -
Or steer directly
Type
/impeccablealone to see the full vocabulary, or reach for a command by name:/impeccable audit checkout,/impeccable polish pricing,/impeccable critique onboarding. -
Pin your favorites
Use one all the time?
/impeccable pin auditgives you/auditas a standalone shortcut.
3Add the Chrome extension Optional
Click the toolbar icon on any page and every anti-pattern lights up right where it lives. Catches gradient text, AI color palettes, nested cards, low contrast, and 20+ more rules. Works on localhost, staging, production, or anyone else's site.
4Stay updated
Keep skills current and follow along with new commands, anti-patterns, and the design thinking behind Impeccable.
npx impeccable skills update
What's New
- 18 skills became 1 skill with 23 commands. Every command now lives under
/impeccable:/impeccable audit,/impeccable polish,/impeccable critique, and the rest. One entry in your/menu instead of 18, a shared design vocabulary between you and your AI, and far less namespace pollution as the plugin ecosystem grows. The autocomplete shows the full list the moment you type/impeccable. - Pin your favorites back as shortcuts. Run
/impeccable pin auditand/auditbecomes a standalone command again, without reversing the consolidation. Under the hood it writes a lightweight redirect skill that delegates to/impeccable audit, so updates to the parent skill flow through automatically./impeccable unpin auditremoves it.
View older releases
- Streamlined from 21 to 18 commands. Removed overlap and confusion:
/arrangerenamed to/layout,/normalizemerged into/polish(design system alignment is now part of the final pass),/onboardmerged into/harden(empty states and first-run experiences are part of production readiness), and/extractbecame/impeccable extract(a sub-mode alongside craft and teach). Every remaining command has a clearly distinct job. - Automatic cleanup of deprecated skills. On first load after updating, the skill detects and removes leftover files from renamed or merged commands. No manual cleanup needed.
- Renamed
frontend-designtoimpeccable. The core skill now shares its name with the project, and the teach subcommand moved from/teach-impeccableto/impeccable teach. One skill, one namespace. - Data-driven skill rewrite. The core skill was rebuilt against an internal eval framework that runs the same brief through frontier models with and without the skill loaded, then measures how much the output collapses into monoculture. The result: dramatically more font and color diversity, sharper overall design quality, and much stronger Codex support. The biggest unlock was an anti-attractor procedure that forces the model to enumerate and reject its reflex defaults before picking. Validated on gpt-5.4 and Qwen 3.6 Plus across 15 niches.
- Anti-pattern detection engine. 25 deterministic rules across typography, color, layout, motion, and quality. Handles oklch, oklab, lch, and lab color formats, CSS variables inside border shorthands, gradient-backed text, and emoji-only nodes.
- CLI:
npx impeccable detect. Scans HTML, CSS, JSX/TSX, Vue, Svelte, and CSS-in-JS. Framework detection, multi-file import tracking, Puppeteer-backed live URL scanning, CI-ready JSON output, and a--fastregex mode for huge codebases. - Chrome DevTools extension. One-click detection on any page: yours, staging, production, or someone else's. Reads live computed styles, surfaces findings in an interactive panel, and highlights elements on the page. In Chrome Web Store review.
/critiquegot teeth. Persona sub-agents review in parallel, score against Nielsen's heuristics, run the detector automatically, and open a live browser overlay so you can walk each finding in place.- New ways to create with Impeccable.
/shaperuns a structured discovery interview about purpose, audience, and goals, then produces a design brief before any code is written./impeccable craftchains that brief straight into the full implementation flow so you ship a designed feature instead of a reflex card grid. - New docs site. Top-level Docs, Anti-Patterns, and Visual Mode sections. 18 per-skill pages with before/after demos and the canonical SKILL.md inline, two tutorials, and 38 rule cards with inline visual examples.
- New harness: Rovo Dev. 11 supported AI tools total.
- New provider: Trae (China + International)
/critiquenow scores against Nielsen's 10 heuristics, tests with persona archetypes, and assesses cognitive load/auditnow scores 5 dimensions with P0-P3 severity ratings and structured action plans- Improved skill descriptions for better agent auto-discovery
- Fixed invalid YAML frontmatter that broke GitHub preview and Codex loading (#67)
- Codex CLI now uses correct
$prefix for command references
/typesetnow recommends fixed type scales for app UIs, reserving fluid typography for marketing/content pages
- 3 new skills:
/typeset(fix typography),/arrange(fix layout & spacing),/overdrive(technically extraordinary effects, beta) - Skills now auto-gather design context via
.impeccable.md. Run/teach-impeccableonce, all skills benefit - Deep linking to commands (
#cmd-overdrive, etc.)
- Added OpenCode provider support
- Added Pi provider support
- Recategorized
/onboardas an enhancement command
- Added Kiro support (
.kiro/skills/) - Restored prefix toggle: download
i-prefixed bundles to avoid naming conflicts - Audit and critique skills only suggest real, installed commands
- Unified skills architecture: commands are now skills with
user-invocable: true - Added VS Code Copilot and Google Antigravity support
- New install flow:
npx skills addas primary, universal ZIP as fallback - Added universal ZIP containing all 5 provider directories
- Renamed
/simplifyto/distillto avoid Claude Code conflict
- Initial release with enhanced frontend-design skill
- 17 design commands: /polish, /audit, /distill, /bolder, and more
- Support for Cursor, Claude Code, Gemini CLI, and Codex CLI
- Interactive command cheatsheet
Frequently Asked Questions
Where do I put the downloaded files?
The easiest way is npx skills add pbakaus/impeccable, which auto-detects your AI harness and places files correctly.
If you downloaded the universal ZIP, extract it to your project root (same level as your package.json or src/ folder). It creates hidden folders for each supported tool: .cursor/, .claude/, .gemini/, .codex/, .agents/, and .github/.
Project-level installation takes precedence and lets you version control your skills.
How do I update to the latest version?
Run npx impeccable skills update from your project root. It downloads the latest skills, cleans up deprecated files, and preserves any prefix you use.
- Alternative:
npx skills add pbakaus/impeccablere-installs from scratch. - Claude Code plugin: Open
/plugin, go to the Discover tab. - Manual ZIP: Download from above and extract to the project root.
Your .impeccable.md context file is never overwritten.
Commands or skills aren't appearing. What do I do?
For commands: Type /impeccable in your AI harness and look for commands like /impeccable audit, /impeccable polish, etc. If they don't appear, double-check the files are in the correct location.
For skills: Skills are applied automatically when relevant. To verify, explicitly mention "use the impeccable skill" in your prompt. This forces the AI to acknowledge and apply it.
Tool-specific setup:
- Cursor: Requires Nightly channel + Agent Skills enabled in Settings → Rules
- Gemini CLI: Requires
@google/gemini-cli@preview+ Skills enabled via/settings - Codex: Skills do not appear in the normal
/command picker. Open/skillsor type$. Repo installs live in.agents/skills/, user installs live in~/.agents/skills/. Restart Codex if a new skill does not show up.
I'm new to AI harnesses. Where do I start?
Skills and commands are intermediate features. If you're just getting started, learn the basics first:
- Claude Code: Official Documentation
- Cursor: Cursor Docs
- Gemini CLI: Gemini CLI Docs
- Codex CLI: Codex GitHub
Once you're comfortable with basic prompting and code generation, come back and give Impeccable a try.
Is Impeccable free?
Yes. Everything is Apache 2.0: skills, commands, CLI, and the detection engine. Fully open source, free for everyone.
Work with me
Impeccable is built by Renaissance Geek. I work with enterprise teams on large-scale rollouts, custom integrations, and training for designers and developers. If you're a frontier lab, design tool company, or enterprise looking to raise the bar on AI-generated design, let's talk.