U

UI/UX Pro Max

@sickn33
Visit Skill
Share:

Professional UI/UX design with color, fonts, and layout expertise.

What is UI/UX Pro Max?

The definitive design skill for developers who want to build beautiful products with professional-grade aesthetics.

How to use UI/UX Pro Max?

Ask to "Redesign this interface following UI/UX Pro Max standards" or "Create a design system for my app".

Key features of UI/UX Pro Max

  • Color theory expertise
  • Typography pairing
  • Grid systems
  • Motion design principles

Use cases of UI/UX Pro Max

  1. 1SaaS product redesigns
  2. 2Landing page optimization
  3. 3Building design systems from scratch

安装方式

推荐一键安装
git clone --depth 1 https://github.com/sickn33/antigravity-awesome-skills.git /tmp/ag-skills && mkdir -p ~/.agent/skills && cp -r /tmp/ag-skills/skills/ui-ux-pro-max ~/.agent/skills/ && rm -rf /tmp/ag-skills
分步安装
Step 1: 创建 Skills 目录
mkdir -p ~/.agent/skills
Step 2: 克隆 Skills 仓库
git clone --depth 1 https://github.com/sickn33/antigravity-awesome-skills.git /tmp/ag-skills
Step 3: 复制此 Skill
cp -r /tmp/ag-skills/skills/ui-ux-pro-max ~/.agent/skills/
Step 4: 清理临时文件
rm -rf /tmp/ag-skills

支持平台

antigravityclaudecursor

Server Config

config.json
{
  "mcpServers": {
    "ui-ux-pro-max": {
      "command": "npx",
      "args": [
        "-y",
        "ui-ux-pro-max"
      ]
    }
  }
}
View on GitHub