design-taste-frontend

Generates non-templated frontend designs for landing pages, portfolios, and redesigns using inferred design direction.

Updated Jul 1, 2026
One-click install
npx skills add https://github.com/w0lzard/Wolzard-s-Marketplace --skill design-taste-frontend-w0lzard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-taste-frontend
Source: https://github.com/w0lzard/Wolzard-s-Marketplace/tree/main/plugins/personal-skills/skills/design-taste-frontend
Command: npx skills add https://github.com/w0lzard/Wolzard-s-Marketplace --skill design-taste-frontend-w0lzard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI-generated frontend code tends to look templated and generic, repeating the same purple gradients, centered heroes, and three-card layouts. This Skill forces the agent to read the brief first, infer the right design direction, and ship interfaces that avoid recognizable LLM design defaults. ## 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 services. - Design System Mapping: Selects official packages (Fluent, Material, Carbon, Polaris, shadcn/ui, Tailwind v4) when the brief matches a real system, and gives honest implementation guidance for aesthetics like glassmorphism, bento, and brutalism. - Pre-Flight Layout Rules: Enforces hard constraints on hero sizing, eyebrow frequency, CTA contrast, palette consistency, and section-layout diversity. - Use Case: Ask for a redesign of a premium cookware landing page and receive a React/Tailwind implementation with a deliberate non-default palette, real image assets, and a layout that passes the anti-slop checklist. ## Quick Start Use the design-taste-frontend skill to build a landing page for my SaaS product with a calm, Linear-style aesthetic.

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 before shipping.

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

For modern SaaS marketing sites, Tailwind v4 utilities with shadcn/ui components is the default. 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 Component with 'use client' at the top, and continuous values must use useMotionValue instead of useState.

Which icon libraries are recommended for frontend projects?

The preferred order is @phosphor-icons/react, hugeicons-react, @radix-ui/react-icons, then @tabler/icons-react. Lucide is discouraged unless already in the project, hand-rolled SVG icons are banned, and only one icon family should be used per project.

Why does my AI-generated hero section look broken on mobile?

Common causes are using h-screen instead of min-h-[100dvh], which breaks on iOS Safari, oversized headline fonts forcing four-line wraps, and excessive top padding. Cap hero top padding at pt-24 and keep headlines to two lines maximum.

When should I not use 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, use a component-driven design system workflow instead of aesthetic-direction guidance.