PluginBench
Skill
Official
Pass
Audit score 90

premium-frontend-ui

github/awesome-copilot

Craft award-level web experiences with advanced motion, typography, and performance-optimized architecture.

What is premium-frontend-ui?

A comprehensive guide for building immersive, high-performance frontend UIs with intentional visual identity, scroll-driven animations, and micro-interactions. Use this when creating premium landing pages, interactive portfolios, or specialized components that demand top-tier visual polish and flawless performance.

  • Generate scroll-driven narratives using pinned containers, parallax mapping, and horizontal journeys tied to user scroll progress
  • Implement high-fidelity micro-interactions including magnetic components, custom cursor tracking, and dimensional hover states
  • Architect entry sequences with preloaders and hero sections featuring full-bleed layouts and cascading typography animations
  • Create fluid, contextual navigation with scroll-reactive sticky headers and rich hover previews
  • Apply performance-optimized animations using only transform and opacity properties with hardware acceleration
  • Enforce premium typography with extreme scale contrast, variable fonts, and atmospheric texture overlays

How to install premium-frontend-ui

npx skills add https://github.com/github/awesome-copilot --skill premium-frontend-ui
Prerequisites
  • Understanding of CSS transforms, opacity, and hardware acceleration concepts
  • Familiarity with one of: GSAP (vanilla/Astro), Framer Motion (React), or equivalent animation library
  • Knowledge of scroll event handling or scroll-trigger libraries
  • Basic understanding of responsive design and media queries
Claude Code
Cursor
Windsurf
Cline

How to use premium-frontend-ui

  1. 1.Define the emotional resonance and visual identity for your UI (e.g., Editorial Brutalism, Organic Fluidity, Cyber/Technical, or Cinematic Pacing)
  2. 2.Architect the structural layers: entry sequence with preloader, hero section with full-bleed layout, and contextual navigation
  3. 3.Implement scroll-driven animations using pinned containers, parallax mapping, and horizontal journeys tied to scroll progress
  4. 4.Add micro-interactions: magnetic components that pull toward cursor, custom cursor tracking with lerp interpolation, and dimensional hover transforms
  5. 5.Apply typography hierarchy with extreme scale contrast using clamp() functions and premium variable fonts
  6. 6.Optimize performance by animating only transform and opacity, applying will-change selectively, and wrapping heavy animations in prefers-reduced-motion media queries

Use cases

Good for
  • Building award-level landing pages with scroll-pinned sections and staggered component reveals
  • Creating interactive portfolios with magnetic buttons and custom cursor tracking that responds to mouse position
  • Designing cinematic hero sections with full-viewport imagery, slow cross-fades, and scroll-dependent storytelling
  • Implementing smooth-scroll experiences with parallax depth layers and horizontal gallery transitions
  • Developing touch-friendly responsive UIs that gracefully degrade heavy animations on mobile devices
Who it's for
  • Frontend engineers building premium, high-end web applications
  • Product designers implementing Awwwards-style interactive experiences
  • React/Next.js developers using Framer Motion and scroll animation libraries
  • Vanilla JavaScript developers leveraging GSAP and Lenis for scroll control
  • Teams prioritizing both aesthetic excellence and Core Web Vitals performance

premium-frontend-ui FAQ

What animation libraries does this skill recommend?

For React/Next.js: Framer Motion, Lenis, and React Three Fiber. For vanilla/HTML/Astro: GSAP, vanilla Lenis via CDN, and SplitType for typography chunking.

How do I ensure performance while implementing complex animations?

Only animate transform and opacity properties to avoid layout recalculation. Use will-change intelligently on moving elements, apply hardware acceleration, and wrap continuous animations in @media (prefers-reduced-motion: no-preference) for accessibility.

What visual identities does this skill support?

Editorial Brutalism (high-contrast monochromatic), Organic Fluidity (soft gradients and glassmorphism), Cyber/Technical (dark mode with neon accents), and Cinematic Pacing (full-viewport imagery with scroll-dependent storytelling).

How should I structure the hero section?

Use full-bleed containers (100vh/100dvh), wrap headlines by word or character for cascading animations, and add subtle floating elements or background clipping paths to create depth behind primary copy.

Does this skill support touch devices?

Yes. Wrap custom cursor logic and heavy hover animations in @media (hover: hover) and (pointer: fine) to ensure pristine performance and usability on touch devices.

Full instructions (SKILL.md)

Source of truth, from github/awesome-copilot.


name: premium-frontend-ui description: 'A comprehensive guide for GitHub Copilot to craft immersive, high-performance web experiences with advanced motion, typography, and architectural craftsmanship.' metadata: author: 'Utkarsh Patrikar' author_url: 'https://github.com/utkarsh232005'

Immersive Frontend UI Craftsmanship

As an AI engineering assistant, your role when building premium frontend experiences goes beyond outputting functional HTML and CSS. You must architect immersive digital environments. This skill provides the blueprint for generating highly intentional, award-level web applications that prioritize aesthetic quality, deep interactivity, and flawless performance.

When a user requests a high-end landing page, an interactive portfolio, or a specialized component that requires top-tier visual polish, apply the following rigorous standards to every line of code you generate.


1. Establishing the Creative Foundation

Before generating layout code, ensure you understand the core emotional resonance the UI should deliver. Do not default to generic, unopinionated code.

