high-end-visual-design

Generates premium agency-tier UI code with defined typography, spacing, and motion rules.

Updated May 2, 2026
One-click install
npx skills add https://github.com/FadhilAlif/jejak_karier --skill high-end-visual-design-fadhilalif
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: high-end-visual-design
Source: https://github.com/FadhilAlif/jejak_karier/tree/main/.agents/skills/high-end-visual-design
Command: npx skills add https://github.com/FadhilAlif/jejak_karier --skill high-end-visual-design-fadhilalif

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI-generated interfaces often look generic because they rely on default fonts, flat cards, harsh shadows, and basic transitions. This Skill enforces a strict design system that produces high-end, agency-quality web interfaces instead of template-looking output. ## Core Features & Use Cases - Anti-Pattern Blocking: Bans common cheap-looking defaults such as Inter/Roboto fonts, 1px gray borders, harsh drop shadows, and linear transitions. - 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 design is unique. - Component & Motion Rules: Defines Double-Bezel nested card architecture, button-in-button CTAs, staggered nav reveals, and cubic-bezier spring-like transitions with GPU-safe animation constraints. - Use Case: Ask for a landing page for a SaaS product and receive React/Tailwind code with glassmorphism, concentric rounded cards, magnetic button hovers, and scroll-triggered fade-up animations that read as a premium agency build. ## Quick Start Use the high-end-visual-design skill to build a landing page for my AI startup with a dark glassmorphism 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 to produce agency-tier output.

What design rules create a high-end website aesthetic?

Key rules include massive section padding (py-24 to py-40), concentric rounded corners via nested shells, soft diffused shadows instead of harsh drop shadows, custom cubic-bezier easing, and staggered scroll-reveal animations using transform and opacity only.

Does this design approach work with Tailwind CSS and React?

Yes, all rules are expressed in Tailwind utility classes and React component patterns, including arbitrary values like rounded-[2rem] and cubic-bezier easing. Framer Motion's whileInView or IntersectionObserver is recommended for scroll animations.

How do I make asymmetric layouts responsive on mobile?

Collapse all asymmetric grids to a single column below 768px with w-full and px-4, remove rotations and negative-margin overlaps, 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 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 animate only transform and opacity properties.