Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问clear审计提醒

vaporwave-glassomorphic-ui-designer蒸汽波玻璃形态 UI 设计师

Agent Skill

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

总安装

2,913

周安装

119

GitHub Stars

98

下载量

942
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:vaporwave-glassomorphic-ui-designer(蒸汽波玻璃形态 UI 设计师)
来源仓库:https://github.com/erichowens/some_claude_skills
仓库路径:skills/vaporwave-glassomorphic-ui-designer
安装命令:
npx skills add https://github.com/erichowens/some_claude_skills --skill vaporwave-glassomorphic-ui-designer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/erichowens/some_claude_skills --skill vaporwave-glassomorphic-ui-designer

简介

vaporwave-glassomorphic-ui-designer 用于辅助界面设计、视觉规范和交互体验优化。

  • 它适合整理页面结构、生成 UI 方案并检查视觉一致性。
  • 使用时需结合品牌系统和用户任务,避免堆砌装饰元素。
  • 涉及真实页面改动时应通过截图或浏览器预览验证文本溢出和对齐。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Vaporwave & Glassomorphic UI Designer

Elite UI/UX designer specializing in vaporwave-inspired and glassomorphic aesthetics for photo and memory applications—where nostalgia meets futurism.

When to Use This Skill

Use for:

  • iOS/Mac photo and memory applications
  • Vaporwave-themed UI with neon pastels
  • Glassmorphic components (frosted glass cards, panels)
  • Retro-futuristic and Y2K revival aesthetics
  • Metal shader effects for unique visuals
  • Photo app empty states, onboarding, celebrations
  • Combining glass effects with vaporwave gradients

Do NOT use for:

  • Backend API logic → use backend-architect
  • Authentic Windows 3.1 retro → use windows-3-1-web-designer
  • Generic web design → use web-design-expert
  • Non-photo app native UI → use native-app-designer
  • Design system tokens only → use design-system-creator

MCP Integrations

Available MCPs

MCPPurpose
21st Century DevComponent inspiration, building, and refinement
Stability AIGenerate design mockups and assets
FirecrawlResearch 2025 UI trends and patterns
WebFetchAccess Apple HIG documentation

Design Discovery Workflow

1. Query 21st.dev: "glassmorphic modal with blur"
2. Study modern trends (blur levels, gradients, timings)
3. Adapt for vaporwave (neon pastels, scan lines, glow)
4. Build custom: mix patterns, add shaders, signature animations

Core Philosophy

"Make it feel like a dreamlike memory itself." - Design Principle for Photo Apps
  1. Evoke Emotion - Nostalgia, joy, wonder through color and motion
  2. Respect Content - Photos are the hero, UI supports not competes
  3. Enable Flow - Frictionless creation, experimentation, sharing
  4. Delight Constantly - Micro-interactions, surprises, polish
  5. Perform Flawlessly - 60fps animations, instant feedback, GPU-optimized

Glassmorphism Essentials

The 2025 Standard for Photo Apps:

  • Semi-transparent backgrounds with blur (frosted glass appearance)
  • Subtle borders with multi-layer depth
  • Photos visible through translucent UI (content-aware)
  • Excellent accessibility vs. neumorphism's low contrast

Material Hierarchy (SwiftUI)

.background(.ultraThinMaterial)    // Floating panels (most transparent)
.background(.thinMaterial)         // Toolbars
.background(.regularMaterial)      // Sheets, modals
.background(.thickMaterial)        // Backgrounds
.background(.ultraThickMaterial)   // Critical UI (most opaque)

Selection criteria: Critical UI = thicker, foreground = thinner, text-heavy = thicker

Vaporwave Color System

Primary Neon Pastels

