premium-frontend-ui
A guide for crafting premium, high-performance web experiences with focus on motion and typography.
Install
mkdir -p .claude/skills/premium-frontend-ui && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15232" && unzip -o skill.zip -d .claude/skills/premium-frontend-ui && rm skill.zipInstalls to .claude/skills/premium-frontend-ui
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
A comprehensive guide for GitHub Copilot to craft immersive, high-performance web experiences with advanced motion, typography, and architectural craftsmanship.Key capabilities
- →Architect immersive digital environments for web experiences
- →Establish a creative foundation with a strong visual identity
- →Implement entry sequences with preloading and fluid transitions
- →Design hero sections with full-bleed visuals and typographic engines
- →Create fluid and contextual navigation that reacts to scroll direction
- →Integrate high-fidelity micro-interactions around the user's cursor
How it works
The skill guides the creation of immersive frontend UIs by establishing a creative foundation, defining structural requirements for entry sequences and hero sections, and integrating a motion design system with scroll-driven narratives and micro-interactions.
Inputs & outputs
When to use premium-frontend-ui
- →Crafting interactive portfolios
- →Developing high-end landing pages
- →Implementing complex web animations
About this skill
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 to12vw), while body copy remains incredibly crisp (16px-18pxminimum). - 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, opacity0.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:
transformandopacity. Code that animateswidth,height,top, ormarginshould be fiercely avoided. - Render Optimization: Apply
will-change: transformintelligently 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:
- Wrap the output in a robust, scroll-smoothed architecture.
- Provide CSS that guarantees perfect performance using composited layers.
- Integrate sweeping, staggered component entrances.
- Elevate the typography using fluid scales.
- Create an intentional, memorable aesthetic footprint.
When not to use it
- →When a standard, functional UI is sufficient
- →When not aiming for award-level web applications
- →When not prioritizing aesthetic quality, deep interactivity, and flawless performance
Limitations
- →The skill requires a commitment to a strong visual identity
- →The implementation must adhere to strict performance guardrails
- →Accessibility must not be sacrificed for aesthetic flair
How it compares
It mandates an 'award-level' approach with specific aesthetic directions, architectural layers, and motion principles, which goes beyond standard functional frontend development.
Compared to similar skills
premium-frontend-ui side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| premium-frontend-ui (this skill) | 0 | 2mo | No flags | Advanced |
| visual-design-foundations | 5 | 5mo | No flags | Beginner |
| frontend-design | 0 | 3mo | No flags | Advanced |
| dark-mode-implementer | 0 | 5mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by TorchiaHub
View all by TorchiaHub →You might also like
visual-design-foundations
wshobson
Apply typography, color theory, spacing systems, and iconography principles to create cohesive visual designs. Use when establishing design tokens, building style guides, or improving visual hierarchy and consistency.
frontend-design
riabtsev
Create distinctive, production-grade frontend interfaces with high design quality. Generates creative, polished code that avoids generic AI aesthetics. Use when the user asks to build web components, pages, artifacts, posters, or applications, or when any design skill requires project context.
dark-mode-implementer
zinohome
Implements complete dark/light mode theming systems using CSS variables, Tailwind dark mode, React context, and system preference detection. Use when users request "add dark mode", "theme toggle", "dark theme", "light mode switch", or "color scheme".
UI/UX Myth
ildunari
|
screenshot-to-code
OneWave-AI
Convert UI screenshots into working HTML/CSS/React/Vue code. Detects design patterns, components, and generates responsive layouts. Use this when users provide screenshots of websites, apps, or UI designs and want code implementation.
interaction-design
wshobson
Design and implement microinteractions, motion design, transitions, and user feedback patterns. Use when adding polish to UI interactions, implementing loading states, or creating delightful user experiences.