high-end-visual-design

Generates premium agency-tier UI code with curated typography, nested card architecture, and physics-based motion.

Updated Aug 1, 2026
One-click install
npx skills add https://github.com/dxiiren/project-skeleton --skill high-end-visual-design-dxiiren
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: high-end-visual-design
Source: https://github.com/dxiiren/project-skeleton/tree/main/.claude/skills-optional/taste-skill/soft-skill
Command: npx skills add https://github.com/dxiiren/project-skeleton --skill high-end-visual-design-dxiiren

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 stock transitions. This Skill enforces a strict design system that produces Awwwards-tier, agency-quality UI code instead of template-looking output. ## Core Features & Use Cases - Anti-Pattern Blocking: Bans default fonts (Inter, Roboto, Arial), generic borders, harsh shadows, and linear transitions that make designs look cheap. - Creative 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 Mastery: Defines Double-Bezel nested card architecture, button-in-button CTAs, staggered nav reveals, and cubic-bezier spring physics, with GPU-safe performance guardrails. - Use Case: Ask for a landing page for a SaaS product and receive React/Tailwind code with mesh-gradient backgrounds, glassmorphic floating navbars, magnetic hover buttons, and scroll-triggered fade-up reveals that collapse gracefully on mobile. ## Quick Start Use the high-end-visual-design skill to build a premium landing page for my AI startup with a dark glassmorphic 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 physics-based motion so output reads as agency-tier work.

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 with Tailwind CSS and React?

Yes, all patterns are expressed in Tailwind utility classes and React-compatible code, including arbitrary values like rounded-[2rem] and custom cubic-bezier easings. Framer Motion's whileInView or IntersectionObserver handles scroll reveals.

How do I animate UI elements without hurting mobile performance?

Animate only transform and opacity, never layout properties like top, width, or height. Apply backdrop-blur only to fixed or sticky elements, use IntersectionObserver instead of scroll listeners, and use min-h-[100dvh] instead of h-screen to avoid iOS viewport jumps.

Why do AI-generated layouts break on mobile screens?

Asymmetric grids, rotations, and overlapping elements cause touch-target conflicts below 768px. The Skill mandates mobile collapse rules: reset col-spans to single column, remove rotations and negative margins, and fall back to w-full with px-4 padding.