frontend-design

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

2|1|Updated Jun 9, 2026
One-click install
npx skills add https://github.com/zester4/zilmate --skill frontend-design-zester4
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: frontend-design
Source: https://github.com/zester4/zilmate/tree/main/.agents/skills/frontend-design
Command: npx skills add https://github.com/zester4/zilmate --skill frontend-design-zester4

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—regardless of the subject. This Skill provides a structured design methodology that produces intentional, subject-specific visual identities instead of templated defaults. ## Core Features & Use Cases - Design Planning Framework: Brainstorm a compact token system covering color palettes (4-6 named hex values), typography pairings, layout concepts with ASCII wireframes, and a single signature element before writing code. - Self-Critique Process: Review design plans against the brief to detect generic defaults, revise them, and critique the built result using screenshots when available. - Copywriting Guidance: Write interface copy with active voice, plain verbs, consistent action naming, and purposeful error and empty states. - Use Case: When asked to build a landing page for a specialty coffee roaster, use this Skill to derive the palette and typography from the roaster's world rather than falling back on a generic hero-with-gradient layout. ## Quick Start Design a landing page for my project using the frontend-design skill, with a distinctive visual direction grounded in the product's subject matter.

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 every design choice in the subject's own world—its materials, artifacts, and vernacular—rather than defaulting to common patterns. Plan a token system with named hex colors, deliberate type pairings, and one signature element, then critique the plan for generic choices before coding.

What is a design token system for web pages?

A design token system is a compact plan defining color as 4-6 named hex values, typography with 2+ roles such as display and body faces, a layout concept, and a signature element. It ensures every color and type decision in the code derives from a deliberate plan.

How should typography be chosen for a website design?

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 animation be used in web design?

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

Why do CSS styles conflict between sections in generated pages?

Conflicts happen when selector specificities cancel each other out, such as a type-based selector like .section clashing with an element-based selector like .cta. This commonly affects paddings and margins between sections, so structure selectors carefully when writing the code.

What are the limitations of AI-generated design defaults?

AI designs cluster around three looks: cream backgrounds with serif displays and terracotta accents, near-black backgrounds with acid-green accents, and broadsheet layouts with hairline rules. These are defaults rather than choices, so they should only be used when the brief explicitly calls for them.