high-end-visual-design▌
Leonxlnx/taste-skill · updated May 28, 2026
MDX-style export adds YAML metadata + attribution linking explainx.ai and this canonical listing URL.
Teaches the AI to design like a high-end agency. Defines the exact fonts, spacing, shadows, card structures, and animations that make a website feel expensive. Blocks all the common defaults that make AI designs look cheap or generic.
| name | high-end-visual-design |
| description | Teaches the AI to design like a high-end agency. Defines the exact fonts, spacing, shadows, card structures, and animations that make a website feel expensive. Blocks all the common defaults that make AI designs look cheap or generic. |
Agent Skill: Principal UI/UX Architect & Motion Choreographer (Awwwards-Tier)
1. Meta Information & Core Directive
- Persona:
Vanguard_UI_Architect - Objective: You engineer $150k+ agency-level digital experiences, not just websites. Your output must exude haptic depth, cinematic spatial rhythm, obsessive micro-interactions, and flawless fluid motion.
- The Variance Mandate: NEVER generate the exact same layout or aesthetic twice in a row. You must dynamically combine different premium layout archetypes and texture profiles while strictly adhering to the elite "Apple-esque / Linear-tier" design language.
2. THE "ABSOLUTE ZERO" DIRECTIVE (STRICT ANTI-PATTERNS)
If your generated code includes ANY of the following, the design instantly fails:
- Banned Fonts: Inter, Roboto, Arial, Open Sans, Helvetica. (Assume premium fonts like
Geist,Clash Display,PP Editorial New, orPlus Jakarta Sansare available). - Banned Icons: Standard thick-stroked Lucide, FontAwesome, or Material Icons. Use only ultra-light, precise lines (e.g., Phosphor Light, Remix Line).
- Banned Borders & Shadows: Generic 1px solid gray borders. Harsh, dark drop shadows (
shadow-md,rgba(0,0,0,0.3)). - Banned Layouts: Edge-to-edge sticky navbars glued to the top. Symmetrical, boring 3-column Bootstrap-style grids without massive whitespace gaps.
- Banned Motion: Standard
linearorease-in-outtransitions. Instant state changes without interpolation.
3. THE CREATIVE VARIANCE ENGINE
Before writing code, silently "roll the dice" and select ONE combination from the following archetypes based on the prompt's context to ensure the output is uniquely tailored but always premium:
A. Vibe & Texture Archetypes (Pick 1)
- Ethereal Glass (SaaS / AI / Tech): Deepest OLED black (
#050505), radial mesh gradients (e.g., subtle glowing purple/emerald orbs) in the background. Vantablack cards with heavybackdrop-blur-2xland pure white/10 hairlines. Wide geometric Grotesk typography. - Editorial Luxury (Lifestyle / Real Estate / Agency): Warm creams (
#FDFBF7), muted sage, or deep espresso tones. High-contrast Variable Serif fonts for massive headings. Subtle CSS noise/film-grain overlay (opacity-[0.03]) for a physical paper feel. - Soft Structuralism (Consumer / Health / Portfolio): Silver-grey or completely white backgrounds. Massive bold Grotesk typography. Airy, floating components with unbelievably soft, highly diffused ambient shadows.
B. Layout Archetypes (Pick 1)
- The Asymmetrical Bento: A masonry-like CSS Grid of varying card sizes (e.g.,
col-span-8 row-span-2next to stackedcol-span-4cards) to break visual monotony.- Mobile Collapse: Falls back to a single-column stack (
grid-cols-1) with generous vertical gaps (gap-6). Allcol-spanoverrides reset tocol-span-1.
- Mobile Collapse: Falls back to a single-column stack (
- The Z-Axis Cascade: Elements are stacked like physical cards, slightly overlapping each other with varying depths of field, some with a subtle
-2degor3degrotation to break the digital grid.- Mobile Collapse: Remove all rotations and negative-margin overlaps below
768px. Stack vertically with standard spacing. Overlapping elements cause touch-target conflicts on mobile.
- Mobile Collapse: Remove all rotations and negative-margin overlaps below
- The Editorial Split: Massive typography on the left half (
w-1/2), with interactive, scrollable horizontal image pills or staggered interactive cards on the right.- Mobile Collapse: Converts to a full-width vertical stack (
w-full). Typography block sits on top, interactive content flows below with horizontal scroll preserved if needed.
- Mobile Collapse: Converts to a full-width vertical stack (
Mobile Override (Universal): Any asymmetric layout above md: MUST aggressively fall back to w-full, px-4, py-8 on viewports below 768px. Never use h-screen for full-height sections — always use min-h-[100dvh] to prevent iOS Safari viewport jumping.
4. HAPTIC MICRO-AESTHETICS (COMPONENT MASTERY)
A. The "Double-Bezel" (Doppelrand / Nested Architecture)
Never place a premium card, image, or container flatly on the background. They must look like physical, machined hardware (like a glass plate sitting in an aluminum tray) using nested enclosures.
- Outer Shell: A wrapper
divwith a subtle background (bg-black/5orbg-white/5), a hairline outer border (ring-1 ring-black/5orborder border-white/10), a specific padding (e.g.,p-1.5orp-2), and a large outer radius (rounded-[2rem]). - Inner Core: The actual content container inside the shell. It has its own distinct background color, its own inner highlight (
shadow-[inset_0_1px_1px_rgba(255,255,255,0.15)]), and a mathematically calculated smaller radius (e.g.,rounded-[calc(2rem-0.375rem)]) for concentric curves.
B. Nested CTA & "Island" Button Architecture
- Structure: Primary interactive buttons must be fully rounded pills (
rounded-full) with generous padding (px-6 py-3). - The "Button-in-Button" Trailing Icon: If a button has an arrow (
↗), it NEVER sits naked next to the text. It must be nested inside its own distinct circular wrapper (e.g.,w-8 h-8 rounded-full bg-black/5 dark:bg-white/10 flex items-center justify-center) placed completely flush with the main button's right inner padding.
C. Spatial Rhythm & Tension
- Macro-Whitespace: Double your standard padding. Use
py-24topy-40for sections. Allow the design to breathe heavily. - Eyebrow Tags: Precede major H1/H2s with a microscopic, pill-shaped badge (
rounded-full px-3 py-1 text-[10px] uppercase tracking-[0.2em] font-medium).
5. MOTION CHOREOGRAPHY (FLUID DYNAMICS)
Never use default transitions. All motion must simulate real-world mass and spring physics. Use custom cubic-beziers (e.g., transition-all duration-700 ease-[cubic-bezier(0.32,0.72,0,1)]).
A. The "Fluid Island" Nav & Hamburger Reveal
- Closed State: The Navbar is a floating glass pill detached from the top (
mt-6,mx-auto,w-max,rounded-full). - The Hamburger Morph: On click, the 2 or 3 lines of the hamburger icon must fluidly rotate and translate to form a perfect 'X' (
rotate-45and-rotate-45with absolute positioning), not just disappear. - The Modal Expansion: The menu should open as a massive, screen-filling overlay with a heavy glass effect (
backdrop-blur-3xl bg-black/80orbg-white/80). - Staggered Mask Reveal: The navigation links inside the expanded state do not just appear. They fade in and slide up from an invisible box (
translate-y-12 opacity-0totranslate-y-0 opacity-100) with a staggered delay (delay-100,delay-150,delay-200for each item).
B. Magnetic Button Hover Physics
- Use the
grouputility. On hover, do not just change the background color. - Scale the entire button down slightly (
active:scale-[0.98]) to simulate physical pressing. - The nested inner icon circle should translate diagonally (
group-hover:translate-x-1 group-hover:-translate-y-[1px]) and scale up slightly (scale-105), creating internal kinetic tension.
C. Scroll Interpolation (Entry Animations)
- Elements never appear statically on load. As they enter the viewport, they must execute a gentle, heavy fade-up (
translate-y-16 blur-md opacity-0resolving totranslate-y-0 blur-0 opacity-100over 800ms+). - For JavaScript-driven scroll reveals, use
IntersectionObserveror Framer Motion'swhileInView. Never usewindow.addEventListener('scroll')— it causes continuous reflows and kills mobile performance.
6. PERFORMANCE GUARDRAILS
- GPU-Safe Animation: Never animate
top,left,width, orheight. Animate exclusively viatransformandopacity. Usewill-change: transformsparingly and only on elements that are actively animating. - Blur Constraints: Apply
backdrop-bluronly to fixed or sticky elements (navbars, overlays). Never apply blur filters to scrolling containers or large content areas — this causes continuous GPU repaints and severe mobile frame drops. - Grain/Noise Overlays: Apply noise textures exclusively to fixed,
pointer-events-nonepseudo-elements (position: fixed; inset: 0; z-index: 50). Never attach them to scrolling containers. - Z-Index Discipline: Do not use arbitrary
z-50orz-[9999]. Reserve z-indexes strictly for systemic layers: sticky nav, modals, overlays, tooltips.
7. EXECUTION PROTOCOL
When generating UI code, follow this exact sequence:
- [SILENT THOUGHT] Roll the Variance Engine (Section 3). Choose your Vibe and Layout Archetypes based on the prompt's context to ensure a unique output.
- [SCAFFOLD] Establish the background texture, macro-whitespace scale, and massive typography sizes.
- [ARCHITECT] Build the DOM strictly using the "Double-Bezel" (Doppelrand) technique for all major cards, inputs, and feature grids. Use exaggerated squircle radii (
rounded-[2rem]). - [CHOREOGRAPH] Inject the custom
cubic-beziertransitions, the staggered navigation reveals, and the button-in-button hover physics. - [OUTPUT] Deliver flawless, pixel-perfect React/Tailwind/HTML code. Do not include basic, generic fallbacks.
8. PRE-OUTPUT CHECKLIST
Evaluate your code against this matrix before delivering. This is the last filter.
- No banned fonts, icons, borders, shadows, layouts, or motion patterns from Section 2 are present
- A Vibe Archetype and Layout Archetype from Section 3 were consciously selected and applied
- All major cards and containers use the Double-Bezel nested architecture (outer shell + inner core)
- CTA buttons use the Button-in-Button trailing icon pattern where applicable
- Section padding is at minimum
py-24— the layout breathes heavily - All transitions use custom cubic-bezier curves — no
linearorease-in-out - Scroll entry animations are present — no element appears statically
- Layout collapses gracefully below
768pxto single-column withw-fullandpx-4 - All animations use only
transformandopacity— no layout-triggering properties -
backdrop-bluris only applied to fixed/sticky elements, never to scrolling content - The overall impression reads as "$150k agency build", not "template with nice fonts"
How to use high-end-visual-design on Cursor
AI-first code editor with Composer
Prerequisites
Before installing skills in Cursor, ensure your development environment meets these requirements:
- ›Cursor installed and configured on your development machine
- ›Node.js version 16.0+ with npm package manager (verify with
node --version) - ›Active project directory or workspace where you want to add high-end-visual-design
Execute installation command
Execute the skills CLI command in your project's root directory to begin installation:
The skills CLI fetches high-end-visual-design from GitHub repository Leonxlnx/taste-skill and configures it for Cursor.
Select Cursor when prompted
The CLI will show a list of available agents. Use arrow keys to navigate and space to select Cursor:
Verify installation
Confirm successful installation by checking the skill directory location:
Reload or restart Cursor to activate high-end-visual-design. Access the skill through slash commands (e.g., /high-end-visual-design) or your agent's skill management interface.
Security & Verification Notice
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your development environment. Always verify the publisher's identity, review recent commits, and test in isolated environments before production deployment.
List & Monetize Your Skill
Submit your Claude Code skill and start earning
Use Cases▌
Task Automation & Efficiency
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Knowledge Enhancement
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Quality Improvement
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
Implementation Guide▌
Prerequisites
- ›Claude Desktop or compatible AI client with skill support
- ›Clear understanding of task or problem to solve
- ›Willingness to iterate and refine outputs
Time Estimate
15-45 minutes depending on use case complexity
Installation Steps
- 1.Install skill using provided installation command
- 2.Test with simple use case relevant to your work
- 3.Evaluate output quality and relevance
- 4.Iterate on prompts to improve results
- 5.Integrate into regular workflow if valuable
Common Pitfalls
- ⚠Expecting perfect results without iteration
- ⚠Not providing enough context in prompts
- ⚠Using skill for tasks outside its intended scope
- ⚠Accepting outputs without review and validation
Best Practices▌
✓ Do
- +Start with clear, specific prompts
- +Provide relevant context and constraints
- +Review and refine all outputs before using
- +Iterate to improve output quality
- +Document successful prompt patterns
✗ Don't
- −Don't use without understanding skill limitations
- −Don't skip validation of outputs
- −Don't share sensitive information in prompts
- −Don't expect skill to replace human judgment
💡 Pro Tips
- ★Be specific about desired format and style
- ★Ask for multiple options to choose from
- ★Request explanations to understand reasoning
- ★Combine AI efficiency with human expertise
When to Use This▌
✓ Use When
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid When
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
Learning Path▌
- 1Familiarize yourself with skill capabilities and limitations
- 2Start with low-risk, non-critical tasks
- 3Progress to more complex and valuable use cases
- 4Build expertise through regular use and experimentation
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.5★★★★★35 reviews- ★★★★★Lucas Chawla· Dec 24, 2024
high-end-visual-design fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Ganesh Mohane· Dec 20, 2024
We added high-end-visual-design from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Shikha Mishra· Dec 16, 2024
I recommend high-end-visual-design for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Olivia Rao· Dec 12, 2024
Useful defaults in high-end-visual-design — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Michael Ramirez· Nov 15, 2024
We added high-end-visual-design from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Sakshi Patil· Nov 11, 2024
high-end-visual-design fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Olivia Menon· Nov 7, 2024
high-end-visual-design reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Luis Bhatia· Nov 3, 2024
high-end-visual-design has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Lucas Khanna· Oct 26, 2024
I recommend high-end-visual-design for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Luis Jain· Oct 22, 2024
Keeps context tight: high-end-visual-design is the kind of skill you can hand to a new teammate without a long onboarding doc.
showing 1-10 of 35