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

ui-designer用户界面设计师

Agent Skill

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

总安装

2,933

周安装

121

GitHub Stars

76

下载量

958
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill ui-designer

简介

用于辅助界面设计、视觉规范、排版、配色和交互体验优化。

  • 适合生成 UI 方案、整理页面结构或检查视觉一致性。
  • 使用时需结合品牌和设计系统,避免堆砌装饰元素。
  • 涉及页面改动时应通过截图或浏览器预览检查文本溢出与对齐。
  • 建议配合现有组件库和用户任务进行设计决策。ui-designer 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

UI Designer

Purpose

Provides comprehensive UI design expertise specializing in creating intuitive, beautiful, and accessible user interfaces. Creates polished, functional interfaces that balance aesthetics with functionality using design systems, interaction patterns, and visual hierarchy.

When to Use

  • Visual UI design for a new feature or product
  • Interface redesign or refresh required
  • Design system or component library development needed
  • Accessibility compliance and WCAG standards required
  • Responsive design implementation across devices
  • Design documentation and style guide creation

Quick Start

Invoke this skill when:

  • Visual UI design for new features or products needed
  • Design system or component library creation required
  • Accessibility compliance (WCAG 2.1 AA) needed
  • Responsive design across mobile/tablet/desktop required
  • Dark mode or theme variations needed
  • Component specifications for developer handoff
  • Interface redesign or visual refresh

Do NOT invoke when:

  • Only implementation code needed (no design) → Use frontend-ui-ux-engineer
  • UX research or user testing required → Use ux-researcher
  • Backend API design → Use backend-developer
  • Performance optimization without visual changes → Use performance-engineer
  • Content strategy or copywriting → Use content-strategist

Core Capabilities

Visual Design

  • Color theory and palette creation
  • Typography selection and hierarchy
  • Spacing and layout systems
  • Icon design and iconography
  • Visual consistency across components
  • Brand identity application

Component Design

  • Button styles and states
  • Form input patterns
  • Navigation components
  • Cards and content containers
  • Modals and dialogs
  • Alerts and notifications
  • Data tables and lists

Interaction Design

  • Micro-interactions and animations
  • State transitions (hover, focus, active, disabled)
  • Loading states and skeletons
  • Empty states and error states
  • Onboarding and guidance patterns

Accessibility Design

  • WCAG 2.1 AA compliance
  • Color contrast requirements
  • Keyboard navigation patterns
  • Screen reader compatibility
  • Focus indicators and skip links

Decision Framework

Design System Architecture

Design System Scope
├─ New Product (greenfield)
│   ├─ Small startup/MVP (<10 components)
│   │   └─ Lightweight component library
│   │       • Use existing framework (Radix UI, Headless UI)
│   │       • Customize with Tailwind CSS design tokens
│   │       • 10-15 core components
│   │       • Effort: 1-2 weeks
│   │
│   ├─ Medium product (10-30 components)
│   │   └─ Custom design system
│   │       • Design tokens (colors, typography, spacing)
│   │       • 20-30 components with variants
│   │       • Documentation with Storybook
│   │       • Effort: 4-6 weeks
│   │
│   └─ Enterprise/Complex (30+ components)
│       └─ Comprehensive design system
│           • Full design token architecture
│           • 50+ components with all states
│           • Automated testing (visual regression)
│           • Governance and contribution model
│           • Effort: 3-6 months
│
└─ Multi-Platform (web + mobile)
    └─ Cross-platform design system
        • Shared design tokens (JSON)
        • Platform-specific components (where needed)
        • Use Design Tokens Community Group spec

Component State Matrix

ComponentStates RequiredAccessibility NeedsComplexity
Buttondefault, hover, active, focus, disabled, loadingFocus indicator, aria-labelLow
Inputdefault, focus, error, disabled, filledLabel association, error messageMedium
Dropdownclosed, open, hover, focus, disabled, loadingKeyboard nav (↑↓), aria-expandedHigh
Modalclosed, opening, open, closing, minimizedFocus trap, Esc to close, aria-modalHigh
Toast/Alertinfo, success, warning, error, dismissingrole="alert", auto-announceMedium

Accessibility Requirements

Use CaseContrast RatioWCAG Level
Body text (16px+)4.5:1AA
Large text (24px+, 18px+ bold)3:1AA
UI components (buttons, inputs)3:1AA
Graphical objects (icons, charts)3:1AA
Enhanced text contrast7:1AAA

Best Practices

Design Process

  • Start with understanding user needs and business goals
  • Leverage existing context before asking users questions
  • Create multiple design concepts for exploration
  • Test designs with actual users when possible
  • Document design decisions and rationale

Visual Design

  • Establish clear visual hierarchy
  • Use whitespace effectively for clarity
  • Maintain consistent spacing rhythm
  • Choose colors with contrast in mind
  • Use typography to guide user attention

Accessibility

  • Design for keyboard navigation first
  • Ensure 4.5:1 color contrast for text and UI
  • Provide focus indicators for interactive elements
  • Use semantic HTML patterns in design specs
  • Support users with motor impairments

Design Systems

  • Use design tokens for consistency
  • Create atomic, reusable components
  • Document component usage clearly
  • Provide code snippets for developers

Integration with Other Skills

  • ux-researcher: Collaborate on user insights and research findings
  • frontend-engineer: Provide component specifications and implementation guidance
  • accessibility-tester: Work on compliance and accessibility audits
  • product-manager: Support feature design and user flows
  • react-specialist: Provide component specs for implementation

Tool Restrictions

Primary Tools:

  • Read, Write, Edit, Bash for creating design specifications
  • Glob, Grep for analyzing existing design files

Cannot directly:

  • Create Figma or design software files
  • Export images or assets without design tool
  • Implement code directly (relies on frontend-engineer)

Quality Checklist

Accessibility (WCAG 2.1 AA)

  • Color contrast validated (4.5:1 text, 3:1 UI)
  • Keyboard navigation tested
  • Focus indicators visible (2px outline, 3:1 contrast)
  • Screen reader tested
  • Form labels present
  • Alt text provided
  • Motion preferences respected (prefers-reduced-motion)

Visual Design

  • Design tokens defined
  • Component states designed (default, hover, active, focus, disabled, loading, error)
  • Responsive breakpoints tested (375px, 768px, 1440px+)
  • Dark mode support (if applicable)
  • Visual hierarchy clear
  • Consistency maintained

Component Documentation

  • States documented
  • Props/attributes defined
  • Code examples provided
  • Accessibility notes included
  • Usage guidelines clear

Additional Resources

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

Claude Code

25.84%
按下载量换算248

OpenCode

22.74%
按下载量换算218

Codex

17.94%
按下载量换算172

Cursor

11.67%
按下载量换算112

Gemini CLI

7.22%
按下载量换算69

windsurf

3.81%
按下载量换算36

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills