Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计通过

elite-design-core精英设计核心

Agent Skill

用于辅助界面设计、视觉规范、排版、配色、布局和交互体验优化。它适合让 Agent 根据产品场景整理页面结构、生成 UI 方案、检查视觉一致性或改进组件层级。使用时需要结合现有品牌、设计系统和用户任务,不应只堆装饰元素;涉及真实页面改动时,应通过截图或浏览器预览检查文本溢出、对齐和响应式表现。

总安装

475

周安装

20

GitHub Stars

公开资料未说明

下载量

166
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:elite-design-core(精英设计核心)
来源仓库:https://github.com/rshvr/elite-web-design
仓库路径:skills/elite-design-core
安装命令:
npx skills add https://github.com/rshvr/elite-web-design --skill elite-design-core
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/rshvr/elite-web-design --skill elite-design-core

简介

elite-design-core 用于辅助界面设计、视觉规范和交互体验优化。

  • 适合让 Agent 根据产品场景生成 UI 方案、检查视觉一致性或改进组件层级。
  • 使用时需要结合现有品牌和设计系统,不应只堆装饰元素;涉及页面改动时应通过截图或预览检查效果。
  • 可通过 npx skills add 命令从指定 GitHub 仓库安装,建议确认权限和维护状态后再使用。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Elite Design Core

The foundation for creating premium, award-winning web experiences.

Quick Reference

TopicReference File
Visual hierarchyvisual-hierarchy.md
Spacing systemsspacing-systems.md
Typographytypography.md
Color theorycolor-theory.md
Design tokensdesign-tokens.md
Data visualizationdata-visualization.md

Related Skills

  • elite-gsap - Complex animations, ScrollTrigger, SplitText
  • elite-css-animations - CSS-native scroll-driven animations
  • elite-layouts - Bento grids, horizontal scroll, sticky sections
  • elite-performance - Build setup, 60fps optimization
  • elite-accessibility - prefers-reduced-motion, WCAG compliance
  • elite-inspiration - Curated Awwwards/FWA references
  • elite-brand-design - Brand identity, personality, visual systems

Real-World Archetypes

Five production archetypes demonstrate how design decisions map to industry and audience:

ArchetypeType PairingPaletteAesthetic
Digital StudioSpace Grotesk + InterCharcoal + Coral/LimeModern, bold, geometric
Luxury Fragrance E-commerceCormorant Garamond + PoppinsInk + Arabian GoldRefined, editorial, sensory
Mental Health ClinicFraunces + InterPlum/Sage/Lavender on CreamWarm, inclusive, soft
Criminal Defense FirmGelasio + InterNavy/Midnight + GoldAuthoritative, sharp, editorial
Community PharmacyDM Serif Display + DM SansProfessional tonesTrustworthy, approachable

These archetypes appear throughout the reference files as production examples. See typography.md, color-theory.md, and design-tokens.md for detailed implementations.


What Makes Design "Elite"

Elite web design is distinguished by:

1. Restraint Over Excess

Every element earns its place. Remove until it breaks, then add back one thing.

2. Intentional Motion

Animations guide attention and communicate state - never decoration. Each animation answers: "What does this help the user understand?"

3. Whitespace Confidence

Empty space is a design element. Premium brands use more whitespace. It signals quality and gives content room to breathe.

4. Typography as Structure

Type creates visual hierarchy before color or imagery. Headlines command attention, body text recedes, creating clear information architecture.

5. System Thinking

Design decisions follow a system (spacing scale, type scale, color tokens). Consistency compounds into perceived quality.

6. Performance as Feature

60fps animations, fast load times, and smooth interactions are design requirements, not technical afterthoughts.

7. Accessible by Default

Reduced motion alternatives, proper contrast, keyboard navigation - accessibility is invisible when done right.


The Design Process

Phase 1: Vision Discovery

Before code, understand the vision:

Questions to ask:
- What feeling should this site evoke? (Bold? Calm? Playful? Premium?)
- Who is the target audience? (Age, tech-savviness, context of use)
- What references or inspiration exist? (Competitor sites, mood boards)
- What is the content structure? (How much content, what types)
- What actions should users take? (Primary CTA, secondary actions)

Phase 2: Design System Setup

Establish tokens before building:

/* Spacing Scale (8px base) */
--space-1: 0.25rem;   /* 4px - tight */
--space-2: 0.5rem;    /* 8px - default small */
--space-3: 0.75rem;   /* 12px */
--space-4: 1rem;      /* 16px - default medium */
--space-6: 1.5rem;    /* 24px */
--space-8: 2rem;      /* 32px - default large */
--space-12: 3rem;     /* 48px - section padding small */
--space-16: 4rem;     /* 64px - section padding medium */
--space-24: 6rem;     /* 96px - section padding large */
--space-32: 8rem;     /* 128px - hero spacing */

/* Type Scale (1.25 ratio) */
--text-xs: 0.75rem;   /* 12px */
--text-sm: 0.875rem;  /* 14px */
--text-base: 1rem;    /* 16px */
--text-lg: 1.25rem;   /* 20px */
--text-xl: 1.563rem;  /* 25px */
--text-2xl: 1.953rem; /* 31px */
--text-3xl: 2.441rem; /* 39px */
--text-4xl: 3.052rem; /* 49px */
--text-5xl: 3.815rem; /* 61px */

