frontend-design

Generate production-grade frontend interfaces with distinctive typography, color, layout, and motion design.

Updated Dec 18, 2025
One-click install
npx skills add https://github.com/l0lxl0lw/dotfiles --skill frontend-design-l0lxl0lw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: frontend-design
Source: https://github.com/l0lxl0lw/dotfiles/tree/main/ai/shared/skills/impeccable/frontend-design
Command: npx skills add https://github.com/l0lxl0lw/dotfiles --skill frontend-design-l0lxl0lw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? AI-generated interfaces tend to converge on generic, templated aesthetics—default fonts, purple gradients, card grids, and dark mode with neon accents. This Skill guides the creation of distinctive, production-grade web interfaces that avoid recognizable AI design patterns. ## Core Features & Use Cases - Design Direction Framework: Commits to a bold aesthetic direction (brutalist, editorial, retro-futuristic, etc.) with defined purpose, tone, and differentiation before writing code. - Comprehensive Design References: Includes in-depth guides for typography, color and contrast (OKLCH), spatial design, motion, interaction, responsive design, and UX writing. - Context Gathering Protocol: Requires confirmed design context (audience, use cases, brand tone) from instructions or a .impeccable.md file before any design work begins. - Use Case: Ask for a landing page for a specialty coffee brand, and receive a complete interface with fluid typography, a tinted-neutral OKLCH palette, staggered entrance animations, and accessible focus states—rather than a generic template. ## Quick Start Ask the assistant to design and build a landing page or web component for your product, providing your target audience, use cases, and desired brand tone.

Frequently Asked Questions about frontend-design

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I make AI-generated web designs look less generic?

Commit to a bold aesthetic direction with intentional typography, tinted-neutral OKLCH color palettes, and varied spatial rhythm. Avoid default fonts like Inter, purple-to-blue gradients, identical card grids, and dark mode with neon accents.

What design context does this skill need before building interfaces?

It requires target audience, use cases, and brand personality or tone. Context comes from loaded instructions or a .impeccable.md file in the project root; it cannot be inferred from reading the codebase.

Why use OKLCH instead of HSL for CSS color palettes?

OKLCH is perceptually uniform, so equal lightness steps look equal across hues, unlike HSL. It also makes it easy to build tinted neutrals and consistent light and dark variants of a brand color.

Which CSS properties should be animated for smooth UI motion?

Animate only transform and opacity, since other properties trigger layout recalculation. For height animations like accordions, transition grid-template-rows from 0fr to 1fr instead of animating height directly.

Does this skill handle accessibility requirements like focus states and reduced motion?

Yes. The references cover focus-visible rings, WCAG contrast ratios, 44px touch targets, keyboard navigation patterns, and prefers-reduced-motion alternatives for animations.