high-end-visual-design

Generates premium agency-tier UI code with defined typography, spacing, card structures, and motion patterns.

Updated May 9, 2026
One-click install
npx skills add https://github.com/Aeonxuu/southtownslandservice_v2 --skill high-end-visual-design-aeonxuu
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: high-end-visual-design
Source: https://github.com/Aeonxuu/southtownslandservice_v2/tree/main/.agents/skills/high-end-visual-design
Command: npx skills add https://github.com/Aeonxuu/southtownslandservice_v2 --skill high-end-visual-design-aeonxuu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI-generated interfaces often look generic and cheap due to default fonts, flat cards, harsh shadows, and basic transitions. This Skill enforces a strict design system that produces high-end, agency-quality web interfaces. ## Core Features & Use Cases - Anti-Pattern Blocking: Bans default fonts (Inter, Roboto), generic borders, harsh shadows, and linear transitions that make designs look templated. - Creative Variance Engine: Selects from texture archetypes (Ethereal Glass, Editorial Luxury, Soft Structuralism) and layout archetypes (Asymmetrical Bento, Z-Axis Cascade, Editorial Split) so no two outputs look alike. - Component & Motion Mastery: Defines Double-Bezel nested card architecture, button-in-button CTAs, staggered nav reveals, and cubic-bezier spring physics, with GPU-safe performance guardrails. - Use Case: Ask for a landing page for an AI SaaS product and receive React/Tailwind code with mesh gradients, glassmorphic cards, magnetic button hovers, and scroll-triggered fade-up animations. ## Quick Start Use the high-end-visual-design skill to build a premium landing page for my SaaS product with a dark glassmorphic aesthetic.

Frequently Asked Questions about high-end-visual-design

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I make AI-generated UI designs look less generic?▼

Apply a strict design system that bans default fonts like Inter and Roboto, generic 1px gray borders, and linear transitions. This Skill enforces premium typography, nested card architecture, macro-whitespace, and spring-physics animations to produce agency-tier output.

How to build glassmorphism cards with Tailwind CSS?▼

Use the Double-Bezel technique: an outer shell with bg-white/5, ring-1 hairline border, and large radius wrapping an inner core with its own background and inset highlight. Add backdrop-blur-2xl only to fixed or sticky elements, never scrolling containers.

Does this design approach work on mobile viewports?▼

Yes, all asymmetric layouts collapse below 768px to single-column stacks with w-full and px-4 padding. Rotations and overlaps are removed on mobile, and min-h-[100dvh] replaces h-screen to prevent iOS Safari viewport jumping.

Why should scroll animations avoid window scroll event listeners?▼

Scroll event listeners fire continuously and cause layout reflows that degrade mobile performance. Use IntersectionObserver or Framer Motion's whileInView instead, and animate only transform and opacity properties to stay GPU-safe.

What fonts and icons does this design system recommend?▼

It recommends premium fonts like Geist, Clash Display, PP Editorial New, or Plus Jakarta Sans, and ultra-light icon sets such as Phosphor Light or Remix Line. Banned options include Inter, Roboto, Arial, Lucide, FontAwesome, and Material Icons.