high-end-visual-design

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

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/NarixHine/uni-chem --skill high-end-visual-design-narixhine
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: high-end-visual-design
Source: https://github.com/NarixHine/uni-chem/tree/main/.agents/skills/high-end-visual-design
Command: npx skills add https://github.com/NarixHine/uni-chem --skill high-end-visual-design-narixhine

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 basic 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 transitions that make designs look generic. - Creative Variance Engine: Selects from curated vibe 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 Mastery: 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 rules. - Use Case: Ask the AI to build a landing page for a SaaS product, and it delivers a dark glassmorphic bento-grid layout with floating pill navigation, magnetic button hovers, and scroll-triggered fade-up animations in React/Tailwind. ## 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 fluid 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 UI designs look less generic?▼

Apply a strict design system that bans default fonts like Inter and Roboto, generic 1px borders, and harsh shadows. This Skill enforces premium typography, nested card architecture, generous whitespace, and physics-based motion to produce agency-tier results.

How to add smooth animations to Tailwind CSS components?▼

Use custom cubic-bezier curves such as cubic-bezier(0.32,0.72,0,1) instead of linear or ease-in-out transitions. Animate only transform and opacity properties, and trigger scroll reveals with IntersectionObserver or Framer Motion's whileInView.

Does this design approach work on mobile devices?▼

Yes, all asymmetric layouts collapse to single-column stacks below 768px with full-width containers and standard padding. Rotations and overlaps are removed on mobile, and min-h-[100dvh] prevents iOS Safari viewport jumping.

Why does backdrop-blur cause performance issues on websites?▼

Backdrop-blur on scrolling containers forces continuous GPU repaints, causing frame drops on mobile. Apply it only to fixed or sticky elements like navbars and overlays, and keep noise textures on fixed pointer-events-none layers.

What fonts should I use instead of Inter or Roboto?▼

Use premium typefaces like Geist, Clash Display, PP Editorial New, or Plus Jakarta Sans. Pair wide geometric Grotesk fonts for tech aesthetics or high-contrast variable serifs for editorial luxury designs.