high-end-visual-design

Generates premium UI code with curated fonts, nested card structures, and physics-based animations.

3|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/langgenius/due-date-hq-jwl --skill high-end-visual-design-langgenius
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: high-end-visual-design
Source: https://github.com/langgenius/due-date-hq-jwl/tree/main/.claude/skills/high-end-visual-design
Command: npx skills add https://github.com/langgenius/due-date-hq-jwl --skill high-end-visual-design-langgenius

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, spacing, and motion. ## Core Features & Use Cases - Anti-Pattern Blocking: Bans default fonts (Inter, Roboto, Arial), generic borders, harsh 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 Rules: Defines Double-Bezel nested card architecture, button-in-button CTAs, staggered nav reveals, cubic-bezier transitions, and GPU-safe animation constraints. - Use Case: Ask for a landing page for a SaaS product and receive React/Tailwind code with a floating glass navbar, bento grid layout, scroll-triggered fade-up animations, and mobile collapse rules 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 websites 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, generous whitespace, and physics-based motion to produce agency-tier output.

What fonts and icons does this design skill use?

It assumes 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 fonts include Inter, Roboto, Arial, Open Sans, and Helvetica.

Does the generated UI code work on mobile devices?

Yes. All asymmetric layouts collapse to single-column stacks below 768px with w-full and px-4 spacing. It also mandates min-h-[100dvh] instead of h-screen to prevent iOS Safari viewport jumping.

Why should animations avoid animating width and height?

Animating layout properties like width, height, top, or left triggers expensive browser reflows and causes frame drops on mobile. The Skill restricts animation to transform and opacity, and limits backdrop-blur to fixed or sticky elements only.

What frameworks does this design skill support?

The output targets React, Tailwind CSS, and plain HTML. Scroll reveal animations can use IntersectionObserver or Framer Motion's whileInView, explicitly avoiding scroll event listeners that hurt performance.