high-end-visual-design

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

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

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 an agency-grade design system so generated React, Tailwind, or HTML output reads as a polished, high-end product. ## Core Features & Use Cases - Anti-Pattern Blocking: Bans default fonts (Inter, Roboto, Arial), generic borders, harsh shadows, and linear easing that make AI designs look templated. - Variance Engine: Selects from three vibe archetypes (Ethereal Glass, Editorial Luxury, Soft Structuralism) and three layout archetypes (Asymmetrical Bento, Z-Axis Cascade, Editorial Split) so no two outputs look identical. - Component & Motion Recipes: Provides concrete patterns for double-bezel nested cards, button-in-button CTAs, staggered nav reveals, magnetic hover physics, and scroll-entry animations using custom cubic-bezier curves. - Use Case: Ask the AI to build a SaaS landing page; it produces a dark glassmorphic layout with a floating pill navbar, bento feature grid, and spring-physics hover states instead of a generic Bootstrap-style page. ## Quick Start Ask the AI to design a landing page or dashboard UI and it will apply the premium archetypes, nested card structures, and fluid motion rules 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 constraint system that bans default fonts like Inter and Roboto, generic 1px borders, and linear transitions, then enforce premium alternatives such as variable serif typography, nested card shells, and cubic-bezier motion. This Skill codifies exactly those rules for React, Tailwind, and HTML output.

What fonts and icons does this design system use?▼

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

Does this design approach work on mobile devices?▼

Yes. Every asymmetric layout collapses to a single-column stack below 768px with w-full and px-4 spacing, rotations and overlaps are removed, and min-h-[100dvh] replaces h-screen to avoid iOS Safari viewport jumping.

Why should animations only use transform and opacity?▼

Animating top, left, width, or height triggers layout recalculation and causes frame drops, especially on mobile. Transform and opacity are GPU-composited, so the Skill restricts all motion to those properties and limits backdrop-blur to fixed or sticky elements.

When is this design system not a good fit?▼

It is a poor fit for dense internal tools, data-heavy admin panels, or projects requiring strict design-system conformity, since it prioritizes macro-whitespace, cinematic motion, and visual novelty over information density and convention.