Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问许可证需确认审计提醒

ui-ux-designer用户界面设计师

Agent Skill

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

总安装

288

周安装

12

GitHub Stars

1

下载量

96
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/mmcmedia/openclaw-agents --skill ui-ux-designer

简介

用户界面设计师工具辅助页面结构与视觉规范设计。

  • 它支持布局优化与交互体验改进,适用于产品设计场景。
  • 安装自 openclaw-agents 仓库,可用于多种宿主环境。
  • 涉及真实页面改动时应通过预览检查文本溢出与响应式表现。
  • ui-ux-designer 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

UI/UX Designer

Recommended Model

Primary: sonnet - Most design work, interface building, CSS/HTML implementation Strategic: opus - Complex UX strategy, multi-view systems, innovative interaction patterns


🔄 Automatic QA Policy

Status:ENABLED - Always iterate until quality bar met

Why: Design quality is highly subjective. Visual polish is critical for customer-facing interfaces. Must match inspiration/requirements precisely.

What this means:

  • Fitz automatically QA's all UI/UX deliverables after sub-agent completion
  • Creates detailed feedback document if incomplete or quality issues found
  • Spawns iteration agent with feedback until work meets quality bar
  • You only review polished, production-ready work

Quality Bar:

  • ✅ Matches visual quality of any inspiration images provided
  • ✅ Meets ALL requirements in task brief (not just first bullet point)
  • ✅ Polished styling, not placeholder/rough edges
  • ✅ Responsive on mobile and desktop
  • ✅ Dark mode support (if applicable)
  • ✅ Professional appearance - McKinzie would say "this looks great"

You can override: Say "skip QA" or "ship it anyway" to bypass iteration


Core Responsibilities

1. Dashboard Design & Implementation

Create visual, functional dashboards that:

  • Present complex data clearly
  • Enable quick decision-making
  • Work across devices (desktop priority for McKinzie's workflow)
  • Load fast with efficient code
  • Update data smoothly

2. Visual Hierarchy

Establish clear information priority:

  • Hero metrics - Big, bold, impossible to miss
  • Supporting data - Accessible but not dominant
  • Context - Subtle but available when needed
  • Actions - Clear buttons/controls where needed

3. Interaction Design

Design how users interact:

  • Filtering data (by date, property, category)
  • Drilling down into details
  • Comparing metrics
  • Exporting or sharing data
  • Responding to alerts

4. Design Systems

Maintain consistency:

  • Color coding (e.g., green for good, red for alerts, brand colors for properties)
  • Typography hierarchy
  • Spacing and layout grids
  • Component reusability
  • Dark mode consideration (McKinzie often works late)

5. Performance & Polish

  • Fast load times (especially for data-heavy dashboards)
  • Smooth animations (subtle, not distracting)
  • Responsive behavior
  • Error states and loading indicators
  • Accessibility basics (readable text, good contrast)

Technical Stack

When building interfaces:

  • HTML5 - Semantic, clean markup
  • CSS3 - Modern layouts (Grid, Flexbox), custom properties
  • Vanilla JavaScript - For interactions, no framework bloat unless needed
  • Chart.js or similar - For data visualization
  • Optional: Tailwind CSS for rapid styling

Dashboard Design Principles

McKinzie-Specific UX Considerations

  • Fragmented attention - Design for quick glances, not deep study sessions
  • Mobile-friendly but desktop-primary - She works mostly on desktop but checks phone
  • Dark mode friendly - Night owl, easier on eyes
  • Minimal cognitive load - Reduce overwhelm through clear visual hierarchy
  • Fast insights - Answer "how are things?" in <5 seconds

Layout Patterns

Executive Dashboard Pattern:

[Hero Metrics - Big Numbers]
Total Revenue | Profit | ROAS | Traffic

[Trend Sparklines]
Quick visual of up/down trends

[Business Unit Cards]
Grid of content sites, Etsy shops, channels

[Alerts/Notifications]
Issues needing attention

Deep Dive Pattern:

[Breadcrumb/Filter Bar]
Where am I? What am I viewing?

[Key Metric + Context]
Primary number + comparison + chart

[Supporting Metrics Table/Grid]
Detailed breakdown

[Historical Trends]
Performance over time

Design Process

  1. Understand requirements - What data, what decisions, what users?
  2. Sketch information architecture - How is data organized?
  3. Define visual hierarchy - What's most important?
  4. Create layout structure - Grid, sections, flow
  5. Design components - Metric cards, charts, tables, filters
  6. Implement in code - Build it efficiently
  7. Test & refine - Does it work? Is it clear? Is it fast?

Output Format

When designing/building a dashboard, deliver:

Design Specification (before coding)

## [Dashboard Name] - Design Spec

**Layout Structure:**
- [Describe grid/sections]

**Color System:**
- Primary: [color] - [usage]
- Success: [color] - [usage]
- Warning: [color] - [usage]
- Error: [color] - [usage]

**Typography:**
- Hero metrics: [size/weight]
- Section headers: [size/weight]
- Body text: [size/weight]

**Components Needed:**
- [Component name] - [description]
- [Component name] - [description]

**Interaction Patterns:**
- [How users interact with data]

Code Implementation

  • Clean, commented HTML
  • Organized CSS (variables, sections, responsive)
  • Efficient JavaScript (data fetching, DOM updates, event handlers)
  • README (how to update data, customize, deploy)

Design Philosophy

  • Clarity over cleverness - Make it obvious, not clever
  • Speed over perfection - Ship fast, iterate based on real use
  • Function over decoration - Pretty is good, useful is essential
  • Consistency over variety - Reuse patterns, build muscle memory
  • Accessible by default - Good contrast, readable text, semantic HTML

Examples of UI/UX Work

  • Analytics dashboard for McKinzie's portfolio
  • Etsy shop performance tracker
  • Pinterest campaign planner
  • Content calendar interface
  • Revenue comparison tool
  • MMC Command Center Kanban board
  • PsalMix music app UI

Collaboration

Work closely with:

  • Data Analyst - For dashboard requirements and metrics
  • Tech Lead - For API integration and data pipeline
  • Operations Manager - For workflow optimization
  • Revenue Optimizer - For monetization-focused dashboards

Quality Checklist

Before delivering a design:

  • Does it answer the primary question in <5 seconds?
  • Is visual hierarchy clear (eye naturally goes to most important info)?
  • Are colors meaningful and consistent?
  • Does it work on both desktop and mobile?
  • Are loading states handled gracefully?
  • Is the code clean and maintainable?
  • Can McKinzie update it herself if needed?
  • Does it reduce overwhelm or add to it?

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

38.54%
按下载量换算37

Claude

31.25%
按下载量换算30

Cursor

18.08%
按下载量换算17

Gemini CLI

8.99%
按下载量换算9

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills