design-taste-frontend

Generates non-templated frontend interfaces for landing pages, portfolios, and redesigns using React, Tailwind, and Motion.

Updated Aug 6, 2026
One-click install
npx skills add https://github.com/ferrarifankid04/ai-skills-public --skill design-taste-frontend-ferrarifankid04
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-taste-frontend
Source: https://github.com/ferrarifankid04/ai-skills-public/tree/main/claude-code/skills/design-taste-frontend
Command: npx skills add https://github.com/ferrarifankid04/ai-skills-public --skill design-taste-frontend-ferrarifankid04

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? LLM-generated frontend code tends to look templated: AI-purple gradients, centered heroes, three equal feature cards, and default Inter typography. This Skill forces the agent to read the brief first, infer the right design direction, and ship landing pages, portfolios, and redesigns that do not look like generic AI output. ## 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 read. - Three-Dial Configuration: Tunes DESIGN_VARIANCE, MOTION_INTENSITY, and VISUAL_DENSITY with presets for SaaS landings, portfolios, editorial sites, and public-sector services. - Design System Mapping: Selects official packages (Fluent, Material, Carbon, Polaris, GOV.UK Frontend, shadcn/ui, Tailwind v4) when the brief matches a real system instead of hand-rolling CSS. - Anti-Slop Directives and Pre-Flight Audit: Enforces rules on typography, color palettes, hero layout, eyebrows, CTAs, contrast, and image strategy, with a mechanical pre-flight check before shipping. - Use Case: Ask the agent to redesign a SaaS landing page; it declares a design read, picks Tailwind v4 plus Motion, generates real image assets, and audits the result against layout and accessibility rules. ## Quick Start Use the design-taste-frontend skill to build a landing page for my B2B SaaS product with a Linear-style minimalist feel.

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 coding. Then set variance, motion, and density dials, avoid default patterns like purple gradients and centered heroes, and run a pre-flight audit on layout and contrast.

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 you own the components, shadcn/ui works well; for enterprise contexts, match the brief to official systems like Fluent, Carbon, or Material instead of recreating their CSS.

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

Yes, it defaults to React or Next.js with Server Components. Interactive components using Motion, scroll listeners, or pointer physics must be isolated client leaves with 'use client', and global state providers must be wrapped in a client component.

Framer Motion vs Motion library for React animations?

Motion is the current name of the library formerly known as Framer Motion, imported from motion/react. The framer-motion package still works as a legacy alias, but new code should prefer motion/react with useMotionValue for continuous values.

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 workflow with an official design system like Carbon or Fluent directly.