high-end-visual-design

Generates premium agency-tier UI code with curated typography, spacing, and motion patterns.

Updated Sep 14, 2026
One-click install
npx skills add https://github.com/desarrolloainia/nuevo_circuito_mir --skill high-end-visual-design-desarrolloainia
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: high-end-visual-design
Source: https://github.com/desarrolloainia/nuevo_circuito_mir/tree/main/frontend/.agents/skills/high-end-visual-design
Command: npx skills add https://github.com/desarrolloainia/nuevo_circuito_mir --skill high-end-visual-design-desarrolloainia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI-generated interfaces often look generic and cheap due to default fonts, harsh shadows, symmetrical grids, and linear 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 easing that make designs look templated. - Creative Variance Engine: Selects from vibe archetypes (Ethereal Glass, Editorial Luxury, Soft Structuralism) and layout archetypes (Asymmetrical Bento, Z-Axis Cascade, Editorial Split) so no two outputs look alike. - Motion Choreography: Defines spring-physics cubic-bezier transitions, staggered nav reveals, magnetic button hovers, and scroll-based entry animations with GPU-safe performance guardrails. - Use Case: Ask for a landing page for an AI SaaS product and receive React/Tailwind code with nested double-bezel cards, a floating glass navbar, and fluid scroll reveals instead of a generic Bootstrap-style layout. ## Quick Start Use the high-end-visual-design skill to build a premium landing page for my SaaS product with a dark glass aesthetic and bento grid layout.

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 anti-pattern ruleset that bans default fonts like Inter and Roboto, harsh drop shadows, 1px gray borders, and linear transitions. Combine curated vibe archetypes with asymmetric layouts and spring-physics motion to produce agency-tier 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 or Roboto. For icons, choose ultra-light line sets like Phosphor Light or Remix Line rather than thick-stroked Lucide or Material Icons.

How do I build a bento grid layout that works on mobile?▼

Use a CSS Grid with varying col-span and row-span values for the desktop bento arrangement, then collapse to grid-cols-1 with all spans reset below 768px. Add generous vertical gaps and use min-h-[100dvh] instead of h-screen to avoid iOS Safari viewport jumping.

Why do backdrop-blur effects cause mobile performance issues?▼

Backdrop-blur forces continuous GPU repaints when applied to scrolling containers or large content areas, causing frame drops on mobile. Restrict blur filters to fixed or sticky elements like navbars and overlays, and animate only transform and opacity properties.

Can I use scroll event listeners for entry animations?▼

No, window scroll listeners trigger continuous reflows and hurt mobile performance. Use IntersectionObserver or Framer Motion's whileInView to trigger fade-up entry animations only when elements enter the viewport.