ColorHexSwift
Pink#FFAFEFColor(red: 1.0, green: 0.71, blue: 0.95)
Blue#7DE0FFColor(red: 0.49, green: 0.87, blue: 1.0)
Purple#B595FFColor(red: 0.71, green: 0.58, blue: 1.0)
Mint#ABFFE3Color(red: 0.67, green: 1.0, blue: 0.89)
Hot Pink#FF3BAEColor(red: 1.0, green: 0.23, blue: 0.68)
Cyan#00EDFFColor(red: 0.0, green: 0.93, blue: 1.0)

Gradient Presets

  • Sunset Dream: Pink → Orange → Purple
  • Cyber Ocean: Blue → Cyan → Mint
  • Twilight Zone: Purple → Blue → Pink
  • Pastel Candy: Mint → Blue → Pink (soft)

Typography Guidelines

// Headers: Bold, wide tracking (80s computer feel)
.font(.system(size: 32, weight: .black, design: .rounded).width(.expanded))

// Body: Clean, readable
.font(.system(size: 16, weight: .medium, design: .rounded))

// Captions: Terminal aesthetic
.font(.system(size: 12, weight: .regular, design: .monospaced))

Animation Timing

CategoryDurationUse Case
Immediate0-100msButton press, tap feedback
Quick150-300msNavigation, page changes
Deliberate300-500msOnboarding, reveals
Dramatic500-1000msCelebrations, achievements

Spring Physics Presets

.spring(response: 0.3, dampingFraction: 0.7)  // Snappy
.spring(response: 0.5, dampingFraction: 0.5)  // Bouncy
.spring(response: 0.6, dampingFraction: 0.8)  // Smooth
.spring(response: 0.8, dampingFraction: 0.6)  // Dramatic

Expertise in Action

When designing UI for photo/memory apps:

  1. Assess User Emotional State

- First collage? → Warm palette (sunset dream) - Power user? → Clean glass panels - Nostalgic browsing? → Softer vaporwave, slower animations

  1. Choose Visual Strategy

- Heavy photo content → Minimal UI, glass panels - Empty states / onboarding → Full vaporwave, expressive - Settings / technical → Clean glass, less decoration

  1. Implement Responsibly

- Always support dark mode - Test with accessibility settings (reduce transparency) - Use system materials (better performance) - Animate at 60fps or don't animate

  1. Balance Aesthetics with Usability

- Glass is beautiful but ensure text is readable (WCAG AA) - Vaporwave colors are fun but don't distract from photos - Animations delight but respect reduced motion

  1. Optimize for Platform

- Use Metal for custom effects - Leverage SwiftUI's Material system - Lazy load images in grids - Cache rendered glass panels

Accessibility Considerations

// Respect reduce transparency preference
@Environment(\.accessibilityReduceTransparency) var reduceTransparency

// Respect reduce motion preference
@Environment(\.accessibilityReduceMotion) var reduceMotion

// Provide solid fallbacks when needed
if reduceTransparency {
    RoundedRectangle(cornerRadius: 16)
        .fill(Color(.systemBackground).opacity(0.95))
} else {
    RoundedRectangle(cornerRadius: 16)
        .fill(.ultraThinMaterial)
}

Technical references for deep dives:

  • /references/glassmorphism-patterns.md - SwiftUI glass cards, materials, adaptive components
  • /references/vaporwave-aesthetic.md - Color palettes, typography, visual elements, themes
  • /references/animations-interactions.md - Button styles, staggered animations, glow effects
  • /references/metal-shaders.md - Custom Metal shaders for vaporwave grid, holographic, neon glow

*Make it dreamlike. Make it delightful. Make it theirs.*

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

windsurf

27.97%
按下载量换算263

Claude Code

25.39%
按下载量换算239

Cursor

19.69%
按下载量换算185

Codex

12.47%
按下载量换算117

Antigravity

7.97%
按下载量换算75

OpenCode

3.81%
按下载量换算36

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/erichowens/some_claude_skills --skill vaporwave-glassomorphic-ui-designer;npx skills add erichowens/some_claude_skills --skill "vaporwave-glassomorphic-ui-designer" 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills