design-taste-frontend

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

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/dylinmat/design-skills-plugin --skill design-taste-frontend-dylinmat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-taste-frontend
Source: https://github.com/dylinmat/design-skills-plugin/tree/main/plugins/design/skills/design-taste-frontend
Command: npx skills add https://github.com/dylinmat/design-skills-plugin --skill design-taste-frontend-dylinmat

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? LLM-generated frontend code tends to fall back on templated aesthetics: AI-purple gradients, centered heroes, generic card grids, and default fonts. 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: Analyzes page kind, vibe words, references, audience, and constraints, then declares a one-line design direction before writing any 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: Routes briefs to official packages (Fluent, Material 3, Carbon, Polaris, shadcn/ui, Tailwind v4) instead of hand-rolled CSS, with honesty rules for aesthetic-only directions. - Mandatory Pre-Flight Audits: Enforces hard layout rules covering hero fit, eyebrow restraint, CTA contrast, palette locking, bento rhythm, and zigzag caps before shipping. - Use Case: Ask for a redesign of a B2B SaaS landing page and receive a Linear-style minimalist build using Tailwind v4, Motion, Geist typography, and real generated imagery, with every section passing the layout audit. ## Quick Start Redesign my SaaS landing page to feel like Linear, using Tailwind and Motion, and audit the layout before shipping.

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 reads page kind, vibe words, references, and audience before writing code. Then set variance, motion, and density dials, avoid default patterns like purple gradients and centered heroes, and run a pre-flight layout audit 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 recommendation. Enterprise briefs map to official packages like Fluent, Carbon, or Material 3 instead of hand-rolled CSS.

Does this work with Next.js Server Components?

Yes, the default stack is React or Next.js with Server Components. Interactive elements using Motion, scroll listeners, or pointer physics must be isolated in client components marked with 'use client', while server components render static layouts.

Why does my hero section break on mobile Safari?

Using h-screen for full-height heroes causes layout jumping when the iOS Safari address bar collapses. Use min-h-[100dvh] instead, and keep hero top padding at or below pt-24 so content fits the initial viewport.

When should I not use this frontend design approach?

This skill targets landing pages, portfolios, and redesigns, not dashboards, data tables, or multi-step product UI. For dense application interfaces, use an official design system like Carbon or Fluent directly.