high-end-visual-design

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

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

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 transitions. This Skill enforces a strict design system that produces polished, high-end web interfaces resembling professional agency work. ## Core Features & Use Cases - Anti-Pattern Blocking: Bans common defaults like Inter/Roboto fonts, 1px gray borders, harsh drop shadows, and linear easing that make AI 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 no two outputs look identical. - Component & Motion Rules: Defines Double-Bezel nested card architecture, button-in-button CTA patterns, staggered nav reveals, and cubic-bezier spring physics, with GPU-safe animation and mobile collapse guardrails. - Use Case: Ask for a landing page for a SaaS product and receive React/Tailwind code with glassmorphic cards, staggered scroll-reveal animations, and responsive fallbacks instead of a generic Bootstrap-style grid. ## Quick Start Ask the AI to design a landing page or UI component and it will apply the premium design system automatically.

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 to produce agency-tier output.

What fonts and icons does this design system use?

It bans Inter, Roboto, Arial, Open Sans, and Helvetica in favor of premium fonts like Geist, Clash Display, PP Editorial New, or Plus Jakarta Sans. Icons must be ultra-light line sets such as Phosphor Light or Remix Line, not Lucide or Material.

Does this design approach work with Tailwind CSS and React?

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

How does the design handle mobile responsiveness?

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 mobile performance issues?

Applying backdrop-blur to scrolling containers forces continuous GPU repaints and frame drops. This Skill restricts blur to fixed or sticky elements like navbars and overlays, and animates only transform and opacity properties.