design-taste-frontend

Generates landing pages, portfolios, and redesigns with brief-driven design systems and pre-flight audits.

Updated Jul 20, 2026
One-click install
npx skills add https://github.com/yashmishra2006/LexWrite-Website --skill design-taste-frontend-yashmishra2006
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-taste-frontend
Source: https://github.com/yashmishra2006/LexWrite-Website/tree/main/.agents/skills/design-taste-frontend
Command: npx skills add https://github.com/yashmishra2006/LexWrite-Website --skill design-taste-frontend-yashmishra2006

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI-generated frontend code tends to look templated: purple gradients, centered heroes, generic cards, and default fonts. This Skill forces the agent to read the brief first, infer the right design direction, and ship landing pages, portfolios, and redesigns that avoid recognizable AI design clichés. ## Core Features & Use Cases - Brief Inference and Design Read: Analyzes page kind, vibe words, references, audience, and constraints before writing code, then declares a one-line design direction. - 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 pages. - Design System Mapping: Selects official packages (Fluent, Material, Carbon, Polaris, GOV.UK, shadcn/ui, Tailwind v4) when the brief matches a real system instead of hand-rolling CSS. - Pre-Flight Layout Rules: Enforces hard constraints on hero sizing, eyebrow frequency, CTA contrast, bento rhythm, zigzag alternation, and palette consistency. - Use Case: Ask for a redesign of a premium consumer brand landing page and receive a Next.js + Tailwind page with a non-default palette, real image assets, and a passed pre-flight audit. ## Quick Start Redesign my landing page for a premium cookware brand using this 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 with a brief inference step that identifies page kind, audience, and vibe before coding. Then set variance, motion, and density dials, avoid default palettes like AI-purple gradients, and run a pre-flight audit covering hero sizing, eyebrow frequency, and CTA contrast.

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 established ecosystem like Microsoft, Google, or Shopify, use the official Fluent, Material, or Polaris packages instead of recreating their CSS.

Does this skill work with Next.js Server Components?

Yes, it defaults to React Server Components for static layouts. Any component using Motion, scroll listeners, or pointer physics must be isolated as a client leaf with 'use client', and continuous values must use useMotionValue instead of useState.

When should I avoid using this frontend design skill?

It is scoped to landing pages, portfolios, and redesigns, not dashboards, data tables, or multi-step product UI. For dense application interfaces, a component-library-driven approach with Carbon or Fluent is a better fit.

Why does my hero section break on mobile Safari?

Using h-screen causes layout jumps because of the iOS address bar. The skill mandates min-h-[100dvh] for full-height heroes, caps hero top padding at pt-24, and requires explicit mobile collapse rules for every multi-column section.