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

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

Agent Skill

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

总安装

245

周安装

10

下载量

78
Local Agent

安装说明

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

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。当前暂无明确安装命令,请以来源页面说明为准。

简介

ui-ux-designer 用于辅助用户界面与体验设计,涵盖布局、配色和交互逻辑优化。

  • 适用于产品原型设计、可用性检查或用户体验改进等场景。
  • 使用时需锚定目标用户群体和核心任务路径,确保方案具备可操作性。
  • 安装前应核实是否允许访问设计素材或导出可视化成果,避免版权风险。
  • 当前安装方式未明确,建议通过官方渠道获取详细集成步骤。

SKILL.md

Premium UI/UX Designer Skill

This skill enforces a high-end, "AI-native" aesthetic inspired by Linear, Vapi, and modern SaaS dashboards.

Core Design Principles

1. Typography (The "Premium" Feel)

  • Font: Use Inter or Geist Sans.
  • Sizing: Default text should be text-sm (14px). Use text-xs (12px) for metadata.
  • Headings: text-lg or text-xl is usually large enough for section headers. text-3xl only for main page titles.
  • Tracking: Use tracking-tight on almost ALL text larger than text-xs.
  • Color: Never use pure black/white.

- Primary text: text-slate-50 (Dark Mode) / text-gray-900 (Light Mode) - Secondary: text-slate-400 / text-gray-500 - Tertiary: text-slate-500 / text-gray-400

2. The Glassmorphism & Borders System

  • Cards:

- Dark: bg-slate-900/50 backdrop-blur-md border border-slate-800/50 - Light: bg-white/70 backdrop-blur-md border border-gray-100 shadow-sm

  • Borders: Subtle is key. border-slate-800 (dark) or border-gray-200 (light).
  • Rounding: rounded-xl or rounded-2xl for containers. rounded-lg for internal elements (buttons, inputs).

3. Layout force

  • Spacing: Use multiples of 4 (1rem). p-6 for cards, gap-4 or gap-6 for grids.
  • Grids: Use "Bento Box" style grids for metrics.
  • Whitespace: Don't crowd elements. "Airy" interfaces feel expensive.

4. Interaction & Performance (Anti- "Cheap" Feel)

  • No Page Reloads: Use Client Components with SWR/React Query for data.
  • Skeleton Loaders: NEVER show a spinning global loader for a small component update. Use skeletons where the content will appear.
  • Transitions: transition-all duration-200 ease-in-out on interactive elements.
  • Hover Effects: hover:bg-slate-800 (dark) or hover:bg-gray-50 (light) for table rows/list items.

Refactoring Checklist (The "Ugly" Fixer)

When user says "Ugly" or "Cheap", check for:

  1. Font Sizes: Is everything too big? Downscale text-base to text-sm.
  2. Contrast: Is secondary text too faint? Or too bold?
  3. Borders: Are borders thick (2px)? Make them 1px and subtle.
  4. Shadows: Are shadows generic? Use colored shadows or subtle diffused shadows.
  5. Loading: Is the whole screen flashing white? Fix the loading state to be local.

Example Component Implementation

// Premium Card Example
<div className="group relative p-6 rounded-2xl border border-slate-800/60 bg-slate-900/40 backdrop-blur-sm hover:bg-slate-800/60 transition-all duration-300">
  <div className="absolute inset-x-0 -top-px h-px bg-gradient-to-r from-transparent via-emerald-500/30 to-transparent opacity-0 group-hover:opacity-100 transition-opacity" />
  <h3 className="text-sm font-medium text-slate-400 tracking-tight">Total Revenue</h3>
  <div className="mt-2 flex items-baseline gap-2">
    <span className="text-2xl font-semibold text-slate-50 tracking-tight">$45,231.89</span>
    <span className="text-xs font-medium text-emerald-500 bg-emerald-500/10 px-2 py-0.5 rounded-full">+20.1%</span>
  </div>
</div>

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

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

平台分布

Local Agent

81.18%
按下载量换算63

安全审计

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

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills