design-taste-frontend

Generates non-templated frontend interfaces for landing pages, portfolios, and redesigns using brief-driven design rules.

Updated Jul 15, 2026
One-click install
npx skills add https://github.com/Alex918-stack/papertrader --skill design-taste-frontend-alex918-stack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-taste-frontend
Source: https://github.com/Alex918-stack/papertrader/tree/main/.agents/skills/design-taste-frontend
Command: npx skills add https://github.com/Alex918-stack/papertrader --skill design-taste-frontend-alex918-stack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? LLM-generated frontend code tends to look templated: purple gradients, centered heroes, three equal feature cards, and generic glassmorphism. This Skill forces the agent to read the brief first, infer the right design direction, and apply strict anti-default rules so the output does not look like generic AI slop. ## 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: Selects official packages (Fluent, Material, Carbon, Polaris, shadcn/ui, Tailwind v4) when the brief matches a real system, and gives honest implementation guidance for aesthetics like glassmorphism, bento, and brutalism. - Hard Layout and Pre-Flight Rules: Enforces hero viewport fit, eyebrow restraint, CTA contrast and single-intent rules, palette locks, and layout-family diversification. - Use Case: Ask for a redesign of a premium consumer landing page and receive a Next.js + Tailwind v4 implementation with a non-default palette, real image assets, and a passing pre-flight audit. ## Quick Start Redesign my landing page so it feels like a Linear-style minimalist SaaS site and does not look AI-generated.

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 reads page kind, vibe words, references, and audience before coding. Then apply anti-default rules: avoid purple gradients and centered heroes, lock one accent color, limit eyebrow labels, and diversify section layout families.

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. If you own the components, shadcn/ui works well; for enterprise briefs, reach for official packages like Fluent, Carbon, or Material instead of recreating their CSS.

Does this approach work with Next.js Server Components?

Yes. The default stack is Next.js with React Server Components for static layouts. Any component using Motion, scroll listeners, or pointer physics must be an isolated client leaf with 'use client', and global state providers must be wrapped in a client component.

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

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 fits in two lines with CTAs visible without scrolling.

What are the limitations of this frontend design approach?

It is scoped to landing pages, portfolios, and redesigns, not dashboards, data tables, or multi-step product UI. It also depends on available image-generation tools or real photography sources, since text-only pages are treated as incomplete work.