design-taste-frontend

Generates landing pages, portfolios, and redesigns with inferred design direction and pre-flight audits.

Updated Sep 16, 2026
One-click install
npx skills add https://github.com/PT-Perkasa-Pilar-Utama/axentra --skill design-taste-frontend-pt-perkasa-pilar-utama
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: design-taste-frontend
Source: https://github.com/PT-Perkasa-Pilar-Utama/axentra/tree/main/.claude/skills/design-taste-frontend
Command: npx skills add https://github.com/PT-Perkasa-Pilar-Utama/axentra --skill design-taste-frontend-pt-perkasa-pilar-utama

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI-generated frontend output 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 ship interfaces that avoid those default patterns. ## 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 per brief, with presets for SaaS landings, portfolios, editorial sites, and public-sector services. - Design System Mapping and Pre-Flight Audit: Selects official packages (Fluent, Material, Carbon, shadcn/ui, Tailwind v4) when applicable, and enforces mechanical checks on eyebrows, CTAs, contrast, hero layout, and palette consistency. - Use Case: Ask for a redesign of a B2B SaaS landing page and receive a Linear-style minimalist build with restrained motion, one locked accent color, and a passing pre-flight checklist. ## Quick Start Redesign my SaaS landing page to feel Linear-clean and minimalist, then run the full pre-flight audit before shipping.

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 set variance, motion, and density dials, avoid default patterns like purple gradients and centered heroes, and run a pre-flight audit before shipping.

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. If the brief matches an official system like Fluent, Material 3, Carbon, or shadcn/ui, install that official package instead of recreating its CSS by hand.

Can I use Framer Motion with React Server Components?▼

Yes, but any component using Motion, scroll listeners, or pointer physics must be an isolated leaf with 'use client' at the top. Import from motion/react in new code, and use useMotionValue instead of useState for continuous values like scroll progress.

Why does my hero section jump 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, and keep hero top padding at or below pt-24 so content does not float halfway down the viewport.

When should I not use this frontend design approach?▼

This Skill targets landing pages, portfolios, and redesigns, not dashboards, data tables, or multi-step product UI. For dense application interfaces, use a mature design system like Carbon or Fluent directly with their data-density patterns.