high-end-visual-design

Generates premium UI code with curated typography, spacing, shadows, and motion patterns.

1|Updated Jun 22, 2026
One-click install
npx skills add https://github.com/QlikL/pet-shop --skill high-end-visual-design-qlikl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: high-end-visual-design
Source: https://github.com/QlikL/pet-shop/tree/main/.trae/skills/high-end-visual-design
Command: npx skills add https://github.com/QlikL/pet-shop --skill high-end-visual-design-qlikl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI-generated interfaces often look generic and cheap, relying on default fonts, flat cards, harsh shadows, and instant state changes. This Skill enforces a strict design system that produces agency-tier web interfaces with deliberate typography, spatial rhythm, and physics-based motion. ## Core Features & Use Cases - Anti-Pattern Blocking: Bans generic fonts (Inter, Roboto, Arial), heavy icons, 1px gray borders, harsh drop shadows, and linear transitions that make designs look templated. - Variance Engine: Selects from texture archetypes (Ethereal Glass, Editorial Luxury, Soft Structuralism) and layout archetypes (Asymmetrical Bento, Z-Axis Cascade, Editorial Split) so each output is visually distinct. - Component & Motion Patterns: Provides concrete recipes for Double-Bezel nested cards, button-in-button CTAs, staggered navigation reveals, magnetic hover physics, and scroll-triggered entry animations using custom cubic-bezier curves. - Use Case: Ask for a landing page for a SaaS product and receive React/Tailwind code with a floating glass navbar, bento grid layout, spring-like hover interactions, and mobile-responsive collapse behavior. ## Quick Start Use the high-end-visual-design skill to build a premium landing page for my AI startup with a dark glass aesthetic and smooth scroll animations.

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, replaces flat cards with nested Double-Bezel containers, and uses custom cubic-bezier transitions instead of linear easing. Combining varied layout archetypes like asymmetrical bento grids also prevents repetitive output.

What fonts and icons should I use for premium web design?

Use premium typefaces such as Geist, Clash Display, PP Editorial New, or Plus Jakarta Sans instead of Inter, Roboto, or Arial. For icons, choose ultra-light line sets like Phosphor Light or Remix Line rather than thick-stroked Lucide or Material Icons.

Does this design approach work with Tailwind CSS and React?

Yes, all patterns are expressed in Tailwind utility classes and React-compatible code, including backdrop-blur glass effects, rounded-[2rem] squircle radii, and group-hover physics. Framer Motion's whileInView or IntersectionObserver handles scroll entry animations.

How do I animate UI elements without hurting mobile performance?

Animate only transform and opacity properties, never top, left, width, or height, to avoid layout reflows. Apply backdrop-blur only to fixed or sticky elements like navbars, and use IntersectionObserver instead of scroll event listeners for reveal animations.

Why should I avoid h-screen for full-height mobile sections?

The h-screen utility uses 100vh, which causes viewport jumping on iOS Safari when the browser chrome hides or shows. Use min-h-[100dvh] instead so sections adapt to the dynamic viewport height on mobile devices.