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

elite-inspiration精英灵感

Agent Skill

elite-inspiration 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

930

周安装

38

GitHub Stars

公开资料未说明

下载量

301
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

elite-inspiration 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词或任务场景快速定位候选结果。
  • 可通过 npx skills add 命令从指定 GitHub 仓库安装,建议确认权限和维护状态后再使用。
  • 使用前需检查是否会触发联网、命令执行或文件读写操作,确保符合项目安全规范。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Elite Inspiration

Curated references from Awwwards, FWA, and CSS Design Awards.

Quick Reference

PatternReference File
Horizontal Scrollhorizontal-scroll-sites.md
Bento Gridsbento-grid-sites.md
Text Animationstext-animation-sites.md
Parallaxparallax-sites.md
Product Configuratorsproduct-configurators.md
Agency Portfoliosagency-portfolios.md
Micro-interactionsmicro-interactions.md
Archetype case studiesarchetype-case-studies.md

How to Study Inspiration

Don't Copy, Understand

When studying award-winning sites:

  1. Identify the technique - What animation/layout is used?
  2. Understand the purpose - Why this technique? What does it communicate?
  3. Analyze timing - Note easing, duration, stagger patterns
  4. Map to implementation - How would you build it?
  5. Adapt to context - How does it fit your project?

Questions to Ask

  • What makes this feel premium?
  • How does animation support content?
  • What's the hierarchy of movement?
  • How does it handle mobile?
  • What accessibility considerations exist?

Award Platforms

Awwwards

URL: https://www.awwwards.com

Best for: Cutting-edge techniques, design trends, agency work

Key sections:

FWA (Favourite Website Awards)

URL: https://thefwa.com

Best for: Experimental work, interactive experiences, WebGL

Key sections:

CSS Design Awards

URL: https://www.cssdesignawards.com

Best for: CSS-focused design, clean implementations

Godly

URL: https://godly.website

Best for: Curated landing pages, SaaS design inspiration

Landbook

URL: https://land-book.com

Best for: Landing page patterns, conversion-focused design

SaaS Landing Page

URL: https://saaslandingpage.com

Best for: B2B SaaS design patterns


Pattern Categories

Horizontal Scroll

Used for: Portfolios, case studies, storytelling

Key techniques:

  • GSAP ScrollTrigger pin
  • CSS scroll-snap
  • Progress indicators
  • Mobile fallback to vertical

Study these → See horizontal-scroll-sites.md


Bento Grids

Used for: Feature showcases, product pages, dashboards

Key techniques:

  • CSS Grid with spans
  • Responsive reflow
  • Card hover effects
  • FLIP animations for filtering

Study these → See bento-grid-sites.md


Text Animations

Used for: Hero sections, headlines, storytelling

Key techniques:

  • SplitText character/word animation
  • Masked reveals
  • Stagger patterns
  • Scroll-linked reveals

Study these → See text-animation-sites.md


Parallax Effects

Used for: Depth, immersion, storytelling

Key techniques:

  • Multi-layer depth
  • Scroll-based transforms
  • Sticky sections
  • CSS perspective

Study these → See parallax-sites.md


Product Configurators

Used for: E-commerce, SaaS, customization

Key techniques:

  • 3D model integration
  • Color/option switching
  • Real-time preview
  • FLIP transitions

Study these → See product-configurators.md


Agency Portfolios

Used for: Creative studios, freelancers

Key techniques:

  • Case study navigation
  • Project hover previews
  • Custom cursors
  • Page transitions

Study these → See agency-portfolios.md


Micro-interactions

Used for: Buttons, forms, navigation, feedback

Key techniques:

  • State transitions
  • Loading states
  • Hover feedback
  • Success/error states

Study these → See micro-interactions.md


Leading Studios

These studios consistently produce award-winning work:

Development-Focused

StudioKnown ForLocation
Active TheoryWebGL, interactiveLA, USA
Build in AmsterdamSmooth animationsAmsterdam
LocomotiveScroll experiencesMontreal
ResnExperimentalWellington
Studio FreightMotion designBrooklyn
Basement StudioCutting-edge techBuenos Aires

Design-Focused

StudioKnown ForLocation
Basic/DeptClean, minimalSan Diego
HugeEnterprise scaleBrooklyn
FantasyProduct designSF
UenoBrand experiencesReykjavik
RallyStartupsSF

Technology Patterns

GSAP Usage

Most award-winning sites use GSAP for:

  • Scroll-driven animations (ScrollTrigger)
  • Text reveals (SplitText)
  • Layout changes (Flip)
  • Timeline orchestration

WebGL/Three.js

Common in:

  • 3D product showcases
  • Interactive backgrounds
  • Particle effects
  • Shader-based visuals

Frameworks

Common stacks:

  • Next.js - React SSR, performance
  • Nuxt - Vue SSR
  • SvelteKit - Svelte SSR
  • Astro - Static-first, partial hydration

Evaluation Criteria

How awards judge sites:

Awwwards Criteria

CategoryWeightWhat They Look For
Design40%Visual impact, creativity, trends
Usability30%Navigation, accessibility, mobile
Creativity15%Innovation, uniqueness
Content15%Quality, relevance

What Makes "SOTD" (Site of the Day)

  1. Visual excellence - Striking first impression
  2. Technical innovation - Novel techniques
  3. Purposeful motion - Animation supports content
  4. Cross-device - Works on mobile
  5. Performance - Fast load, smooth scroll
  6. Attention to detail - Micro-interactions, polish

Research Workflow

When Starting a Project

  1. Define the pattern - What type of site? (portfolio, SaaS, e-commerce)
  2. Search Awwwards - Filter by category, color, tech
  3. Collect 5-10 references - Screenshot key moments
  4. Analyze techniques - Note what makes each special
  5. Identify common threads - What do great examples share?
  6. Adapt to project - How can these inspire your approach?

Bookmarking System

Organize inspiration by:

  • Pattern type (horizontal scroll, bento, etc.)
  • Technique (scroll animation, 3D, text effects)
  • Industry (SaaS, fashion, agency)
  • Complexity (simple, medium, advanced)

Staying Current

Follow

Events

  • Awwwards Conferences
  • OFFF Festival
  • Beyond Tellerrand

Newsletters

  • Awwwards weekly digest
  • Codrops Collective
  • Web Design Weekly

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

39.93%
按下载量换算120

Claude

28.38%
按下载量换算85

Cursor

18.38%
按下载量换算55

Gemini CLI

9.42%
按下载量换算28

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills