agentsclimarketplace

Premium web design

Skill YousefNabil-SOC/claude-apex/skills/premium-web-design

Public mirror + teaching install of my Claude Code environment: 1,276 skills, 185 agents, 235 commands, 8 wired MCP servers, three-layer auto-routing (10 CARL domains). Curated original core + the open plugin/marketplace ecosystem, all credited. MIT.

Install
npx -y skills add YousefNabil-SOC/claude-apex --skill premium-web-design

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Comprehensive luxury web design skill with reusable animation/interaction patterns, reference site analyses, and tool guides for building stunning React+TS+Tailwind websites

SKILL.md

11.4 KB, as published. Nobody here has run it

Premium Web Design Skill

Build stunning, award-winning websites with production-ready animation and interaction patterns. Designed for luxury brands, medical aesthetics clinics, and premium digital experiences.

Quick Start — "I Need X" Pattern Index

I need...Use patternFile
Elements appearing on scrollFade-In on Scroll, Staggered Revealpatterns/scroll-animations.md
Depth/layers while scrollingParallax Backgroundpatterns/scroll-animations.md
Horizontal scrolling sectionHorizontal Scroll Sectionpatterns/scroll-animations.md
Reading progress indicatorScroll Progress Barpatterns/scroll-animations.md
Dramatic text entranceText Reveal Word-by-Wordpatterns/scroll-animations.md
Content changing in sticky areaSticky Section with Scroll-Driven Contentpatterns/scroll-animations.md
Dramatic landing areaFull-Screen Text Reveal, Video Backgroundpatterns/hero-sections.md
Layered depth on heroParallax Image Layerspatterns/hero-sections.md
Animated color backgroundAnimated Gradient Backgroundpatterns/hero-sections.md
Image + text side by sideSplit-Screen Heropatterns/hero-sections.md
Navbar changes on scrollTransparent-to-Solidpatterns/navigation.md
Mobile hamburger menuFull-Screen Hamburger Overlaypatterns/navigation.md
Animated link hoverAnimated Underline Linkspatterns/navigation.md
Bilingual language toggleBilingual Language Switcherpatterns/navigation.md
Button that pulls to cursorMagnetic Button Effectpatterns/hover-cursor.md
Image color on hoverGrayscale-to-Colorpatterns/hover-cursor.md
Card perspective effect3D Card Tiltpatterns/hover-cursor.md
Custom cursor that follows mouseCustom Cursor Followerpatterns/hover-cursor.md
Route transitionsFade, Clip-Path, Shared Layoutpatterns/page-transitions.md
Animated card gridStaggered Card Gridpatterns/content-elements.md
Numbers counting upCounter Animationpatterns/content-elements.md
Before/after comparisonImage Comparison Sliderpatterns/content-elements.md
Testimonial displayTestimonial Carouselpatterns/content-elements.md
Collapsible sectionsAccordion with Smooth Heightpatterns/content-elements.md
Progressive image loadingBlur-to-Sharp Lazy Loadpatterns/content-elements.md
Service listing cardsService Cardpatterns/medical-spa.md
Doctor profilesDoctor Profile Cardpatterns/medical-spa.md
Treatment results displayBefore/After Sliderpatterns/medical-spa.md
Appointment bookingMulti-Step Booking Formpatterns/medical-spa.md
WhatsApp contactWhatsApp Floating Buttonpatterns/medical-spa.md
Client reviewsReview Carousel with Starspatterns/medical-spa.md

Design Principles — Premium vs Generic

What Makes a Site Feel Premium

  1. Restraint over excess — One hero animation, not five competing effects
  2. Intentional whitespace — Let elements breathe; crowded = cheap
  3. Subtle motion — 0.3-0.6s transitions, ease-out curves, never bounce
  4. Typography hierarchy — Serif for headlines, sans for body, generous line-height
  5. Color discipline — 2-3 colors max for luxury brands
  6. Reveal, don't display — Elements should feel discovered, not dumped on screen
  7. Consistent timing — Same easing and duration across all animations
  8. Photography-led — Large, high-quality images with subtle treatments

