design-taste-frontend

Generates non-templated frontend interfaces for landing pages, portfolios, and redesigns using inferred design direction.

7|1|Updated Mar 29, 2024
One-click install
npx skills add https://github.com/aBgAmeuR/harmony --skill design-taste-frontend-abgameur
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-taste-frontend
Source: https://github.com/aBgAmeuR/harmony/tree/main/.agents/skills/design-taste-frontend
Command: npx skills add https://github.com/aBgAmeuR/harmony --skill design-taste-frontend-abgameur

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 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, GOV.UK Frontend) 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 hard layout rules (hero fits viewport, eyebrow restraint, CTA contrast checks, palette locks, zigzag caps) and audits output before shipping. - Use Case: Ask for a redesign of a premium consumer brand landing page and receive a React/Next.js + Tailwind implementation with a deliberate palette, typography pairing, and layout rhythm instead of the default beige-and-brass AI look. ## Quick Start Use the design-taste-frontend skill to build a landing page for my SaaS product with a calm, 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 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 anti-default rules before shipping.

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 systems like Fluent, Carbon, or Material instead of hand-rolled CSS.

Does this skill work with Next.js and Tailwind v4?

Yes, Next.js with React Server Components and Tailwind v4 is the default stack. For Tailwind v4 it uses @tailwindcss/postcss or the Vite plugin, and animations use the motion/react package with interactive components isolated as client leaves.

When should I use serif fonts in web design?

Serif is discouraged as a default and only appropriate when the brand brief names a serif or the aesthetic is genuinely editorial, luxury, or heritage. For creative agencies, portfolios, and premium consumer brands, sans-serif display faces like Geist Display or Cabinet Grotesk are the correct default.

Why do AI-generated websites all look the same?

Models default to recognizable patterns: purple gradients, centered heroes, three equal feature cards, Inter font, and an eyebrow label above every section. Avoiding this requires deliberate brief reading, palette rotation, layout family diversification, and mechanical pre-flight checks on the output.

What are the limitations of this frontend design skill?

It is scoped to landing pages, portfolios, and redesigns, not dashboards, data tables, or multi-step product UI. It also does not invent CSS for systems with official packages and treats aesthetics like Apple Liquid Glass as web approximations rather than official implementations.