design-taste-frontend

Generates landing pages, portfolios, and redesigns with brief-driven design systems and anti-default layout rules.

2|Updated Aug 2, 2026
One-click install
npx skills add https://github.com/Uri-Wernik/cyber-learning --skill design-taste-frontend-uri-wernik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-taste-frontend
Source: https://github.com/Uri-Wernik/cyber-learning/tree/main/.agents/skills/design-taste-frontend
Command: npx skills add https://github.com/Uri-Wernik/cyber-learning --skill design-taste-frontend-uri-wernik

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI-generated frontend code tends to look templated: purple gradients, centered heroes, three equal cards, and generic glassmorphism. This Skill forces the agent to read the brief first, infer the right design direction, and ship interfaces that avoid recognizable LLM defaults. ## Core Features & Use Cases - Brief Inference and Design Read: Analyzes page kind, vibe words, references, audience, and constraints, then declares a one-line design direction before writing code. - Three-Dial Configuration: Tunes DESIGN_VARIANCE, MOTION_INTENSITY, and VISUAL_DENSITY based on the brief, with presets for SaaS landings, portfolios, editorial sites, and public-sector services. - Design System Mapping: Selects official packages (Fluent, Material 3, Carbon, Polaris, GOV.UK Frontend, shadcn/ui, Tailwind v4) when the brief matches a real system, and honestly implements aesthetics like bento, brutalism, or glassmorphism when it does not. - Pre-Flight Layout Discipline: Enforces hard rules on hero sizing, eyebrow restraint, CTA contrast, bento cell counts, zigzag caps, and palette consistency before shipping. - Use Case: Ask for a redesign of a premium consumer brand landing page and receive a React/Next.js + Tailwind v4 implementation with a non-default palette, real image assets, and a full audit against the anti-slop checklist. ## Quick Start Redesign my landing page for a premium cookware brand using the design-taste-frontend skill and avoid the usual beige-and-brass AI look.

Frequently Asked Questions about design-taste-frontend

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

FAQPage Schema
How do I make AI-generated landing pages not look templated?

Start by inferring the design direction from the brief: page kind, audience, vibe words, and references. Then set variance, motion, and density dials, pick an appropriate design system or aesthetic family, and audit the output against anti-default rules like the eyebrow restraint and palette consistency locks.

What design system should I use for a SaaS landing page?

For modern SaaS marketing pages, Tailwind v4 utilities with shadcn/ui components is the default recommendation. If the brief matches an enterprise ecosystem, use the official package such as Fluent for Microsoft-style products or Carbon for IBM-style B2B analytics.

Can I use Framer Motion with Next.js Server Components?

Yes, but interactive components using Motion, scroll listeners, or pointer physics must be isolated leaf components with 'use client' at the top. Import from motion/react, and use useMotionValue instead of useState for continuous values like scroll progress.

Why does my hero section push the CTA below the fold?

Hero overflow usually comes from oversized headlines or excessive top padding. Keep headlines to two lines maximum, subtext under 20 words, top padding at or below pt-24, and use min-h-[100dvh] instead of h-screen to avoid mobile viewport jumps.

When is it acceptable to use serif fonts in web design?

Serif is appropriate only when the brand brief explicitly names a serif or the aesthetic is genuinely editorial, luxury, or heritage. For creative agencies, portfolios, and modern brands, sans-serif display fonts like Geist Display or Cabinet Grotesk are the correct default.

What are the limitations of Apple Liquid Glass on the web?

Apple documents Liquid Glass only for Apple platforms; there is no official web package. Web implementations are approximations using backdrop-filter, layered borders, and highlights, and should be labeled as such with a solid-fill fallback for reduced transparency.