frontend-design

Guides creation of distinctive, non-templated visual designs for web UI projects.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI-generated web designs tend to cluster around a few generic looks—cream backgrounds with serif displays, dark themes with acid accents, or broadsheet layouts—making pages feel templated. This Skill provides a structured design methodology that produces intentional, subject-specific visual identities instead of defaults. ## Core Features & Use Cases - Design Planning Framework: Brainstorm a compact token system covering color (4-6 named hex values), typography (display, body, and utility faces), layout concepts with ASCII wireframes, and a single signature element. - Self-Critique Process: Review plans against the brief before building, revise anything that reads as a generic default, then critique again during implementation. - Copywriting Guidance: Write interface copy with active voice, consistent action naming, and purposeful error and empty states. - Use Case: When asked to build a landing page for a new product, use this Skill to ground the design in the subject's own world, choose a distinctive palette and type pairing, and take one justified aesthetic risk rather than producing a template look. ## Quick Start Use the frontend-design skill to create a distinctive landing page design for my new product with a deliberate color palette, typography pairing, and one signature visual element.

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?

Ground the design in the subject's own world—its materials, artifacts, and vernacular—rather than reaching for default looks. 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.

What is a good process for planning a website visual design?

Work in two passes: first brainstorm a design plan covering color, typography, layout concepts with ASCII wireframes, and a signature element. Then review the plan for generic defaults, revise weak parts, and only then write the code following the revised plan exactly.

How do I choose typography for a web design project?

Pair a characterful display face used with restraint with a complementary body face, plus a utility face for captions or data if needed. Set a clear type scale with intentional weights, widths, and spacing so the type treatment itself becomes a memorable part of the design.

When should I use animation in web design?

Use animation only where it serves the subject: a page-load sequence, scroll-triggered reveal, hover micro-interactions, or ambient atmosphere. One orchestrated moment usually lands harder than scattered effects, and excess animation can make a design feel AI-generated.

What are common mistakes in AI-generated CSS layouts?

A frequent issue is CSS selector specificity conflicts, where type-based and element-based classes cancel each other out, especially with paddings and margins between sections. Structure selectors carefully and derive every color and type decision from the design plan.