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

ui-ux-pro-maxUI/UX 设计增强

Agent Skill

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

总安装

399

周安装

16

GitHub Stars

1

下载量

129
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/cityfish91159/maihouses --skill ui-ux-pro-max

简介

ui-ux-pro-max 提供界面风格、配色与交互的决策支持数据库。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中快速匹配产品视觉方案时使用。
  • 内置图表、字体与组件推荐,覆盖多种产品类型。
  • 建议结合具体用户任务验证设计合理性,避免仅凭风格偏好决策。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

UI/UX Pro Max - Design Intelligence

CSV database of UI styles, color palettes, font pairings, chart types, product recommendations, UX guidelines, and stack-specific best practices.

Data Location

All reference data lives in CSV files — read them directly with the Read tool:

.claude/skills/ui-ux-pro-max/data/
├── charts.csv        # Chart types & library recommendations
├── colors.csv        # Color palettes by product type
├── landing.csv       # Page structure & CTA strategies
├── products.csv      # Product type recommendations
├── prompts.csv       # AI prompts & CSS keywords
├── styles.csv        # UI styles, colors, effects
├── typography.csv    # Font pairings with Google Fonts
├── ux-guidelines.csv # Best practices & anti-patterns
└── stacks/
    ├── html-tailwind.csv
    ├── react.csv
    ├── nextjs.csv
    ├── vue.csv
    ├── svelte.csv
    ├── swiftui.csv
    ├── react-native.csv
    ├── flutter.csv
    └── nuxt-ui.csv

How to Use This Skill

When user requests UI/UX work (design, build, create, implement, review, fix, improve), follow this workflow:

Step 1: Analyze User Requirements

Extract key information from user request:

  • Product type: SaaS, e-commerce, portfolio, dashboard, landing page, etc.
  • Style keywords: minimal, playful, professional, elegant, dark mode, etc.
  • Industry: healthcare, fintech, gaming, education, etc.
  • Stack: React, Vue, Next.js, or default to html-tailwind

Step 2: Read Relevant CSV Files

Use the Read tool to load the relevant CSV data files directly.

Recommended read order:

  1. products.csv - Get style recommendations for product type
  2. styles.csv - Get detailed style guide (colors, effects, frameworks)
  3. typography.csv - Get font pairings with Google Fonts imports
  4. colors.csv - Get color palette (Primary, Secondary, CTA, Background, Text, Border)
  5. landing.csv - Get page structure (if landing page)
  6. charts.csv - Get chart recommendations (if dashboard/analytics)
  7. ux-guidelines.csv - Get best practices and anti-patterns
  8. stacks/react.csv (or relevant stack) - Get stack-specific guidelines

Step 3: Stack Guidelines (Default: html-tailwind)

If user doesn't specify a stack, default to html-tailwind.

Available stacks: html-tailwind, react, nextjs, vue, svelte, swiftui, react-native, flutter


CSV Domain Reference

CSV FileUse ForSearch Keywords
products.csvProduct type recommendationsSaaS, e-commerce, portfolio, healthcare, beauty, service
styles.csvUI styles, colors, effectsglassmorphism, minimalism, dark mode, brutalism
typography.csvFont pairings, Google Fontselegant, playful, professional, modern
colors.csvColor palettes by product typesaas, ecommerce, healthcare, beauty, fintech, service
landing.csvPage structure, CTA strategieshero, hero-centric, testimonial, pricing, social-proof
charts.csvChart types, library recommendationstrend, comparison, timeline, funnel, pie
ux-guidelines.csvBest practices, anti-patternsanimation, accessibility, z-index, loading
prompts.csvAI prompts, CSS keywords(style name)

Tips for Better Results

  1. Be specific with keywords - "healthcare SaaS dashboard" > "app"
  2. Read multiple CSVs - Different files reveal different insights
  3. Combine domains - Style + Typography + Color = Complete design system
  4. Always check UX - Read ux-guidelines.csv for "animation", "z-index", "accessibility" issues
  5. Use stack CSV - Get implementation-specific best practices
  6. Iterate - If first read doesn't match, check related CSV files

Common Rules for Professional UI

These are frequently overlooked issues that make UI look unprofessional:

Icons & Visual Elements

RuleDoDon't
No emoji iconsUse SVG icons (Heroicons, Lucide, Simple Icons)Use emojis as UI icons
Stable hover statesUse color/opacity transitions on hoverUse scale transforms that shift layout
Correct brand logosResearch official SVG from Simple IconsGuess or use incorrect logo paths
Consistent icon sizingUse fixed viewBox (24x24) with w-6 h-6Mix different icon sizes randomly

Interaction & Cursor

RuleDoDon't
Cursor pointerAdd cursor-pointer to all clickable/hoverable cardsLeave default cursor on interactive elements
Hover feedbackProvide visual feedback (color, shadow, border)No indication element is interactive
Smooth transitionsUse transition-colors duration-200Instant state changes or too slow (>500ms)

Light/Dark Mode Contrast

RuleDoDon't
Glass card light modeUse bg-white/80 or higher opacityUse bg-white/10 (too transparent)
Text contrast lightUse #0F172A (slate-900) for textUse #94A3B8 (slate-400) for body text
Muted text lightUse #475569 (slate-600) minimumUse gray-400 or lighter
Border visibilityUse border-gray-200 in light modeUse border-white/10 (invisible)

Layout & Spacing

RuleDoDon't
Floating navbarAdd top-4 left-4 right-4 spacingStick navbar to top-0 left-0 right-0
Content paddingAccount for fixed navbar heightLet content hide behind fixed elements
Consistent max-widthUse same max-w-6xl or max-w-7xlMix different container widths

Pre-Delivery Checklist

Before delivering UI code, verify these items:

Visual Quality

  • No emojis used as icons (use SVG instead)
  • All icons from consistent icon set (Heroicons/Lucide)
  • Brand logos are correct (verified from Simple Icons)
  • Hover states don't cause layout shift
  • Use theme colors directly (bg-primary) not var() wrapper

Interaction

  • All clickable elements have cursor-pointer
  • Hover states provide clear visual feedback
  • Transitions are smooth (150-300ms)
  • Focus states visible for keyboard navigation

Light/Dark Mode

  • Light mode text has sufficient contrast (4.5:1 minimum)
  • Glass/transparent elements visible in light mode
  • Borders visible in both modes
  • Test both modes before delivery

Layout

  • Floating elements have proper spacing from edges
  • No content hidden behind fixed navbars
  • Responsive at 320px, 768px, 1024px, 1440px
  • No horizontal scroll on mobile

Accessibility

  • All images have alt text
  • Form inputs have labels
  • Color is not the only indicator
  • prefers-reduced-motion respected

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenCode

29.49%
按下载量换算38

Codex

22.47%
按下载量换算29

Claude Code

14.68%
按下载量换算19

Antigravity

12.14%
按下载量换算16

Gemini CLI

6.8%
按下载量换算9

windsurf

3.19%
按下载量换算4

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

只读

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

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills