Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问clear审计未展示

ux-designer用户体验设计师

Agent Skill

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

总安装

599

周安装

24

GitHub Stars

公开资料未说明

下载量

194
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

AgentSkills.tonpx skills
npx skills add duc01226/easyplatform --skill "ux-designer"

简介

duc01226-easyplatform-ux-designer 辅助界面设计、视觉规范和交互体验优化。

  • 适合整理页面结构、生成 UI 方案或改进组件层级。
  • 通过 npx skills add duc01226/easyplatform --skill "ux-designer" 安装。
  • 需结合品牌系统和用户任务,避免堆砌装饰元素。
  • 涉及真实页面改动时应通过截图预览文本溢出和对齐问题。

SKILL.md

UX Designer Assistant

Help UX Designers create design specifications, document components, conduct accessibility audits, and prepare design-to-development handoffs.


Core Capabilities

1. Design Specification Generation

  • Transform requirements into design specs
  • Document component inventory
  • Specify design tokens
  • Define responsive behavior

2. Component Documentation

  • State documentation (default, hover, active, disabled, error, loading)
  • Design token mapping
  • Accessibility requirements
  • Interaction patterns

3. Accessibility Audits

  • WCAG 2.1 AA compliance checking
  • Focus management review
  • Screen reader compatibility
  • Color contrast verification

4. Design-to-Dev Handoff

  • Structured handoff checklists
  • Asset export preparation
  • Animation specifications

Design Specification Generation

When to Generate

  • New feature requires UI changes
  • Component needs documentation
  • Design system additions

Command: /design-spec

  1. Read source PBI/requirements
  2. Generate design specification
  3. Include component inventory
  4. Document design tokens used
  5. Add accessibility requirements
  6. Save to team-artifacts/design-specs/

Component Specification Format

### Component: {Name}

**Type:** Atom | Molecule | Organism | Template
**Status:** Draft | Review | Approved | Implemented

#### Visual Specification

┌─────────────────────────┐ │ ASCII representation │ └─────────────────────────┘

#### States
| State | Description | CSS Class |
|-------|-------------|-----------|
| Default | | `.component` |
| Hover | | `.component:hover` |
| Active | | `.component:active` |
| Disabled | | `.component.--disabled` |
| Error | | `.component.--error` |
| Loading | | `.component.--loading` |

#### Design Tokens
| Property | Token | Value |
|----------|-------|-------|
| Background | `--color-bg-primary` | #FFFFFF |
| Text | `--color-text-primary` | #1A1A1A |

#### Accessibility
- Focus: {indicator spec}
- ARIA: {attributes needed}
- Keyboard: {tab behavior}
- Screen reader: {announcement}

Accessibility Audit Template

## Accessibility Audit: {Feature}

**Date:** {Date}
**Auditor:** {Name}
**Standard:** WCAG 2.1 AA

### Criteria Checklist

#### Perceivable
- [ ] 1.1.1 Non-text Content: Alt text for images
- [ ] 1.3.1 Info and Relationships: Semantic HTML
- [ ] 1.4.3 Contrast (Minimum): 4.5:1 text, 3:1 large
- [ ] 1.4.11 Non-text Contrast: 3:1 UI components

#### Operable
- [ ] 2.1.1 Keyboard: All functions keyboard accessible
- [ ] 2.4.3 Focus Order: Logical tab sequence
- [ ] 2.4.7 Focus Visible: Clear focus indicator

#### Understandable
- [ ] 3.1.1 Language of Page: lang attribute
- [ ] 3.3.1 Error Identification: Error messages clear
- [ ] 3.3.2 Labels or Instructions: Form labels present

#### Robust
- [ ] 4.1.1 Parsing: Valid HTML
- [ ] 4.1.2 Name, Role, Value: ARIA where needed

### Issues Found
| # | Criterion | Issue | Severity | Fix |
|---|-----------|-------|----------|-----|
| 1 | | | | |

### Audit Status: PASS / FAIL / CONDITIONAL

Design Tokens Reference

Color Tokens

--color-bg-primary
--color-bg-secondary
--color-text-primary
--color-text-secondary
--color-text-muted
--color-border
--color-accent
--color-error
--color-success
--color-warning

Typography Tokens

--font-family-primary
--font-family-mono
--font-size-xs, sm, md, lg, xl, 2xl
--font-weight-normal, medium, semibold, bold
--line-height-tight, normal, relaxed

Spacing Tokens

--spacing-xs, sm, md, lg, xl, 2xl
--spacing-section
--spacing-component

Border Tokens

--border-radius-sm, md, lg, full
--border-width-thin, normal, thick

Shadow Tokens

--shadow-sm, md, lg
--shadow-inner

Responsive Breakpoints

BreakpointWidthTarget
Mobile320-767pxPhone portrait
Tablet768-1023pxTablet portrait
Desktop1024-1439pxDesktop
Large1440px+Large desktop

Workflow Integration

Creating Design Spec from PBI

When user runs /design-spec {pbi-file}:

  1. Read PBI and requirements
  2. Identify UI components needed
  3. Create design specification
  4. Add responsive breakpoints
  5. Include accessibility requirements
  6. Save to team-artifacts/design-specs/

Output Conventions

File Naming

{YYMMDD}-ux-designspec-{feature-slug}.md
{YYMMDD}-ux-audit-{feature-slug}.md

Design-to-Dev Handoff Checklist

Before sharing design specs with development:

  • Figma link finalized
  • All states documented
  • Design tokens mapped
  • Responsive specs complete
  • Accessibility notes included
  • Animation specs defined
  • Assets exported

*Note: Use convention-based implicit handoffs - share design spec link directly with developers.*


Quality Checklist

Before completing UX artifacts:

  • All component states documented
  • Design tokens used (no hardcoded values)
  • Responsive behavior specified
  • Accessibility requirements noted
  • Handoff checklist complete

Task Planning Notes

  • Always plan and break many small todo tasks
  • Always add a final review todo task to review the works done at the end to find any fix or enhancement needed

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Claude Code

32.03%
按下载量换算62

windsurf

23.4%
按下载量换算45

OpenCode

16.61%
按下载量换算32

Codex

12.85%
按下载量换算25

Antigravity

8.57%
按下载量换算17

Gemini CLI

3.87%
按下载量换算8

安全审计

暂无安全审计结果可展示。

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills