design-taste-frontend

Generates non-templated landing pages, portfolios, and redesigns using brief inference and design system rules.

3|Updated Jul 28, 2026
One-click install
npx skills add https://github.com/marcmarti9/agentit --skill design-taste-frontend-marcmarti9
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: design-taste-frontend
Source: https://github.com/marcmarti9/agentit/tree/main/skills/design-taste-frontend
Command: npx skills add https://github.com/marcmarti9/agentit --skill design-taste-frontend-marcmarti9

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 apply disciplined layout, typography, color, and motion rules so the output does not look like default LLM slop. ## 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 code. - Three-Dial Configuration: Sets DESIGN_VARIANCE, MOTION_INTENSITY, and VISUAL_DENSITY from the brief or presets to gate every layout and animation decision. - Design System Mapping and Hard Rules: Selects official packages (Fluent, Material, Carbon, shadcn/ui, Tailwind v4) when applicable and enforces pre-flight checks on hero layout, eyebrows, CTAs, contrast, and palette consistency. - Use Case: Ask the agent to build a landing page for a B2B SaaS product; it declares a Linear-style minimalist read, picks Tailwind v4 with Geist, and ships an asymmetric hero with restrained motion that passes the pre-flight audit. ## Quick Start Use the design-taste-frontend skill to build a landing page for my SaaS product based on this brief.

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, vibe words, audience, and references. Then set variance, motion, and density dials and enforce anti-default rules that ban purple gradients, centered heroes, and generic three-card layouts.

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, or shadcn/ui when you want to own the components. Enterprise briefs map to official packages like Fluent, Carbon, or Material instead of hand-written CSS.

Does this approach work with Next.js 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 client 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 creative and premium briefs, default to sans display fonts like Geist Display or Cabinet Grotesk.

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

Common failures include white text on white buttons, low-contrast form placeholders, and ghost buttons over photos. The pre-flight audit requires WCAG AA contrast 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 targets landing pages, portfolios, and redesigns, not dashboards, data tables, or multi-step product UI. All rules are contextual and fire only after reading the brief, so it does not replace a full product design system workflow.