frontend-design

Generate distinctive production-grade frontend interfaces with typography, color, motion, and interaction guidelines.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/AkaraChen/proxy-up --skill frontend-design-akarachen
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: frontend-design
Source: https://github.com/AkaraChen/proxy-up/tree/main/.agents/skills/frontend-design
Command: npx skills add https://github.com/AkaraChen/proxy-up --skill frontend-design-akarachen

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, gradient clichés, and repetitive card layouts. This Skill guides the creation of distinctive, production-grade frontend code with intentional aesthetic direction and refined design details. ## Core Features & Use Cases - Design Context Protocol: Enforces gathering target audience, use cases, and brand personality before any design work begins. - Aesthetic Guidelines: Covers typography, OKLCH color systems, spatial rhythm, motion timing, interaction states, responsive patterns, and UX writing with explicit do/don't rules. - Reference Library: Ships six in-depth reference documents on color, typography, motion, spatial design, interaction, and responsive design for on-demand consultation. - Use Case: When asked to build a landing page or dashboard, the Skill commits to a bold aesthetic direction, selects distinctive font pairings, builds an OKLCH-based palette, and implements polished, accessible, responsive code. ## Quick Start Ask the assistant to design and build a landing page for your product using the frontend-design skill, providing your target audience and 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 UI look less generic?▼

Commit to a bold aesthetic direction before coding: pick a distinctive tone, pair a unique display font with a refined body font, and build a cohesive OKLCH palette. Avoid overused fonts like Inter, gradient text, and identical card grids.

What design context does this skill need before starting?▼

It requires target audience, use cases, and brand personality. The skill checks loaded instructions, then a .impeccable.md file in the project root, and otherwise runs a teach-impeccable step before doing any design work.

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

The typography reference suggests Instrument Sans, Plus Jakarta Sans, or Outfit instead of Inter, and Onest, Figtree, or Urbanist instead of Roboto. For editorial feels, consider Fraunces, Newsreader, or Lora.

Does the skill support dark mode and accessibility requirements?▼

Yes. The color reference covers dark mode surface elevation, WCAG contrast ratios, and tinted neutrals, while the motion reference mandates prefers-reduced-motion handling and the interaction reference covers focus-visible states.

What CSS techniques does the skill recommend for animations?▼

Animate only transform and opacity, use exponential easing curves like ease-out-quart, follow the 100/300/500ms duration rule, and use grid-template-rows transitions for height animations instead of animating height directly.