Anti-Patterns (What Makes Sites Look AI-Generated)

  1. Generic gradient backgrounds with no brand connection
  2. Every element animated — scroll fatigue kills engagement
  3. Stock photo grids with identical aspect ratios
  4. Overly complex animations that distract from content
  5. Inconsistent animation timing and easing
  6. Too many font families (max 2-3)
  7. Animations that block content access or cause layout shift
  8. Parallax on mobile (kills performance, feels gimmicky)
  9. Auto-playing video without user context
  10. Symmetric layouts everywhere — asymmetry creates visual interest

Animation Timing Guide

ContextDurationEasing
Micro-interaction (hover, focus)150-250msease-out
Element reveal on scroll400-600msease-out or power2.out
Page transition300-500msease-in-out
Stagger between items50-100ms
Background parallaxContinuouslinear
Number counter1500-2500mspower3.out
Menu open/close300-400msease-in-out
Modal/overlay200-300msease-out

Color Palette Examples (pick one, or build your own)

Classic Luxury

  • Primary: #0D1B3E (deep navy) — Text, headers
  • Accent: #C9A035 (gold) — CTAs, accent borders
  • Neutral: #FFFFFF (white) — Backgrounds
  • Off-white: #FAFBFC — Section backgrounds
  • Beige: #F5F3F0 — Subtle dividers

Rose Gold

  • Primary: #B76E79 | Dark: #2C2C2C | Light: #F7F3F0

Emerald Spa

  • Primary: #1B4332 | Accent: #D4AF37 | Neutral: #F8F6F2

Modern Minimal

  • Primary: #111111 | Neutral: #E8E4DF | Light: #FFFFFF

Pearl & Champagne

  • Primary: #E6D5B8 | Text: #4A4A4A | Light: #FEFDFB

Customize: Define your brand palette once in your project's Tailwind config + a design token file. Reference everywhere by semantic name (bg-brand-primary), not hex.

Typography Recommendations

RoleFontWeightSize (desktop)
Hero headlineGeorgia, Playfair Display300-40048-72px
Section headlineGeorgia, Cormorant Garamond40032-40px
Body textInter, DM Sans40016-18px
Button/CTAInter, DM Sans500-60014-16px
Caption/metaInter, DM Sans40012-14px
Arabic headlinesNoto Kufi Arabic400-50032-48px
Arabic bodyNoto Sans Arabic40016-18px

File Index

premium-web-design/
  SKILL.md                          <- This file
  patterns/
    scroll-animations.md            <- 8 scroll patterns
    hero-sections.md                <- 5 hero patterns
    navigation.md                   <- 4 nav patterns
    hover-cursor.md                 <- 4 hover/cursor patterns
    page-transitions.md             <- 3 transition patterns
    content-elements.md             <- 6 content patterns
    medical-spa.md                  <- 6 medical spa patterns
  references/
    [domain].md                     <- Analyzed reference sites
  tools/
    ANIMATION-TOOLS.md              <- GSAP, Framer Motion, Lenis reference

Dependencies (npm install)

npm install gsap @gsap/react motion lenis

Note: motion is the successor to framer-motion (rebranded mid-2025). Import from motion/react instead of framer-motion.

Component Sources

SourceWhat It OffersWhen to Use
21st.dev Magic (MCP)Generate React+TS+Tailwind components from natural languageBefore hand-coding standard UI components
Origin UI (coss.com/ui)400+ free copy-paste React+Tailwind components (MIT)Browse for ready-made cards, forms, navbars, inputs
shadcn/uiAccessible, composable React componentsBase primitives that you customize
Radix UIUnstyled accessible primitivesWhen you need total visual control

RTL / Bilingual Checklist

  • All horizontal animations reverse for dir="rtl"
  • Text alignment follows logical properties (text-start not text-left)
  • Padding/margin use logical properties (ps-4 not pl-4)
  • Icons that indicate direction (arrows, chevrons) flip for RTL
  • Language switcher stores preference in localStorage
  • Font family switches to the RTL typeface for RTL content
  • Floating CTAs (WhatsApp, chat) move to bottom-left in RTL

