Skills / ${escapeHtml(categoryLabel)}
/${escapeHtml(skill.id)}
${escapeHtml(tagline)}
${metaStrip}Drag or hover to compare
${escapeHtml(caption)}
` : ''} AfterSkills / ${escapeHtml(categoryLabel)}
${escapeHtml(tagline)}
${metaStrip}${escapeHtml(CATEGORY_DESCRIPTIONS[category])}
${totalSkills} commands
One skill, /impeccable, teaches your AI design. Twenty commands steer the result. Each command does one job with an opinion about what good looks like.
Skills are named after the intent you bring to them. Reviewing something? /critique or /audit. Fixing type? /typeset. Last-mile pass before shipping? /polish. The categories below group skills by the job.
${escapeHtml(rule.description)}
${skillLink}${escapeHtml(t.tagline || t.description)}
${tutorials.length} walk-throughs
Short, opinionated walk-throughs of the highest-leverage workflows. Each one takes around ten minutes and ends with something working in your project.
${escapeHtml(item.desc)}
Live detection overlay
See every anti-pattern flagged directly on the page. No screenshots, no JSON to map back to line numbers. The overlay draws an outline and a label on every element the detector catches, so you fix them in place.
Hover or tap any outlined element to see which rule fired.
Inside /critique
The design review skill opens the overlay automatically during its browser assessment pass. You get the deterministic findings highlighted in place while the LLM runs its separate heuristic review.
Standalone CLI
npx impeccable liveStarts a local overlay server, then loads any URL you paste in an iframe with the detector script injected. Works on your own dev server, a staging URL, or anyone's live page.
Coming soon
One-click activation on any tab. Currently in Chrome Web Store review. Get notified when it lands →
These ${GALLERY_ITEMS.length} synthetic slop pages ship with the detector script baked in. Click any to see the overlay running on a real page, then scroll around and hover the outlined elements.
Tutorials / ${String(tutorial.order).padStart(2, '0')}
${escapeHtml(tutorial.tagline)}
` : ''}${rules.length} ${rules.length === 1 ? 'rule' : 'rules'}
${totalRules} rules
The full catalog of patterns /impeccable teaches against. ${detectedCount} are caught by a deterministic detector (npx impeccable detect or the browser extension). ${llmCount} can only be flagged by /critique's LLM review pass. Want to see them live on real pages? Try Visual Mode.
AI slop rules flag the visible tells of AI-generated UIs. Quality rules flag general design mistakes that are not AI-specific but still hurt the work. Each rule also shows how it is detected:
npx impeccable detect on files, no browser required.