Design skills for AI coding tools. Create distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Includes 7 reference guides and 17 design commands. Use when building web components, pages, artifacts, posters, or applications. Keywords: frontend, design, UI, UX, typography, color, motion, interaction, responsive, audit, polish
The vocabulary you didn't know you needed. 1 skill, 17 commands, and curated anti-patterns for impeccable frontend design.
Based on Impeccable by Paul Bakaus, building on Anthropic's frontend-design skill.
| Command | What it does |
|---|---|
/i-teach-impeccable | One-time setup: gather design context, save to config |
/i-audit | Technical quality checks (a11y, performance, responsive) |
/i-critique | UX design review: hierarchy, clarity, emotional resonance |
/i-normalize | Align with design system standards |
/i-polish | Final pass before shipping |
/i-simplify | Strip to essence |
/i-clarify | Improve unclear UX copy |
/i-optimize | Performance improvements |
/i-harden | Error handling, i18n, edge cases |
/i-animate | Add purposeful motion |
/i-colorize | Introduce strategic color |
/i-bolder | Amplify boring designs |
/i-quieter | Tone down overly bold designs |
/i-delight | Add moments of joy |
/i-extract | Pull into reusable components |
/i-adapt | Adapt for different devices |
/i-onboard | Design onboarding flows |
Commit to a BOLD aesthetic direction:
→ typography.md - Type systems, font pairing, modular scales → color-and-contrast.md - OKLCH, tinted neutrals, dark mode → spatial-design.md - Spacing systems, grids, visual hierarchy → motion-design.md - Easing curves, staggering, reduced motion → interaction-design.md - Forms, focus states, loading patterns → responsive-design.md - Mobile-first, fluid design, container queries → ux-writing.md - Button labels, error messages, empty states
Critical quality check: If you showed this interface to someone and said "AI made this," would they believe you immediately?
/i-audit on existing components/i-normalize to align with system/i-polish before shipping/i-audit → document issues/i-critique → UX review/i-simplify → strip to essence# For Claude Code projects
cp -r ~/agent-skills/extended/impeccable/.claude/* ~/.claude/
# Or project-specific
cp -r ~/agent-skills/extended/impeccable/.claude/* your-project/.claude/