high-end-visual-design

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

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/joaopaulotr/PesquiseMaisHealth --skill high-end-visual-design-joaopaulotr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: high-end-visual-design
Source: https://github.com/joaopaulotr/PesquiseMaisHealth/tree/main/.agents/skills/high-end-visual-design
Command: npx skills add https://github.com/joaopaulotr/PesquiseMaisHealth --skill high-end-visual-design-joaopaulotr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI-generated interfaces often look generic because they default to common fonts, flat cards, harsh shadows, and basic transitions. This Skill enforces a strict design system that produces agency-tier React, Tailwind, and HTML output. ## Core Features & Use Cases - Anti-Pattern Blocking: Bans default fonts (Inter, Roboto), generic borders, harsh shadows, and linear transitions that make designs look cheap. - 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 Rules: Defines Double-Bezel nested card architecture, button-in-button CTAs, staggered nav reveals, and cubic-bezier spring physics with GPU-safe animation constraints. - Use Case: Ask for a landing page for a SaaS product and receive a dark glassmorphic bento-grid layout with floating pill navigation, scroll-triggered fade-up reveals, and mobile-responsive collapse below 768px. ## 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, generic 1px borders, and linear transitions. This Skill enforces premium typography, nested card architecture, macro-whitespace, and spring-physics motion to produce agency-tier output.

How to build a glassmorphism landing page with Tailwind CSS?

Use a near-black background with radial mesh gradients, cards with backdrop-blur-2xl and white/10 hairline borders, and a floating pill navbar detached from the top. Restrict backdrop-blur to fixed or sticky elements to avoid mobile GPU repaints.

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 or Roboto. 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 on mobile devices?

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

Why do CSS animations cause mobile performance issues?

Animating layout properties like top, left, width, or height triggers continuous reflows. Animate only transform and opacity, avoid scroll event listeners in favor of IntersectionObserver, and never apply backdrop-blur to scrolling containers.