design-taste-frontend

Generates non-templated frontend designs for landing pages, portfolios, and redesigns using brief inference and design systems.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/NarixHine/uni-chem --skill design-taste-frontend-narixhine
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: design-taste-frontend
Source: https://github.com/NarixHine/uni-chem/tree/main/.agents/skills/design-taste-frontend
Command: npx skills add https://github.com/NarixHine/uni-chem --skill design-taste-frontend-narixhine

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 card grids. 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, shadcn/ui, Tailwind v4, Radix) when the brief matches a real system, and gives honest implementation guidance for aesthetics like glassmorphism, bento, and brutalism. - Anti-Slop Rules and Pre-Flight Audit: Enforces typography discipline, color consistency locks, layout diversification, CTA contrast checks, and eyebrow restraint to eliminate common AI design tells. - Use Case: Ask for a redesign of a designer portfolio with an editorial vibe, and the agent declares a design read, picks native CSS with scroll-driven animation and custom typography, then ships an asymmetric layout that passes its pre-flight checklist. ## Quick Start Redesign my landing page with a Linear-style minimalist feel using the design-taste-frontend skill and avoid generic AI design patterns.

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 identifies page kind, audience, and vibe before writing code. Then configure variance, motion, and density dials, avoid default patterns like purple gradients and centered heroes, and run a pre-flight audit on typography, color consistency, and layout repetition.

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

For modern SaaS marketing sites, Tailwind v4 utilities with a dark variant is the default for indie and small teams. If you own the components, shadcn/ui works well; for accessible React foundations use Radix Themes. Pick one system per project and never mix them.

When should I use an official design system like Fluent or Carbon?▼

Use official packages when the brief clearly matches that ecosystem: Fluent for Microsoft-style enterprise, Carbon for IBM-style B2B analytics, Material for Google-flavored products, GOV.UK Frontend or USWDS for public-sector sites. Install the official package rather than recreating its CSS by hand.

Does this approach work for dashboards and data-heavy product UI?▼

No, the skill explicitly scopes itself to landing pages, portfolios, and redesigns. Dashboards, data tables, and multi-step product UI are out of scope and need different density and component patterns than the marketing-site rules defined here.

Why do AI-generated sites always use the same fonts and colors?▼

LLMs default to Inter, purple-blue gradients, and warm beige palettes because those dominate training data. The skill counters this with explicit bans on default serifs like Fraunces, the AI-purple rule, and the premium-consumer beige-and-brass palette ban, forcing deliberate rotation of alternatives.

What animation library does the skill recommend for React?▼

It recommends Motion, imported from motion/react, which is the successor to Framer Motion. Continuous values like scroll progress and pointer physics must use useMotionValue and useTransform instead of useState to avoid re-rendering the tree on every frame.