design-taste-frontend

Generates anti-template frontend designs for landing pages, portfolios, and redesigns.

1|Updated Aug 6, 2026
One-click install
npx skills add https://github.com/luce12/agent-dev-workflow --skill design-taste-frontend-luce12
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: design-taste-frontend
Source: https://github.com/luce12/agent-dev-workflow/tree/main/toolkits/taste-skill
Command: npx skills add https://github.com/luce12/agent-dev-workflow --skill design-taste-frontend-luce12

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI-generated frontend code tends to fall back on the same templated aesthetics: purple gradients, centered heroes, three equal feature cards, and generic glassmorphism. This Skill forces the agent to read the brief first, infer the right design direction, and ship interfaces that do not look machine-generated. ## Core Features & Use Cases - Brief Inference and Design Read: Classifies page kind, vibe words, audience, and constraints before writing code, then declares a one-line design direction. - Three-Dial Configuration: Tunes DESIGN_VARIANCE, MOTION_INTENSITY, and VISUAL_DENSITY with signal-based inference tables and use-case presets. - Design System Mapping: Selects official packages (Fluent, Material, Carbon, Polaris, shadcn/ui, Tailwind v4) when the brief matches a real system instead of hand-rolling CSS. - Hard Layout and Accessibility Rules: Enforces hero viewport fit, eyebrow restraint, CTA contrast checks, palette locks, and a mechanical pre-flight audit. - Use Case: Ask the agent to redesign a premium consumer landing page; it will avoid the banned beige-and-brass default palette, pick a differentiated color family, generate real image assets, and pass a pre-flight checklist before shipping. ## Quick Start Redesign my SaaS landing page using the design-taste-frontend skill so it does not look like a generic AI template.

Frequently Asked Questions about design-taste-frontend

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

FAQPage Schema
How do I stop AI-generated landing pages from looking templated?▼

Start with a brief inference step that classifies page kind, audience, and vibe before coding, then set variance, motion, and density dials. Enforce anti-default rules banning purple gradients, centered heroes, and equal feature cards, and run a mechanical pre-flight audit.

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

For modern SaaS marketing sites, Tailwind v4 utilities with the dark variant are the default. If the brief matches an official system like Fluent, Material 3, Carbon, or Polaris, install that official package instead of recreating its CSS by hand.

Does this approach work with Next.js and React Server Components?▼

Yes, the default stack is React or Next.js with Server Components. Any component using Motion, scroll listeners, or pointer physics must be an isolated leaf with 'use client', while Server Components render static layouts only.

When should I use serif fonts in web design?▼

Serif is discouraged as a default and only acceptable when the brand brief names a serif or the aesthetic is genuinely editorial, luxury, or heritage. For emphasis inside headlines, use italic or bold of the same font rather than mixing families.

Why do AI-built sites fail accessibility contrast checks?▼

Common failures include white text on white buttons, ghost buttons over photos without scrims, and low-contrast form placeholders. The pre-flight audit requires WCAG AA ratios of 4.5:1 for body text and 3:1 for large text on every CTA and form.

What are the limitations of this frontend design skill?▼

It explicitly excludes dashboards, data tables, and multi-step product UI, focusing only on landing pages, portfolios, and redesigns. It also requires real image assets, so environments without image generation or stock access need user-supplied photography.