premium-frontend-ui

作者: github

一份全面的GitHub Copilot指南,用于打造沉浸式、高性能的网页体验,涵盖高级动效、排版与架构工艺。

npx skills add https://github.com/github/awesome-copilot --skill premium-frontend-ui

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.

来自 github 的更多技能

console-rendering
github
在Go中使用基于结构体标签的控制台渲染系统的说明
official
acquire-codebase-knowledge
github
当用户明确要求映射、记录或熟悉现有代码库时使用此技能。触发词如“映射此代码库”、“记录…
official
acreadiness-assess
github
Run the AgentRC readiness assessment on the current repository and produce a static HTML dashboard at reports/index.html. Wraps `npx github:microsoft/agentrc…
official
acreadiness-generate-instructions
github
通过AgentRC指令命令生成定制化的AI代理指令文件。生成.github/copilot-instructions.md(默认,推荐用于VS Code中的Copilot…
official
acreadiness-policy
github
帮助用户选择、编写或应用AgentRC策略。策略通过禁用无关检查、覆盖影响/级别、设置…来定制就绪评分。
official
add-educational-comments
github
为代码文件添加教育性注释,将其转化为有效的学习资源。根据三个可配置的知识水平(初级、中级、高级)调整解释深度和语气。若未提供文件,自动请求文件,并附带编号列表以便快速选择。仅通过教育性注释将文件扩展最多125%(硬性限制:新增400行;超过1000行的文件限制为300行)。保留文件编码、缩进风格、语法正确性以及...
official
adobe-illustrator-scripting
github
使用ExtendScript(JavaScript/JSX)编写、调试和优化Adobe Illustrator自动化脚本。在创建或修改操作…的脚本时使用。
official
agent-governance
github
声明式策略、意图分类及审计追踪,用于控制AI代理工具访问与行为。可组合的治理策略定义允许/禁止的工具、内容过滤器、速率限制及审批要求——以配置而非代码形式存储。语义意图分类在执行工具前通过基于模式的信号检测危险提示(数据泄露、权限提升、提示注入)。工具级治理装饰器在函数层面强制执行策略...
official