design-taste-frontend

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

1|Updated Jan 10, 2024
One-click install
npx skills add https://github.com/noemdb/cfla --skill design-taste-frontend-noemdb
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: design-taste-frontend
Source: https://github.com/noemdb/cfla/tree/main/.agents/skills/design-taste-frontend
Command: npx skills add https://github.com/noemdb/cfla --skill design-taste-frontend-noemdb

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 infer the right design direction from the brief, pick an appropriate design system or aesthetic, and audit the output against strict layout, typography, color, and accessibility rules before shipping. ## Core Features & Use Cases - Brief Inference & Design Read: Analyzes page kind, vibe words, references, audience, and constraints to declare a one-line design direction before writing code. - 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, Polaris, GOV.UK Frontend, shadcn/ui, Tailwind v4) when the brief matches a real system, and gives honest implementation guidance for aesthetics like glassmorphism, bento, and brutalism. - Pre-Flight Audit Rules: Enforces hard constraints on hero layout, eyebrow frequency, CTA contrast and wrapping, palette consistency, corner-radius discipline, and responsive fallbacks. - Use Case: Ask for a redesign of a premium cookware landing page and receive a React/Tailwind implementation with a non-default palette, real image assets, and a layout that passes the built-in anti-slop checklist. ## Quick Start Redesign my SaaS landing page so it looks like a Linear-style minimalist site, and audit it against your pre-flight checklist before showing me the code.

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 look less generic?▼

Start by inferring the design direction from the brief: page kind, audience, vibe words, and references. Then set variance, motion, and density dials, pick a matching design system or aesthetic, and audit the result against rules banning default patterns like purple gradients and centered heroes.

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

Match the system to the brief: Fluent for Microsoft-style enterprise, Material 3 for Google-flavored UI, Carbon for IBM-style B2B, GOV.UK Frontend or USWDS for public sector, and Tailwind v4 with shadcn/ui for modern SaaS. Use one system per project and install the official package rather than recreating its CSS.

Does this skill work with Next.js Server Components?▼

Yes, it defaults to React Server Components for static layouts. Any component using Motion, scroll listeners, or pointer physics must be an isolated leaf with 'use client' at the top, and global state providers must be wrapped in a client component.

When should I use serif fonts in web design?▼

Serif is appropriate only 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, and use italic or bold of the same family for emphasis.

Why does my hero section break on mobile Safari?▼

Using h-screen for full-height heroes causes layout jumps because of the iOS Safari address bar. Use min-h-[100dvh] instead, keep hero top padding at or below pt-24, and ensure the headline, subtext, and CTA fit in the initial viewport.

What are the limitations of this frontend design skill?▼

It is scoped to landing pages, portfolios, editorial sites, and redesigns, 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 of fake CSS illustrations.