Commit to a strong visual identity in your CSS and component structure:

  • Editorial Brutalism: High-contrast monochromatic palettes, oversized typography, sharp rectangular edges, and raw grid structures.
  • Organic Fluidity: Soft gradients, deeply rounded corners, glassmorphism overlays, and bouncy spring-based physics.
  • Cyber / Technical: Dark mode dominance, glowing neon accents, monospaced typography, and rapid, staggered reveal animations.
  • Cinematic Pacing: Full-viewport imagery, slow cross-fades, profound use of negative space, and scroll-dependent storytelling.

2. Structural Requirements for Immersive UI

When scaffolding a page or generating core components, include the following architectural layers to transform a standard page into an experience.

2.1 The Entry Sequence (Preloading & Initialization)

A blank screen is unacceptable. The user's first interaction must set expectations.

  • Implementation: Generate a lightweight preloader component that handles asset resolution (fonts, initial images, 3D models).
  • Animation: Output code that transitions the preloader away fluidly—such as a split-door reveal, a scale-up zoom, or a staggered text sweep.

2.2 The Hero Architecture

The top fold must command attention immediately.

  • Visuals: Output code that implements full-bleed containers (100vh/100dvh).
  • Typography Engine: Ensure headlines are broken down syntactically (e.g., span wrapping by word or character) to allow for cascading entrance animations.
  • Depth: Utilize subtle floating elements or background clipping paths to create a sense of scale and depth behind the primary copy.

2.3 Fluid & Contextual Navigation

  • Implementation: Do not generate standard static navbars. Output sticky headers that react toscroll direction (hide on scroll down, reveal on scroll up).
  • Interactivity: Include hover states that reveal rich content (e.g., mega-menus that display image previews of the hovered link).

3. The Motion Design System

Animation is not an afterthought; it is the connective tissue of a premium site. Always implement the following motion principles:

3.1 Scroll-Driven Narratives

Generate code utilizing modern scroll libraries (like GSAP's ScrollTrigger) to tie animations to user progress.

  • Pinned Containers: Create sections that lock into the viewport while secondary content flows past or reveals itself.
  • Horizontal Journeys: Translate vertical scroll data into horizontal movement for specific galleries or showcases.
  • Parallax Mapping: Assign subtle, varying scroll-speeds to background elements, midground text, and foreground imagery.

3.2 High-Fidelity Micro-Interactions

The cursor is the user's avatar. Build interactions around it.

  • Magnetic Components: Write logic that calculates the distance between the mouse pointer and a button, pulling the button towards the cursor dynamically.
  • Custom Tracking Elements: Generate custom cursor components that follow the mouse with calculated interpolation (lerp) for a smooth drag effect.
  • Dimensional Hover States: Use CSS Transforms (scale, rotateX, translate3d) to give interactive elements weight and tactile feedback.

4. Typography & Visual Texture

The aesthetics of your generated code must reflect premium craftsmanship.

  • Type Hierarchy: Enforce massive contrast in scale. Headlines should utilize extreme sizing (clamp() functions spanning up to 12vw), while body copy remains incredibly crisp (16px-18px minimum).
  • Font Selection: Always recommend or implement highly specified variable fonts or premium typefaces over system defaults.
  • Atmospheric Filters: Implement CSS/SVG noise overlays (mix-blend-mode: overlay, opacity 0.02 - 0.05) to remove digital sterility and add photographic grain.
  • Lighting & Glass: Utilize backdrop-filter: blur(x) combined with ultra-thin, semi-transparent borders to create modern, frosted-glass depth.

5. The Performance Imperative

A beautiful site that stutters is a failure. Enforce strict performance guardrails in all generated code:

  • Hardware Acceleration: Only animate properties that do not trigger layout recalculations: transform and opacity. Code that animates width, height, top, or margin should be fiercely avoided.
  • Render Optimization: Apply will-change: transform intelligently on complex moving elements, but remove it post-animation to conserve memory.
  • Responsive Degradation: Wrap custom cursor logic and heavy hover animations in @media (hover: hover) and (pointer: fine) to ensure pristine performance on touch devices.
  • Accessibility: Wrap heavy continuous animations in @media (prefers-reduced-motion: no-preference). Never sacrifice user accessibility for aesthetic flair.

6. Implementation Ecosystem

When the user asks you to implement these patterns, leverage industry-standard libraries tailored to their framework:

For React / Next.js Targets

  • Structure the application to support Framer Motion for layout transitions and spring physics.
  • Recommend Lenis (@studio-freight/lenis) for smooth scrolling context.
  • Implement React Three Fiber (@react-three/fiber) if webGL or 3D interactions are requested.

For Vanilla / HTML / Astro Targets

  • Rely heavily on GSAP (GreenSock Animation Platform) for timeline sequencing.
  • Utilize vanilla Lenis via CDN for scroll hijacking and smoothing.
  • Use SplitType for safe, accessible typography chunking.

Summary of Action

Whenever you receive a prompt to "Build a premium landing page," "Create an Awwwards-style component," or "Design an immersive UI," you must automatically:

  1. Wrap the output in a robust, scroll-smoothed architecture.
  2. Provide CSS that guarantees perfect performance using composited layers.
  3. Integrate sweeping, staggered component entrances.
  4. Elevate the typography using fluid scales.
  5. Create an intentional, memorable aesthetic footprint.

Related skills

More from github/awesome-copilot and the wider catalog.