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

elite-web-design精英网页设计

Agent Skill

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

总安装

222

周安装

9

GitHub Stars

公开资料未说明

下载量

70
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

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

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

SKILL.md

Elite Web Design

Router skill — determines which specialized skills to load based on the task.

How to Route

When this skill activates, think through these questions in order:

Step 1: What is the user doing?

Match the most specific row first. If the query clearly spans multiple rows (e.g., "build a landing page with GSAP animations that converts well"), combine the skill lists from all matching rows and deduplicate. When only one row matches, use it. Table is ordered most specific → broadest:

If the user is...Load these skills
Defining a brand identityelite-brand-design (runs discovery → generates brand package)
Building with GSAP animationselite-gsap + elite-accessibility (always together)
Building CSS-only effectselite-css-animations + elite-accessibility (always together)
Working on layout/structureelite-layouts + elite-design-core
Optimizing performanceelite-performance
Improving accessibilityelite-accessibility + elite-design-core
Choosing a style/directionelite-brand-design + elite-inspiration + elite-design-core
Optimizing for conversionelite-ux-strategy + elite-design-core
Reviewing/auditingelite-audit (orchestrates other skills on failure)
Improving/polishing existing workelite-design-core + elite-audit
Starting a new project (no code yet, needs discovery)elite-design-core first, then elite-brand-design if brand isn't defined
Building a full page (ready to implement)elite-design-core + elite-layouts + elite-gsap + elite-accessibility
None of the aboveelite-design-core (safe default — provides foundations and references other skills)

Step 2: Sequential or parallel?

If the prompt contains sequential language ("then", "and then", "first...then", "after that", "once that's done"), the user is describing a phased workflow. Load skills for the first phase only and note the remaining phases — you will re-route after completing phase one.

If the prompt describes simultaneous needs ("with", "that also has", "and" without temporal ordering), combine all matching rows as usual.

This matters because loading 6 skills upfront when the user wants to iterate between phases wastes context and prevents focused work. Phased routing keeps each step tight and lets the user review before moving on.

Step 3: Load the skill(s)

Invoke each skill listed. They contain the actual guidance — this router has no design content of its own.

Step 4: Check dependencies

After loading, verify the dependency table is satisfied:

Loaded skillMust also load
elite-gsapelite-accessibility
elite-css-animationselite-accessibility
elite-layoutselite-design-core
elite-ux-strategyelite-design-core
elite-brand-designelite-design-core
elite-inspirationelite-design-core

If a dependency isn't loaded yet, load it.

Available Skills

SkillPurposeTriggers on
elite-design-coreDesign tokens, typography, color, spacing, visual hierarchy, data viz"design system", "typography", "color", "spacing"
elite-gsapGSAP animations, ScrollTrigger, SplitText, Lenis, utility library"GSAP", "ScrollTrigger", "animation", "smooth scroll"
elite-css-animationsCSS scroll-driven, view transitions, micro-interactions"CSS animation", "scroll-driven", "hover effects"
elite-layoutsBento grids, horizontal scroll, sticky/parallax, editorial"layout", "grid", "horizontal scroll", "sticky"
elite-performance60fps, Core Web Vitals, bundle optimization, loading states"performance", "60fps", "loading", "optimize"
elite-accessibilityReduced motion, WCAG, focus, touch targets, screen readers"accessibility", "a11y", "WCAG", "touch targets"
elite-inspirationAwwwards/FWA references, archetype case studies"inspiration", "examples", "Awwwards"
elite-ux-strategyConversion, pricing, CTAs, navigation, forms, social proof"conversion", "CRO", "pricing", "navigation", "forms"
elite-brand-designBrand identity, personality, color psychology, tone of voice, brand package"brand", "logo", "visual identity", "tone of voice"
elite-auditQuality audit (~190 rules), remediation loop, pre-launch checklist"audit", "review", "QA", "pre-launch"

Common Workflows

"Build me a landing page"

  1. elite-design-core (establish tokens + hierarchy)
  2. elite-layouts (page structure)
  3. elite-gsap + elite-accessibility (scroll animations)
  4. elite-ux-strategy (conversion optimization)
  5. elite-audit (pre-launch check)

"Design a brand for my company"

  1. elite-brand-design (discovery → personality → visual identity → tone → package generation)
  2. elite-design-core (implement tokens)

"Make this site look more professional"

  1. elite-design-core (audit typography, spacing, hierarchy)
  2. elite-audit (run quality checklist)
  3. Fix issues using the teaching skills the audit references

"Add animations to my site"

  1. elite-gsap + elite-accessibility (always together)
  2. elite-performance (if performance concerns arise)

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.82%
按下载量换算24

Claude

32.03%
按下载量换算22

Cursor

18.11%
按下载量换算13

Gemini CLI

10.16%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills