Loading...
Loading...
UI/UX 设计智能,在设计页面时必须使用
npx skill4agent add prorise-cool/claude-code-multi-agent ui-ux-pro-maxpython3 --version || python --version
brew install python3
sudo apt update && sudo apt install python3
winget install Python.Python.3.12
html-tailwindsearch.pypython3 .claude/skills/ui-ux-pro-max/scripts/search.py "<关键词>" --domain <领域> [-n <最大结果数>]
html-tailwind**python3 .claude/skills/ui-ux-pro-max/scripts/search.py "<关键词>" --stack html-tailwind
html-tailwindreactnextjsvuesvelteswiftuireact-nativefluttershadcn领域 ( | 用途 | 关键词示例 |
|---|---|---|
| 产品类型推荐 | SaaS, e-commerce (电商), portfolio (作品集), healthcare (医疗), beauty (美业), service (服务) |
| UI 风格、颜色、特效 | glassmorphism (玻璃拟态), minimalism (极简), dark mode (暗黑), brutalism (粗野主义) |
| 字体搭配, Google Fonts | elegant (优雅), playful (俏皮), professional (专业), modern (现代) |
| 按产品类型的配色方案 | saas, ecommerce, healthcare, beauty, fintech (金融), service |
| 页面结构, CTA 策略 | hero (首屏), hero-centric, testimonial (评价), pricing (定价), social-proof (社会证明) |
| 图表类型, 库推荐 | trend (趋势), comparison (对比), timeline (时间轴), funnel (漏斗), pie (饼图) |
| 最佳实践, 反模式 | animation (动画), accessibility (无障碍), z-index, loading (加载) |
| AI 提示词, CSS 关键词 | (风格名称) |
技术栈 ( | 侧重点 |
|---|---|
| Tailwind 工具类, 响应式, 无障碍性 (默认) |
| 状态管理, hooks, 性能, 模式 |
| SSR (服务端渲染), 路由, 图片优化, API 路由 |
| 组合式 API, Pinia, Vue Router |
| Runes, stores, SvelteKit |
| 视图, 状态, 导航, 动画 |
| 组件, 导航, 列表 |
| Widgets, 状态, 布局, 主题 |
| shadcn/ui 组件, 主题定制, 表单, 模式 |
# 1. 搜索产品类型
python3 .claude/skills/ui-ux-pro-max/scripts/search.py "beauty spa wellness service" --domain product
# 2. 搜索风格 (基于行业: 美业, 优雅)
python3 .claude/skills/ui-ux-pro-max/scripts/search.py "elegant minimal soft" --domain style
# 3. 搜索排版/字体
python3 .claude/skills/ui-ux-pro-max/scripts/search.py "elegant luxury" --domain typography
# 4. 搜索配色方案
python3 .claude/skills/ui-ux-pro-max/scripts/search.py "beauty spa wellness" --domain color
# 5. 搜索落地页结构
python3 .claude/skills/ui-ux-pro-max/scripts/search.py "hero-centric social-proof" --domain landing
# 6. 搜索 UX 准则
python3 .claude/skills/ui-ux-pro-max/scripts/search.py "animation" --domain ux
python3 .claude/skills/ui-ux-pro-max/scripts/search.py "accessibility" --domain ux
# 7. 搜索技术栈指南 (默认: html-tailwind)
python3 .claude/skills/ui-ux-pro-max/scripts/search.py "layout responsive" --stack html-tailwind
| 规则 | 应做 (Do) | 不应做 (Don't) |
|---|---|---|
| 不要使用 Emoji 图标 | 使用 SVG 图标 (Heroicons, Lucide, Simple Icons) | 使用 🎨 🚀 ⚙️ 等 Emoji 作为 UI 图标 |
| 稳定的悬停状态 | 悬停时使用颜色/透明度过渡 | 使用会导致布局偏移的缩放变换 |
| 正确的品牌 Logo | 从 Simple Icons 查找官方 SVG | 猜测或使用错误的 Logo 路径 |
| 一致的图标尺寸 | 使用固定的 viewBox (24x24) 和 w-6 h-6 | 随意混合不同尺寸的图标 |
| 规则 | 应做 (Do) | 不应做 (Don't) |
|---|---|---|
| 指针光标 (Cursor pointer) | 给所有可点击/可悬停的卡片添加 | 在交互元素上保留默认光标 |
| 悬停反馈 | 提供视觉反馈(颜色、阴影、边框) | 没有任何指示表明元素可交互 |
| 平滑过渡 | 使用 | 状态瞬间切换或过慢 (>500ms) |
| 规则 | 应做 (Do) | 不应做 (Don't) |
|---|---|---|
| 亮色模式下的玻璃卡片 | 使用 | 使用 |
| 亮色文本对比度 | 文本使用 | 正文使用 |
| 柔和/次级文本 (亮色) | 最低使用 | 使用 gray-400 或更浅的颜色 |
| 边框可见性 | 亮色模式使用 | 使用 |
| 规则 | 应做 (Do) | 不应做 (Don't) |
|---|---|---|
| 悬浮导航栏 | 添加 | 将导航栏紧贴 |
| 内容内边距 (Padding) | 考虑到固定导航栏的高度 | 让内容隐藏在固定元素后面 |
| 一致的最大宽度 | 使用统一的 | 混合使用不同的容器宽度 |
cursor-pointerprefers-reduced-motion