ui-ux-pro-max by likaia/nginxpulse
npx skills add https://github.com/likaia/nginxpulse --skill ui-ux-pro-max可搜索的 UI 样式、配色方案、字体搭配、图表类型、产品推荐、UX 指南和特定技术栈最佳实践的数据库。
检查是否已安装 Python:
python3 --version || python --version
如果未安装 Python,请根据用户的操作系统进行安装:
macOS:
brew install python3
Ubuntu/Debian:
sudo apt update && sudo apt install python3
Windows:
winget install Python.Python.3.12
当用户请求 UI/UX 工作(设计、构建、创建、实现、审查、修复、改进)时,请遵循此工作流程:
从用户请求中提取关键信息:
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
html-tailwind多次使用 search.py 以收集全面的信息。持续搜索直到获得足够的上下文。
python3 .shared/ui-ux-pro-max/scripts/search.py "<keyword>" --domain <domain> [-n <max_results>]
推荐的搜索顺序:
如果用户未指定技术栈,默认使用 html-tailwind。
python3 .shared/ui-ux-pro-max/scripts/search.py "<keyword>" --stack html-tailwind
可用技术栈:html-tailwind, react, nextjs, vue, svelte, swiftui, react-native, flutter
| 领域 | 用途 | 示例关键词 |
|---|---|---|
product | 产品类型推荐 | SaaS, e-commerce, portfolio, healthcare, beauty, service |
style | UI 样式、颜色、效果 | glassmorphism, minimalism, dark mode, brutalism |
typography | 字体搭配、Google Fonts | elegant, playful, professional, modern |
color | 按产品类型划分的配色方案 | saas, ecommerce, healthcare, beauty, fintech, service |
landing | 页面结构、行动号召策略 | hero, hero-centric, testimonial, pricing, social-proof |
chart | 图表类型、库推荐 | trend, comparison, timeline, funnel, pie |
ux | 最佳实践、反面模式 | animation, accessibility, z-index, loading |
prompt | AI 提示词、CSS 关键词 | (style name) |
| 技术栈 | 关注点 |
|---|---|
html-tailwind | Tailwind 工具类、响应式、无障碍访问(默认) |
react | 状态、钩子、性能、模式 |
nextjs | SSR、路由、图片、API 路由 |
vue | Composition API、Pinia、Vue Router |
svelte | Runes、stores、SvelteKit |
swiftui | 视图、状态、导航、动画 |
react-native | 组件、导航、列表 |
flutter | 部件、状态、布局、主题 |
用户请求: "Làm landing page cho dịch vụ chăm sóc da chuyên nghiệp"
AI 应执行:
# 1. 搜索产品类型
python3 .shared/ui-ux-pro-max/scripts/search.py "beauty spa wellness service" --domain product
# 2. 搜索风格(基于行业:美容、优雅)
python3 .shared/ui-ux-pro-max/scripts/search.py "elegant minimal soft" --domain style
# 3. 搜索排版
python3 .shared/ui-ux-pro-max/scripts/search.py "elegant luxury" --domain typography
# 4. 搜索配色方案
python3 .shared/ui-ux-pro-max/scripts/search.py "beauty spa wellness" --domain color
# 5. 搜索落地页结构
python3 .shared/ui-ux-pro-max/scripts/search.py "hero-centric social-proof" --domain landing
# 6. 搜索用户体验指南
python3 .shared/ui-ux-pro-max/scripts/search.py "animation" --domain ux
python3 .shared/ui-ux-pro-max/scripts/search.py "accessibility" --domain ux
# 7. 搜索技术栈指南(默认:html-tailwind)
python3 .shared/ui-ux-pro-max/scripts/search.py "layout responsive" --stack html-tailwind
然后: 综合所有搜索结果并实现设计。
Header.tsx、Footer.tsx)这些是经常被忽视、导致 UI 看起来不专业的问题:
| 规则 | 应该做 | 不应该做 |
|---|---|---|
| 不使用表情符号作为图标 | 使用 SVG 图标(Heroicons、Lucide、Simple Icons) | 使用 🎨 🚀 ⚙️ 等表情符号作为 UI 图标 |
| 稳定的悬停状态 | 在悬停时使用颜色/不透明度过渡 | 使用会改变布局的缩放变换 |
| 正确的品牌标志 | 从 Simple Icons 研究官方 SVG | 猜测或使用错误的标志路径 |
| 一致的图标尺寸 | 使用固定的 viewBox(24x24)并配合 w-6 h-6 | 随意混合不同尺寸的图标 |
| 规则 | 应该做 | 不应该做 |
|---|---|---|
| 光标指针 | 为所有可点击/可悬停的卡片添加 cursor-pointer | 在交互元素上保留默认光标 |
| 悬停反馈 | 提供视觉反馈(颜色、阴影、边框) | 没有指示元素是可交互的 |
| 平滑过渡 | 使用 transition-colors duration-200 | 状态瞬间改变或太慢(>500ms) |
| 规则 | 应该做 | 不应该做 |
|---|---|---|
| 玻璃卡片浅色模式 | 使用 bg-white/80 或更高不透明度 | 使用 bg-white/10(太透明) |
| 文本对比度浅色 | 文本使用 #0F172A(slate-900) | 正文文本使用 #94A3B8(slate-400) |
| 柔和文本浅色 | 至少使用 #475569(slate-600) | 使用 gray-400 或更浅的颜色 |
| 边框可见性 | 在浅色模式下使用 border-gray-200 | 使用 border-white/10(不可见) |
| 规则 | 应该做 | 不应该做 |
|---|---|---|
| 浮动导航栏 | 添加 top-4 left-4 right-4 间距 | 将导航栏固定在 top-0 left-0 right-0 |
| 内容内边距 | 考虑固定导航栏的高度 | 让内容被固定元素遮挡 |
| 一致的最大宽度 | 使用相同的 max-w-6xl 或 max-w-7xl | 混合使用不同的容器宽度 |
在交付 UI 代码之前,请验证以下项目:
每周安装量
1.1K
仓库
GitHub 星标数
2.4K
首次出现
Jan 23, 2026
安全审计
安装于
opencode841
gemini-cli839
github-copilot833
codex831
kimi-cli821
amp821
Searchable database of UI styles, color palettes, font pairings, chart types, product recommendations, UX guidelines, and stack-specific best practices.
Check if Python is installed:
python3 --version || python --version
If Python is not installed, install it based on user's OS:
macOS:
brew install python3
Ubuntu/Debian:
sudo apt update && sudo apt install python3
Windows:
winget install Python.Python.3.12
When user requests UI/UX work (design, build, create, implement, review, fix, improve), follow this workflow:
Extract key information from user request:
html-tailwindUse search.py multiple times to gather comprehensive information. Search until you have enough context.
python3 .shared/ui-ux-pro-max/scripts/search.py "<keyword>" --domain <domain> [-n <max_results>]
Recommended search order:
If user doesn't specify a stack, default tohtml-tailwind.
python3 .shared/ui-ux-pro-max/scripts/search.py "<keyword>" --stack html-tailwind
Available stacks: html-tailwind, react, nextjs, vue, svelte, swiftui, react-native, flutter
| Domain | Use For | Example Keywords |
|---|---|---|
product | Product type recommendations | SaaS, e-commerce, portfolio, healthcare, beauty, service |
style | UI styles, colors, effects | glassmorphism, minimalism, dark mode, brutalism |
typography | Font pairings, Google Fonts | elegant, playful, professional, modern |
color | Color palettes by product type | saas, ecommerce, healthcare, beauty, fintech, service |
landing |
| Stack | Focus |
|---|---|
html-tailwind | Tailwind utilities, responsive, a11y (DEFAULT) |
react | State, hooks, performance, patterns |
nextjs | SSR, routing, images, API routes |
vue | Composition API, Pinia, Vue Router |
svelte | Runes, stores, SvelteKit |
swiftui | Views, State, Navigation, Animation |
User request: "Làm landing page cho dịch vụ chăm sóc da chuyên nghiệp"
AI should:
# 1. Search product type
python3 .shared/ui-ux-pro-max/scripts/search.py "beauty spa wellness service" --domain product
# 2. Search style (based on industry: beauty, elegant)
python3 .shared/ui-ux-pro-max/scripts/search.py "elegant minimal soft" --domain style
# 3. Search typography
python3 .shared/ui-ux-pro-max/scripts/search.py "elegant luxury" --domain typography
# 4. Search color palette
python3 .shared/ui-ux-pro-max/scripts/search.py "beauty spa wellness" --domain color
# 5. Search landing page structure
python3 .shared/ui-ux-pro-max/scripts/search.py "hero-centric social-proof" --domain landing
# 6. Search UX guidelines
python3 .shared/ui-ux-pro-max/scripts/search.py "animation" --domain ux
python3 .shared/ui-ux-pro-max/scripts/search.py "accessibility" --domain ux
# 7. Search stack guidelines (default: html-tailwind)
python3 .shared/ui-ux-pro-max/scripts/search.py "layout responsive" --stack html-tailwind
Then: Synthesize all search results and implement the design.
Header.tsx, Footer.tsx)These are frequently overlooked issues that make UI look unprofessional:
| Rule | Do | Don't |
|---|---|---|
| No emoji icons | Use SVG icons (Heroicons, Lucide, Simple Icons) | Use emojis like 🎨 🚀 ⚙️ as UI icons |
| Stable hover states | Use color/opacity transitions on hover | Use scale transforms that shift layout |
| Correct brand logos | Research official SVG from Simple Icons | Guess or use incorrect logo paths |
| Consistent icon sizing | Use fixed viewBox (24x24) with w-6 h-6 | Mix different icon sizes randomly |
| Rule | Do | Don't |
|---|---|---|
| Cursor pointer | Add cursor-pointer to all clickable/hoverable cards | Leave default cursor on interactive elements |
| Hover feedback | Provide visual feedback (color, shadow, border) | No indication element is interactive |
| Smooth transitions | Use transition-colors duration-200 | Instant state changes or too slow (>500ms) |
| Rule | Do | Don't |
|---|---|---|
| Glass card light mode | Use bg-white/80 or higher opacity | Use bg-white/10 (too transparent) |
| Text contrast light | Use #0F172A (slate-900) for text | Use #94A3B8 (slate-400) for body text |
| Muted text light | Use #475569 (slate-600) minimum | Use gray-400 or lighter |
| Border visibility | Use in light mode |
| Rule | Do | Don't |
|---|---|---|
| Floating navbar | Add top-4 left-4 right-4 spacing | Stick navbar to top-0 left-0 right-0 |
| Content padding | Account for fixed navbar height | Let content hide behind fixed elements |
| Consistent max-width | Use same max-w-6xl or max-w-7xl | Mix different container widths |
Before delivering UI code, verify these items:
Weekly Installs
1.1K
Repository
GitHub Stars
2.4K
First Seen
Jan 23, 2026
Security Audits
Gen Agent Trust HubWarnSocketPassSnykWarn
Installed on
opencode841
gemini-cli839
github-copilot833
codex831
kimi-cli821
amp821
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
103,800 周安装
| Page structure, CTA strategies |
| hero, hero-centric, testimonial, pricing, social-proof |
chart | Chart types, library recommendations | trend, comparison, timeline, funnel, pie |
ux | Best practices, anti-patterns | animation, accessibility, z-index, loading |
prompt | AI prompts, CSS keywords | (style name) |
react-native | Components, Navigation, Lists |
flutter | Widgets, State, Layout, Theming |
border-gray-200Use border-white/10 (invisible) |