high-end-visual-design

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

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

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 identical. - 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 SaaS landing page and receive a dark glassmorphic bento grid with floating pill navigation, magnetic button hovers, and scroll-triggered fade-up reveals that collapse cleanly on mobile. ## Quick Start Use the high-end-visual-design skill to build a premium landing page for my AI startup with a dark glass 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 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 performance issues.

Does this design approach work on mobile viewports?

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

Why do backdrop-blur effects cause lag on mobile scrolling?

Backdrop-blur on scrolling containers forces continuous GPU repaints, causing frame drops. Apply blur only to fixed or sticky elements like navbars and overlays, and animate only transform and opacity properties.

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

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