design-taste-frontend

Generates landing pages, portfolios, and redesigns with brief-driven design direction and anti-default rules.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/RavitejaKarra24/dotfiles --skill design-taste-frontend-ravitejakarra24
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-taste-frontend
Source: https://github.com/RavitejaKarra24/dotfiles/tree/main/agents/.agents/skills/design-taste-frontend
Command: npx skills add https://github.com/RavitejaKarra24/dotfiles --skill design-taste-frontend-ravitejakarra24

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI-generated frontend code tends to look templated: purple gradients, centered heroes, three equal cards, and Inter everywhere. This Skill forces the agent to read the brief first, infer the right design direction, and ship landing pages, portfolios, and redesigns that avoid recognizable LLM defaults. ## 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: 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: Routes briefs to official packages like Fluent UI, Carbon, Polaris, GOV.UK Frontend, shadcn/ui, or Tailwind v4 instead of hand-rolled approximations. - Pre-Flight Layout Rules: Enforces hard constraints on hero sizing, eyebrow frequency, CTA contrast, bento rhythm, palette consistency, and responsive collapse. - Use Case: Ask the agent to redesign a premium cookware brand landing page; it infers the audience, picks a non-default palette, selects typography, generates real imagery, and audits every section before shipping. ## Quick Start Ask the agent to build a landing page or portfolio from your brief and let it declare its design read before generating 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 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, avoid default patterns like purple gradients and centered heroes, and run a pre-flight audit of layout rules before shipping.

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

For modern SaaS marketing sites, Tailwind v4 utilities with shadcn/ui components is the default. Enterprise briefs map to official systems like Fluent UI, Carbon, or Primer instead of hand-rolled CSS recreations.

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

Yes, Next.js with React Server Components and Tailwind v4 is the default stack. Interactive components using Motion or scroll listeners must be isolated client components, and Tailwind v4 requires @tailwindcss/postcss rather than the v3 PostCSS plugin.

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 fonts like Geist Display or Cabinet Grotesk are the correct default.

Why do AI-built websites fail accessibility contrast checks?

Common failures include white text on white buttons, ghost buttons over photos without scrims, and low-contrast form placeholders. The skill mandates WCAG AA contrast audits (4.5:1 for body text, 3:1 for large text) on every button and form before shipping.

What are the limitations of this frontend design skill?

It explicitly excludes dashboards, data tables, and multi-step product UI, focusing only on landing pages, portfolios, and redesigns. It also requires real imagery from generation tools or stock sources rather than hand-rolled SVG illustrations.