frontend-design

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

1|Updated Oct 20, 2024
One-click install
npx skills add https://github.com/SteveChandler/quiver --skill frontend-design-stevechandler
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: frontend-design
Source: https://github.com/SteveChandler/quiver/tree/main/.agents/skills/frontend-design
Command: npx skills add https://github.com/SteveChandler/quiver --skill frontend-design-stevechandler

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? AI-generated interfaces often look generic and templated, relying on overused fonts, default color palettes, and repetitive card layouts. This Skill guides the creation of distinctive, production-grade web interfaces that avoid recognizable AI design patterns. ## Core Features & Use Cases - Design Direction Guidance: Commits to a bold aesthetic direction covering typography, color, layout, motion, and interaction before writing code. - In-Depth Reference Guides: Provides detailed references on typography, color and contrast (OKLCH), spatial design, motion, interaction, responsive design, and UX writing. - Anti-Pattern Detection: Includes explicit DON'T guidelines that flag common AI-generated design fingerprints like gradient text, glassmorphism overuse, and identical card grids. - Use Case: When asked to build a landing page or dashboard, the Skill produces working HTML/CSS with fluid type scales, tinted neutral palettes, staggered entrance animations, and accessible focus states instead of generic template output. ## Quick Start Ask the AI to build a web page, component, or application interface and it will apply these design principles to generate polished, distinctive frontend code.

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 websites look less generic?▼

Commit to a bold aesthetic direction before coding, avoid overused fonts like Inter and Roboto, use OKLCH color functions with tinted neutrals, and vary spacing rhythm instead of uniform padding. Skip gradient text, glassmorphism, and identical card grids.

What fonts should I use instead of Inter or Roboto?▼

Use distinctive alternatives like Instrument Sans, Plus Jakarta Sans, Outfit, Onest, or Figtree for body text. For editorial or premium feels, consider Fraunces, Newsreader, or Lora. Pair a distinctive display font with a refined body font.

Does this design guidance support dark mode and accessibility?▼

Yes, the references cover dark mode theming with surface-based depth instead of shadows, WCAG contrast requirements (4.5:1 for body text), focus-visible rings, and prefers-reduced-motion alternatives for animations.

What CSS properties should I animate for smooth UI motion?▼

Animate only transform and opacity to avoid layout recalculation. Use exponential easing curves like ease-out-quart, keep durations between 100-500ms, and use grid-template-rows transitions for height animations instead of animating height directly.

When should I avoid using cards in interface layouts?▼

Avoid cards when spacing and alignment can create visual grouping naturally. Never nest cards inside cards, and skip identical card grids with icon plus heading plus text patterns, which make interfaces look templated.