EveryDev.ai
Sign inSubscribe
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • Communities
  • News
  • Podcasts
  • Blogs
  • Builds
  • Contests
  • Compare
  • Arena
  • Polls
Create
    Home
    Tools

    2,608+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    • Arena
    Categories
    • Agents1666
    • Coding1214
    • Infrastructure542
    • Marketing451
    • Design437
    • Projects396
    • Research371
    • Analytics339
    • Testing233
    • MCP227
    • Data213
    • Security200
    • Integration170
    • Learning155
    • Communication148
    • Prompts144
    • Extensions137
    • Commerce125
    • Voice122
    • DevOps99
    • Web78
    • Finance21
    1. Home
    2. Tools
    3. Impeccable
    Impeccable icon

    Impeccable

    Agent Skill Registries

    An open-source agent skill and CLI that teaches AI coding assistants to produce better frontend design by providing a real visual vocabulary, slop detection, and live iteration in your codebase.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open source under Apache 2.0. All skills, commands, CLI, and detection engine included.

    Engagement

    Available On

    Linux
    Web
    API
    Browser
    VS Code

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent Skill RegistriesVibe CodingUX Design

    Alternatives

    TesslTaste SkillSkill Optimizer
    Developer
    Paul BakausPaul Bakaus builds Impeccable, an open-source agent skill fr…

    Listed Jun 2026

    About Impeccable

    Impeccable is an open-source project by Paul Bakaus that gives AI coding agents a shared design vocabulary and a set of deterministic anti-pattern rules to prevent generic, "AI-slopped" frontend output. It ships as an agent skill installable into Cursor, Claude Code, Gemini CLI, Codex CLI, GitHub Copilot, and other major AI harnesses, alongside a CLI and Chrome extension. The project is licensed under Apache 2.0 and is free for everyone.

    What It Is

    Impeccable is an agent skill framework — a collection of 23 commands, 7 domain reference files, and a detection engine — that plugs into AI coding harnesses to improve the visual quality of generated frontend code. Rather than replacing the AI model, it provides structured design guidance (typography, color, spatial design, motion, interaction, responsive, UX writing) that the model reads before generating or refining UI. The project originated from Anthropic's frontend-design skill and has been substantially extended.

    The Command Vocabulary

    The 23 commands are accessed through a single /impeccable entry point and cover the full design lifecycle:

    • Create: /impeccable craft, /impeccable shape — plan and build UI in one flow
    • Evaluate: /impeccable critique, /impeccable audit — design review and technical quality checks
    • Refine: /impeccable typeset, /impeccable colorize, /impeccable animate, /impeccable layout, /impeccable bolder, /impeccable quieter, /impeccable overdrive, /impeccable delight
    • Simplify: /impeccable distill, /impeccable clarify, /impeccable adapt
    • Harden: /impeccable polish, /impeccable optimize, /impeccable harden, /impeccable onboard
    • System: /impeccable document, /impeccable extract, /impeccable live, /impeccable init

    Commands accept optional arguments to focus on a specific area (e.g., /impeccable audit the header). Frequently used commands can be pinned as standalone shortcuts via /impeccable pin <command>.

    Slop Detection and CI Integration

    A core feature is the deterministic anti-pattern detector, which the project describes as covering 41 rules (27 deterministic + a 12-rule LLM critique pass in the skill itself, plus additional CLI rules). The CLI runs with no LLM and no API key:

    • npx impeccable detect src/ scans a directory
    • npx impeccable detect https://example.com scans a live URL via Puppeteer
    • JSON output and exit codes make it suitable for PR checks and build gates

    The Chrome extension runs the same detector as an overlay on any page in the browser.

    Live Mode and Source Writes

    Live Mode (currently in beta) lets developers pick any element in a running dev server, annotate it, and generate three production-quality variants that cycle in via the framework's HMR. Accepting a variant writes it directly to the source file as an ordinary edit — not a throwaway mock — so it can be reviewed, committed, or undone.

    Design System Awareness

    Impeccable reads existing project context before designing. It scans tokens, Tailwind config, and component files, and loads a PRODUCT.md brief and DESIGN.md spec on every command. The /impeccable document command generates a DESIGN.md in the Google Stitch format, making the visual system portable and readable by other DESIGN.md-aware tools. New work is matched to the existing system rather than overwriting it with model defaults.

    Update: CLI v2.3.2

    The latest release is CLI v2.3.2, published on 2026-05-30, with the repository last pushed on 2026-06-01. The GitHub repository shows 32,000+ stars and over 1,700 forks as of the data collected. Supported harnesses include Cursor, Claude Code, OpenCode, Pi, Gemini CLI, Codex CLI, VS Code Copilot, Kiro, Trae, Rovo Dev, and Qoder.

    Community Discussions

    Be the first to start a conversation about Impeccable

    Share your experience with Impeccable, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open source under Apache 2.0. All skills, commands, CLI, and detection engine included.

    • 23 design commands
    • 7 domain reference files
    • 41-rule anti-pattern detector
    • CLI for CI integration
    • Chrome extension

    Capabilities

    Key Features

    • 23 design commands via /impeccable entry point
    • 7 domain reference files (typography, color, spatial, motion, interaction, responsive, UX writing)
    • Deterministic anti-pattern detector with 41 rules
    • CLI for CI/CD integration with JSON output and exit codes
    • Chrome extension for browser-based slop detection
    • Live Mode: iterate on UI elements in running dev server with HMR
    • Writes accepted variants directly to source files
    • Reads and respects existing design tokens, Tailwind config, and components
    • PRODUCT.md and DESIGN.md context files for persistent design briefs
    • Google Stitch-compatible DESIGN.md generation
    • Brand vs. product register for different design contexts
    • Command pinning for standalone shortcuts
    • Supports Cursor, Claude Code, Gemini CLI, Codex CLI, GitHub Copilot, and more
    • Apache 2.0 open-source license

    Integrations

    Cursor
    Claude Code
    Gemini CLI
    Codex CLI
    GitHub Copilot
    OpenCode
    Pi
    Kiro
    Trae
    Rovo Dev
    Qoder
    Chrome
    npm
    HMR (Hot Module Replacement)
    Tailwind CSS
    Google Stitch DESIGN.md format
    Puppeteer
    API Available
    View Docs

    Reviews & Ratings

    No ratings yet

    Be the first to rate Impeccable and help others make informed decisions.

    Developer

    Paul Bakaus

    Paul Bakaus builds Impeccable, an open-source agent skill framework that teaches AI coding assistants to produce better frontend design. He created the project to address the generic, template-driven output common to AI-generated UIs, building on Anthropic's original frontend-design skill. Bakaus shares release notes and design thinking via X (@pbakaus) and a Substack newsletter.

    Read more about Paul Bakaus
    WebsiteGitHubLinkedInX / Twitter
    1 tool in directory

    Similar Tools

    Tessl icon

    Tessl

    Tessl is an AI Native software development platform that helps developers build context-centric software with agents, shifting focus from code to intent.

    Taste Skill icon

    Taste Skill

    A collection of AI agent skills that improve how AI coding tools write frontend code, producing modern, premium designs with proper animations, spacing, and visual quality.

    Skill Optimizer icon

    Skill Optimizer

    An open-source Agent Skills lifecycle toolkit for mining, personalizing, and generalizing SKILL.md files for coding agents like Claude Code, Codex, Cursor, and Gemini CLI.

    Browse all tools

    Related Topics

    Agent Skill Registries

    Registries and directories that catalog agent capabilities, skills, and competencies, enabling discovery and composition of agent abilities across platforms.

    63 tools

    Vibe Coding

    Vibe code using low code AI tools that let you build applications with natural language prompts with minimal code.

    145 tools

    UX Design

    AI tools that help create user-centered designs and experiences.

    42 tools
    Browse all topics
    Back to all tools
    Discussions