/* Color Tokens - Define semantic colors */
--color-text-primary: ...;
--color-text-secondary: ...;
--color-text-muted: ...;
--color-bg-primary: ...;
--color-bg-secondary: ...;
--color-accent: ...;

See spacing-systems.md and typography.md for detailed guidance.

Phase 3: Layout Architecture

Choose layout patterns based on project type:

Project TypeRecommended Layouts
Marketing/LandingBento grids, sticky reveals, full-bleed heroes
Portfolio/CreativeHorizontal scroll, full-page sections, asymmetric
Product/E-commerceGrid systems, sticky product views, smooth filters
Agency/StudioExperimental layouts, page transitions, bold type

See elite-layouts skill for implementation patterns.

Phase 4: Animation Strategy

Determine animation approach:

Use CSS Scroll-Driven Animations when:

  • Simple parallax or reveal effects
  • Progress indicators
  • Performance is critical
  • Safari support isn't required (or polyfill acceptable)

Use GSAP ScrollTrigger when:

  • Complex multi-element sequences
  • Pin/sticky behavior
  • Horizontal scrolling
  • Cross-browser consistency critical
  • Fine-grained control needed

See elite-gsap or elite-css-animations skills.

Phase 5: Implementation

Build order for best results:

  1. Structure first - Semantic HTML, no styling
  2. Typography - Apply type scale and hierarchy
  3. Spacing - Apply spacing scale consistently
  4. Color - Add color tokens
  5. Layout - Grid structure and responsive behavior
  6. Animation - Motion after static design works
  7. Polish - Micro-interactions, hover states

Phase 6: Polish & Optimization

Final checklist:

  • Design system tokens consistent throughout
  • Visual hierarchy clear at each viewport
  • Animations serve purpose (guide attention, show state)
  • prefers-reduced-motion handled
  • Color contrast meets WCAG AA (4.5:1 text)
  • 60fps animations verified
  • Core Web Vitals within budget

Decision Frameworks

When to Use Which Animation Approach

Is it a simple reveal or parallax effect?
├── Yes → Can you use CSS-only?
│         ├── Yes → Use CSS Scroll-Driven Animations
│         └── No (Safari support needed) → Use GSAP ScrollTrigger
└── No → Is it a complex sequence or pinned section?
         ├── Yes → Use GSAP ScrollTrigger
         └── No → Is it a state change or micro-interaction?
                  ├── Yes → Use CSS transitions
                  └── No → Use GSAP for orchestration

When to Use Which Layout Pattern

What's the content density?
├── High (many items to show) → Bento grid or masonry
├── Medium (curated selection) → Asymmetric grid or cards
└── Low (focused narrative) → Full-page sections or horizontal scroll

What's the user journey?
├── Exploratory (browse, discover) → Grid layouts, filters
├── Linear (story, presentation) → Horizontal scroll, sticky reveals
└── Task-oriented (convert, purchase) → Clear hierarchy, prominent CTAs

Project Type Quick Starts

Marketing/Landing Page

Key patterns:

  • Full-bleed hero with scroll-triggered reveal
  • Bento grid for features
  • Sticky section for product showcase
  • Social proof with staggered card reveals

Skills to load: elite-layouts, elite-gsap, elite-accessibility

Design focus:

  • Strong visual hierarchy (one clear CTA)
  • Whitespace to let product breathe
  • Motion that guides to conversion

Portfolio/Creative

Key patterns:

  • Horizontal scroll gallery
  • Full-page project sections
  • Text animations (SplitText reveals)
  • Page transitions between projects

Skills to load: elite-gsap, elite-layouts, elite-inspiration

Design focus:

  • Let work speak (minimal UI)
  • Unique navigation patterns
  • Memorable interactions

Product Configurator

Key patterns:

  • Sticky product view
  • Smooth state transitions (Flip plugin)
  • Interactive bento for options
  • Real-time visual feedback

Skills to load: elite-gsap (Flip plugin), elite-layouts

Design focus:

  • Clear option states
  • Responsive to all inputs
  • Performance under interaction

Agency/Studio Website

Key patterns:

  • Experimental navigation
  • Page transitions (with Barba.js)
  • Bold typography animations
  • Horizontal + vertical scroll mixing

Skills to load: elite-gsap, elite-layouts, elite-inspiration

Design focus:

  • Showcase craft and capability
  • Push boundaries intentionally
  • Balance experimental with usable

Common Pitfalls

1. Animation Without Purpose

Every animation must answer: "What does this help the user understand?" If you can't answer, remove it.

2. Inconsistent Spacing

Use the spacing scale. Random pixel values create visual noise. Stick to the system.

3. Too Many Focal Points

One primary action per screen. Competing CTAs reduce conversion.

4. Ignoring Performance

Test on real devices. 60fps on MacBook Pro doesn't mean 60fps on budget Android.

5. Forgetting Reduced Motion

Always provide prefers-reduced-motion alternatives. It's not optional.

6. Over-designing

The best designs feel inevitable, not clever. Simplify until it breaks, then add back one thing.

7. Skipping the System

Establish design tokens first. Building without a system creates inconsistency that compounds.


Resources

Design Principles Deep Dives

External Resources

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

38.79%
按下载量换算64

Claude

28.46%
按下载量换算47

Cursor

18.57%
按下载量换算31

Gemini CLI

9.42%
按下载量换算16

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills