design-taste-frontend

Generates non-templated landing pages, portfolios, and redesigns using inferred design direction and pre-flight audits.

Updated Aug 25, 2026
One-click install
npx skills add https://github.com/KlyrhonMiko/kly-skills --skill design-taste-frontend-klyrhonmiko
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: design-taste-frontend
Source: https://github.com/KlyrhonMiko/kly-skills/tree/main/data/skills/design-taste-frontend
Command: npx skills add https://github.com/KlyrhonMiko/kly-skills --skill design-taste-frontend-klyrhonmiko

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 clichés. ## 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 and Pre-Flight Audit: Selects official design systems (Fluent, Material, Carbon, shadcn/ui, Tailwind v4) when applicable, bans AI-tell patterns (default serifs, beige-brass palettes, eyebrow overuse, zigzag repetition), and enforces accessibility contrast checks. - 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, locks one accent color, and audits the hero, nav, and CTAs against hard layout rules before shipping. ## Quick Start Use the design-taste-frontend skill to build a landing page for my SaaS product targeting technical buyers with a clean 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 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 banned defaults like purple gradients and centered heroes.

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

For indie and small-team SaaS builds, Tailwind v4 utilities with a dark variant are the default. For enterprise contexts, use official packages like Fluent UI for Microsoft-style products, Carbon for IBM-style B2B, or shadcn/ui when you want to own the component code.

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', 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 font or the aesthetic is genuinely editorial, luxury, or heritage. For creative agencies, portfolios, and modern brands, default to sans-serif display fonts like Geist Display or Cabinet Grotesk.

Why do AI-built websites all look the same?▼

LLMs default to recognizable patterns: AI-purple gradients, centered heroes, three equal feature cards, Inter font, eyebrows above every section, and zigzag image-text layouts. Avoiding these requires explicit anti-default rules, palette rotation, and mechanical pre-flight checks.

What are the limitations of this frontend design skill?▼

It targets landing pages, portfolios, and redesigns only, not dashboards, data tables, or multi-step product UI. It also requires real image assets for quality output, so without an image-generation tool or stock sources it leaves labeled placeholder slots instead.