frontend-design

Guides distinctive visual design decisions for building or reshaping web UI.

1|Updated Jul 1, 2026
One-click install
npx skills add https://github.com/ginaecho/skill-achievability-compiler --skill frontend-design-ginaecho
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: frontend-design
Source: https://github.com/ginaecho/skill-achievability-compiler/tree/main/demo/real-skill-cases/natural-language/frontend-design
Command: npx skills add https://github.com/ginaecho/skill-achievability-compiler --skill frontend-design-ginaecho

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI-generated web designs tend to cluster around a few templated looks, producing pages that read as generic defaults rather than intentional choices. This Skill provides a design-lead workflow for creating distinctive, brief-specific visual identities with deliberate typography, color, layout, and copy. ## Core Features & Use Cases - Design planning workflow: Brainstorm a compact token system covering color (4-6 named hex values), type roles, layout concepts with ASCII wireframes, and a single signature element before writing code. - Anti-template calibration: Identifies common AI-generated design defaults (cream/serif/terracotta, dark/acid accent, broadsheet layouts) and pushes choices toward brief-specific directions. - Self-critique and restraint: Reviews plans against the brief, spends boldness on one signature element, and enforces a quality floor including responsive layout, keyboard focus, and reduced motion. - Use Case: When asked to build a landing page for a new product, use this Skill to first define the subject, audience, and page goal, then produce a design plan with a distinctive palette, type pairing, and signature element before implementing the HTML/CSS. ## Quick Start Use the frontend-design skill to design and build a distinctive landing page for my product brief, starting with a design plan before writing any code.

Frequently Asked Questions about frontend-design

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

FAQPage Schema
How do I avoid generic AI-generated web design?▼

Ground every choice in the subject's own world: its materials, artifacts, and vernacular. Plan a compact token system with named hex colors, deliberate type pairings, and one signature element, then critique the plan against the brief before coding.

How to plan a web page design before writing code?▼

Create a design plan covering color as 4-6 named hex values, typefaces for display and body roles, a layout concept with ASCII wireframes, and a single signature element. Review it for generic defaults, revise, then implement following the plan exactly.

What are common AI-generated design defaults to avoid?▼

Three recurring looks are a cream background with serif display and terracotta accent, a near-black background with an acid-green accent, and broadsheet layouts with hairline rules. Use them only when the brief explicitly calls for that direction.

Does this design guidance work for existing UI redesigns?▼

Yes, it applies both to building new UI and reshaping an existing one. The same process holds: pin down the subject and audience, plan the visual direction, critique it against the brief, and execute with restraint around one signature element.

Why do CSS styles cancel each other out in generated pages?▼

Conflicting selector specificity, such as a type-based class like .section clashing with an element-based class like .cta, often cancels paddings and margins between sections. Structure selector specificity carefully when writing the CSS.