Design Inspiration Philosophy

Core thesis: In the AI era, the differentiator is interactivity and intentional design. Scroll-stopping websites beat generic AI output. Designs conceived in Figma; implemented in code with React + GSAP + Framer Motion + Lenis.

Signature techniques to replicate:

  • Oversized serif headlines overlapping product imagery (mix-blend-mode + z-index)
  • Scroll-driven product reveals (GSAP ScrollTrigger with scrub)
  • Cinematic section transitions (Framer Motion AnimatePresence)
  • Grain/noise texture overlays for tactile depth
  • Dark-to-light section rhythm for visual contrast

See references/ for full analyses of specific sites you want to learn from.

Related Skills — Use Together, Not Instead

This skill is an UPGRADE LAYER. It works alongside existing skills, never replacing them.

SkillWhat It DoesWhen to Use It WITH premium-web-design
21st-dev-magicGenerates base components from natural language via MCPSTART here for standard components (cards, navs, forms), then apply premium-web-design animation patterns on top
frontend-design (Anthropic plugin)Full frontend development workflow, component scaffoldingUse for project structure, build pipeline, component organization. premium-web-design adds the animation/interaction polish
impeccableDesign polish, micro-interactions, pixel-perfect refinementApply AFTER premium-web-design patterns are in place — impeccable is the final coat of paint
tailwind-patternsTailwind-specific utilities, responsive patterns, design tokensUse for Tailwind class strategy
ui-ux-pro-maxUX strategy, user flows, information architectureUse BEFORE premium-web-design — decide WHAT to build and WHY
react-patternsReact component architecture, hooks, state managementUse for component structure decisions
i18n-localizationFull i18n setup, RTL support, translation workflowUse alongside — every premium-web-design pattern has RTL notes
instagram-accessDownload Instagram assets (photos, reels, stories)Use to pull real brand imagery and social proof content

MCP Servers for Website Development

MCP ServerWhat It DoesWhen to Use
@21st-dev/magicGenerate React+TS+Tailwind components from natural languageBefore hand-coding — check if a ready-made component exists
context7Look up live library documentationBefore writing GSAP/Framer Motion/React code — get latest API syntax
playwrightBrowser automation, visual testing, screenshotsPreview and test components in real browser
githubPRs, issues, repo managementCommit, push, review workflow
exa-web-searchDeep web researchResearch design inspiration, competitor analysis

Design Reference Libraries

  • awesome-design-md (~/.claude/references/awesome-design-md/) — DESIGN.md files from Airbnb, Apple, Linear, Spotify, Stripe. Use for design system principles from world-class teams.
  • premium-web-design references (references/ subfolder) — Analyzed websites. Use for specific animation techniques and luxury design patterns.

Gives 0 of the 12 instructions most css styling skills give

Counted across 586 of the 596 authors here whose files we hold, read 2026-08-06

  • avoid excessive centered layoutsin 55 of 586, across 12 files
  • bundle code into single HTML filein 54 of 586, across 14 files
  • Respect prefers-reduced-motion user settingsin 52 of 586, across 35 files
  • avoid purple gradientsin 51 of 586, across 11 files
  • avoid uniform rounded cornersin 51 of 586, across 11 files
  • avoid Inter fontin 51 of 586, across 11 files
  • edit generated files to develop artifactin 50 of 586, across 10 files
  • animate only transform and opacity propertiesin 43 of 586
  • Make touch targets at least 44x44 pixelsin 41 of 586, across 15 files
  • Ensure minimum color contrast of 4.5:1in 39 of 586, across 10 files
  • use tailwind cssin 39 of 586, across 24 files
  • Use SVG icons instead of emojisin 38 of 586, across 11 files

Said here and by no other author read

  • use ease-out curves instead of bounce effects
  • define brand colors once using semantic names
  • avoid using more than two or three brand colors
  • use logical properties for padding and alignment
  • move floating buttons for right-to-left layouts
  • reverse horizontal animations for right-to-left layouts

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.