[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-132ebefa-6136-4f77-a3a5-5e00dd0623dc":3,"$fhlPDHcRSvmYIFZSL6c0h7cKsZaG4rFPXbrl1PLq2UgA":43},{"id":4,"title":5,"description":6,"categoryId":7,"moduleId":8,"tags":9,"prompt":10,"icon":11,"source":12,"sourceUrl":13,"authorId":14,"authorName":15,"isPublic":16,"stars":17,"runs":18,"createdAt":19,"updatedAt":19,"module":20,"category":27,"packages":34},"132ebefa-6136-4f77-a3a5-5e00dd0623dc","ui-ux-pro-max","网络和移动应用程序综合设计指南。在设计新UI组件或页面、选择配色方案和字体，或审查代码以解决用户体验问题时使用。","cat_design_ui","mod_design","sickn33,design","---\nname: ui-ux-pro-max\ndescription: \"Comprehensive design guide for web and mobile applications. Use when designing new UI components or pages, choosing color palettes and typography, or reviewing code for UX issues.\"\nrisk: unknown\nsource: community\ndate_added: \"2026-02-27\"\n---\n\n# UI\u002FUX Pro Max - Design Intelligence\n\nComprehensive design guide for web and mobile applications. Contains 50+ styles, 97 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types across 9 technology stacks. Searchable database with priority-based recommendations.\n\n## When to Use\nReference these guidelines when:\n- Designing new UI components or pages\n- Choosing color palettes and typography\n- Reviewing code for UX issues\n- Building landing pages or dashboards\n- Implementing accessibility requirements\n\n## Rule Categories by Priority\n\n| Priority | Category | Impact | Domain |\n|----------|----------|--------|--------|\n| 1 | Accessibility | CRITICAL | `ux` |\n| 2 | Touch & Interaction | CRITICAL | `ux` |\n| 3 | Performance | HIGH | `ux` |\n| 4 | Layout & Responsive | HIGH | `ux` |\n| 5 | Typography & Color | MEDIUM | `typography`, `color` |\n| 6 | Animation | MEDIUM | `ux` |\n| 7 | Style Selection | MEDIUM | `style`, `product` |\n| 8 | Charts & Data | LOW | `chart` |\n\n## Quick Reference\n\n### 1. Accessibility (CRITICAL)\n\n- `color-contrast` - Minimum 4.5:1 ratio for normal text\n- `focus-states` - Visible focus rings on interactive elements\n- `alt-text` - Descriptive alt text for meaningful images\n- `aria-labels` - aria-label for icon-only buttons\n- `keyboard-nav` - Tab order matches visual order\n- `form-labels` - Use label with for attribute\n\n### 2. Touch & Interaction (CRITICAL)\n\n- `touch-target-size` - Minimum 44x44px touch targets\n- `hover-vs-tap` - Use click\u002Ftap for primary interactions\n- `loading-buttons` - Disable button during async operations\n- `error-feedback` - Clear error messages near problem\n- `cursor-pointer` - Add cursor-pointer to clickable elements\n\n### 3. Performance (HIGH)\n\n- `image-optimization` - Use WebP, srcset, lazy loading\n- `reduced-motion` - Check prefers-reduced-motion\n- `content-jumping` - Reserve space for async content\n\n### 4. Layout & Responsive (HIGH)\n\n- `viewport-meta` - width=device-width initial-scale=1\n- `readable-font-size` - Minimum 16px body text on mobile\n- `horizontal-scroll` - Ensure content fits viewport width\n- `z-index-management` - Define z-index scale (10, 20, 30, 50)\n\n### 5. Typography & Color (MEDIUM)\n\n- `line-height` - Use 1.5-1.75 for body text\n- `line-length` - Limit to 65-75 characters per line\n- `font-pairing` - Match heading\u002Fbody font personalities\n\n### 6. Animation (MEDIUM)\n\n- `duration-timing` - Use 150-300ms for micro-interactions\n- `transform-performance` - Use transform\u002Fopacity, not width\u002Fheight\n- `loading-states` - Skeleton screens or spinners\n\n### 7. Style Selection (MEDIUM)\n\n- `style-match` - Match style to product type\n- `consistency` - Use same style across all pages\n- `no-emoji-icons` - Use SVG icons, not emojis\n\n### 8. Charts & Data (LOW)\n\n- `chart-type` - Match chart type to data type\n- `color-guidance` - Use accessible color palettes\n- `data-table` - Provide table alternative for accessibility\n\n## How to Use\n\nSearch specific domains using the CLI tool below.\n\n---\n\n## Prerequisites\n\nCheck if Python is installed:\n\n```bash\npython3 --version || python --version\n```\n\nIf Python is not installed, install it based on user's OS:\n\n**macOS:**\n```bash\nbrew install python3\n```\n\n**Ubuntu\u002FDebian:**\n```bash\nsudo apt update && sudo apt install python3\n```\n\n**Windows:**\n```powershell\nwinget install Python.Python.3.12\n```\n\n---\n\n## How to Use This Skill\n\nWhen user requests UI\u002FUX work (design, build, create, implement, review, fix, improve), follow this workflow:\n\n### Step 1: Analyze User Requirements\n\nExtract key information from user request:\n- **Product type**: SaaS, e-commerce, portfolio, dashboard, landing page, etc.\n- **Style keywords**: minimal, playful, professional, elegant, dark mode, etc.\n- **Industry**: healthcare, fintech, gaming, education, etc.\n- **Stack**: React, Vue, Next.js, or default to `html-tailwind`\n\n### Step 2: Generate Design System (REQUIRED)\n\n**Always start with `--design-system`** to get comprehensive recommendations with reasoning:\n\n```bash\npython3 .claude\u002Fskills\u002Fui-ux-pro-max\u002Fscripts\u002Fsearch.py \"\u003Cproduct_type> \u003Cindustry> \u003Ckeywords>\" --design-system [-p \"Project Name\"]\n```\n\nThis command:\n1. Searches 5 domains in parallel (product, style, color, landing, typography)\n2. Applies reasoning rules from `ui-reasoning.csv` to select best matches\n3. Returns complete design system: pattern, style, colors, typography, effects\n4. Includes anti-patterns to avoid\n\n**Example:**\n```bash\npython3 .claude\u002Fskills\u002Fui-ux-pro-max\u002Fscripts\u002Fsearch.py \"beauty spa wellness service\" --design-system -p \"Serenity Spa\"\n```\n\n### Step 3: Supplement with Detailed Searches (as needed)\n\nAfter getting the design system, use domain searches to get additional details:\n\n```bash\npython3 .claude\u002Fskills\u002Fui-ux-pro-max\u002Fscripts\u002Fsearch.py \"\u003Ckeyword>\" --domain \u003Cdomain> [-n \u003Cmax_results>]\n```\n\n**When to use detailed searches:**\n\n| Need | Domain | Example |\n|------|--------|---------|\n| More style options | `style` | `--domain style \"glassmorphism dark\"` |\n| Chart recommendations | `chart` | `--domain chart \"real-time dashboard\"` |\n| UX best practices | `ux` | `--domain ux \"animation accessibility\"` |\n| Alternative fonts | `typography` | `--domain typography \"elegant luxury\"` |\n| Landing structure | `landing` | `--domain landing \"hero social-proof\"` |\n\n### Step 4: Stack Guidelines (Default: html-tailwind)\n\nGet implementation-specific best practices. If user doesn't specify a stack, **default to `html-tailwind`**.\n\n```bash\npython3 .claude\u002Fskills\u002Fui-ux-pro-max\u002Fscripts\u002Fsearch.py \"\u003Ckeyword>\" --stack html-tailwind\n```\n\nAvailable stacks: `html-tailwind`, `react`, `nextjs`, `vue`, `svelte`, `swiftui`, `react-native`, `flutter`, `shadcn`\n\n---\n\n## Search Reference\n\n### Available Domains\n\n| Domain | Use For | Example Keywords |\n|--------|---------|------------------|\n| `product` | Product type recommendations | SaaS, e-commerce, portfolio, healthcare, beauty, service |\n| `style` | UI styles, colors, effects | glassmorphism, minimalism, dark mode, brutalism |\n| `typography` | Font pairings, Google Fonts | elegant, playful, professional, modern |\n| `color` | Color palettes by product type | saas, ecommerce, healthcare, beauty, fintech, service |\n| `landing` | Page structure, CTA strategies | hero, hero-centric, testimonial, pricing, social-proof |\n| `chart` | Chart types, library recommendations | trend, comparison, timeline, funnel, pie |\n| `ux` | Best practices, anti-patterns | animation, accessibility, z-index, loading |\n| `react` | React\u002FNext.js performance | waterfall, bundle, suspense, memo, rerender, cache |\n| `web` | Web interface guidelines | aria, focus, keyboard, semantic, virtualize |\n| `prompt` | AI prompts, CSS keywords | (style name) |\n\n### Available Stacks\n\n| Stack | Focus |\n|-------|-------|\n| `html-tailwind` | Tailwind utilities, responsive, a11y (DEFAULT) |\n| `react` | State, hooks, performance, patterns |\n| `nextjs` | SSR, routing, images, API routes |\n| `vue` | Composition API, Pinia, Vue Router |\n| `svelte` | Runes, stores, SvelteKit |\n| `swiftui` | Views, State, Navigation, Animation |\n| `react-native` | Components, Navigation, Lists |\n| `flutter` | Widgets, State, Layout, Theming |\n| `shadcn` | shadcn\u002Fui components, theming, forms, patterns |\n\n---\n\n## Example Workflow\n\n**User request:** \"Làm landing page cho dịch vụ chăm sóc da chuyên nghiệp\"\n\n### Step 1: Analyze Requirements\n- Product type: Beauty\u002FSpa service\n- Style keywords: elegant, professional, soft\n- Industry: Beauty\u002FWellness\n- Stack: html-tailwind (default)\n\n### Step 2: Generate Design System (REQUIRED)\n\n```bash\npython3 .claude\u002Fskills\u002Fui-ux-pro-max\u002Fscripts\u002Fsearch.py \"beauty spa wellness service elegant\" --design-system -p \"Serenity Spa\"\n```\n\n**Output:** Complete design system with pattern, style, colors, typography, effects, and anti-patterns.\n\n### Step 3: Supplement with Detailed Searches (as needed)\n\n```bash\n# Get UX guidelines for animation and accessibility\npython3 .claude\u002Fskills\u002Fui-ux-pro-max\u002Fscripts\u002Fsearch.py \"animation accessibility\" --domain ux\n\n# Get alternative typography options if needed\npython3 .claude\u002Fskills\u002Fui-ux-pro-max\u002Fscripts\u002Fsearch.py \"elegant luxury serif\" --domain typography\n```\n\n### Step 4: Stack Guidelines\n\n```bash\npython3 .claude\u002Fskills\u002Fui-ux-pro-max\u002Fscripts\u002Fsearch.py \"layout responsive form\" --stack html-tailwind\n```\n\n**Then:** Synthesize design system + detailed searches and implement the design.\n\n---\n\n## Output Formats\n\nThe `--design-system` flag supports two output formats:\n\n```bash\n# ASCII box (default) - best for terminal display\npython3 .claude\u002Fskills\u002Fui-ux-pro-max\u002Fscripts\u002Fsearch.py \"fintech crypto\" --design-system\n\n# Markdown - best for documentation\npython3 .claude\u002Fskills\u002Fui-ux-pro-max\u002Fscripts\u002Fsearch.py \"fintech crypto\" --design-system -f markdown\n```\n\n---\n\n## Tips for Better Results\n\n1. **Be specific with keywords** - \"healthcare SaaS dashboard\" > \"app\"\n2. **Search multiple times** - Different keywords reveal different insights\n3. **Combine domains** - Style + Typography + Color = Complete design system\n4. **Always check UX** - Search \"animation\", \"z-index\", \"accessibility\" for common issues\n5. **Use stack flag** - Get implementation-specific best practices\n6. **Iterate** - If first search doesn't match, try different keywords\n\n---\n\n## Common Rules for Professional UI\n\nThese are frequently overlooked issues that make UI look unprofessional:\n\n### Icons & Visual Elements\n\n| Rule | Do | Don't |\n|------|----|----- |\n| **No emoji icons** | Use SVG icons (Heroicons, Lucide, Simple Icons) | Use emojis like 🎨 🚀 ⚙️ as UI icons |\n| **Stable hover states** | Use color\u002Fopacity transitions on hover | Use scale transforms that shift layout |\n| **Correct brand logos** | Research official SVG from Simple Icons | Guess or use incorrect logo paths |\n| **Consistent icon sizing** | Use fixed viewBox (24x24) with w-6 h-6 | Mix different icon sizes randomly |\n\n### Interaction & Cursor\n\n| Rule | Do | Don't |\n|------|----|----- |\n| **Cursor pointer** | Add `cursor-pointer` to all clickable\u002Fhoverable cards | Leave default cursor on interactive elements |\n| **Hover feedback** | Provide visual feedback (color, shadow, border) | No indication element is interactive |\n| **Smooth transitions** | Use `transition-colors duration-200` | Instant state changes or too slow (>500ms) |\n\n### Light\u002FDark Mode Contrast\n\n| Rule | Do | Don't |\n|------|----|----- |\n| **Glass card light mode** | Use `bg-white\u002F80` or higher opacity | Use `bg-white\u002F10` (too transparent) |\n| **Text contrast light** | Use `#0F172A` (slate-900) for text | Use `#94A3B8` (slate-400) for body text |\n| **Muted text light** | Use `#475569` (slate-600) minimum | Use gray-400 or lighter |\n| **Border visibility** | Use `border-gray-200` in light mode | Use `border-white\u002F10` (invisible) |\n\n### Layout & Spacing\n\n| Rule | Do | Don't |\n|------|----|----- |\n| **Floating navbar** | Add `top-4 left-4 right-4` spacing | Stick navbar to `top-0 left-0 right-0` |\n| **Content padding** | Account for fixed navbar height | Let content hide behind fixed elements |\n| **Consistent max-width** | Use same `max-w-6xl` or `max-w-7xl` | Mix different container widths |\n\n---\n\n## Pre-Delivery Checklist\n\nBefore delivering UI code, verify these items:\n\n### Visual Quality\n- [ ] No emojis used as icons (use SVG instead)\n- [ ] All icons from consistent icon set (Heroicons\u002FLucide)\n- [ ] Brand logos are correct (verified from Simple Icons)\n- [ ] Hover states don't cause layout shift\n- [ ] Use theme colors directly (bg-primary) not var() wrapper\n\n### Interaction\n- [ ] All clickable elements have `cursor-pointer`\n- [ ] Hover states provide clear visual feedback\n- [ ] Transitions are smooth (150-300ms)\n- [ ] Focus states visible for keyboard navigation\n\n### Light\u002FDark Mode\n- [ ] Light mode text has sufficient contrast (4.5:1 minimum)\n- [ ] Glass\u002Ftransparent elements visible in light mode\n- [ ] Borders visible in both modes\n- [ ] Test both modes before delivery\n\n### Layout\n- [ ] Floating elements have proper spacing from edges\n- [ ] No content hidden behind fixed navbars\n- [ ] Responsive at 375px, 768px, 1024px, 1440px\n- [ ] No horizontal scroll on mobile\n\n### Accessibility\n- [ ] All images have alt text\n- [ ] Form inputs have labels\n- [ ] Color is not the only indicator\n- [ ] `prefers-reduced-motion` respected\n\n### When to Use\nThis skill is applicable to execute the workflow or actions described in the overview.\n\n## Limitations\n- Use this skill only when the task clearly matches the scope described above.\n- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.\n- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.\n","","imported","https:\u002F\u002Fgithub.com\u002Fsickn33\u002Fantigravity-awesome-skills","user_system_seed","SkillOPIC",true,207,1389,"2026-05-16 13:45:20",{"id":8,"name":21,"slug":22,"icon":23,"description":24,"sort":25,"createdAt":26},"设计创意","design","mdi-palette-outline","UI 设计、生成艺术、品牌视觉等创意 Skill",3,"2026-05-16 12:53:40",{"id":7,"name":28,"slug":29,"icon":30,"description":31,"moduleId":8,"sort":32,"skillCount":33,"createdAt":26},"UI 设计","ui-design","mdi-monitor-cellphone","界面设计、交互规范、设计系统",1,36,[35],{"id":36,"skillId":4,"version":37,"fileName":38,"fileSize":39,"filePath":40,"fileHash":41,"manifest":42,"createdAt":19},"cfbf0b06-ea87-4431-8897-71ceea8d7d7f","1.0.0","ui-ux-pro-max.zip",145070,"uploads\u002Fskills\u002F132ebefa-6136-4f77-a3a5-5e00dd0623dc\u002Fui-ux-pro-max.zip","5867f34d1fbf612c15a72c0e6fdbacd8389617a266e5e31abde20a46e918df38","[{\"path\":\"SKILL.md\",\"isDirectory\":false,\"size\":12992},{\"path\":\"data\u002Fcharts.csv\",\"isDirectory\":false,\"size\":7680},{\"path\":\"data\u002Fcolors.csv\",\"isDirectory\":false,\"size\":13023},{\"path\":\"data\u002Ficons.csv\",\"isDirectory\":false,\"size\":13385},{\"path\":\"data\u002Flanding.csv\",\"isDirectory\":false,\"size\":14372},{\"path\":\"data\u002Fproducts.csv\",\"isDirectory\":false,\"size\":29790},{\"path\":\"data\u002Fprompts.csv\",\"isDirectory\":false,\"size\":17421},{\"path\":\"data\u002Freact-performance.csv\",\"isDirectory\":false,\"size\":14822},{\"path\":\"data\u002Fstacks\u002Fflutter.csv\",\"isDirectory\":false,\"size\":10469},{\"path\":\"data\u002Fstacks\u002Fhtml-tailwind.csv\",\"isDirectory\":false,\"size\":11361},{\"path\":\"data\u002Fstacks\u002Fnextjs.csv\",\"isDirectory\":false,\"size\":12546},{\"path\":\"data\u002Fstacks\u002Fnuxt-ui.csv\",\"isDirectory\":false,\"size\":14010},{\"path\":\"data\u002Fstacks\u002Fnuxtjs.csv\",\"isDirectory\":false,\"size\":16539},{\"path\":\"data\u002Fstacks\u002Freact-native.csv\",\"isDirectory\":false,\"size\":10035},{\"path\":\"data\u002Fstacks\u002Freact.csv\",\"isDirectory\":false,\"size\":13016},{\"path\":\"data\u002Fstacks\u002Fshadcn.csv\",\"isDirectory\":false,\"size\":15921},{\"path\":\"data\u002Fstacks\u002Fsvelte.csv\",\"isDirectory\":false,\"size\":11063},{\"path\":\"data\u002Fstacks\u002Fswiftui.csv\",\"isDirectory\":false,\"size\":10872},{\"path\":\"data\u002Fstacks\u002Fvue.csv\",\"isDirectory\":false,\"size\":11056},{\"path\":\"data\u002Fstyles.csv\",\"isDirectory\":false,\"size\":40970},{\"path\":\"data\u002Ftypography.csv\",\"isDirectory\":false,\"size\":31878},{\"path\":\"data\u002Fui-reasoning.csv\",\"isDirectory\":false,\"size\":31071},{\"path\":\"data\u002Fux-guidelines.csv\",\"isDirectory\":false,\"size\":18766},{\"path\":\"data\u002Fweb-interface.csv\",\"isDirectory\":false,\"size\":7472},{\"path\":\"scripts\u002Fcore.py\",\"isDirectory\":false,\"size\":10357},{\"path\":\"scripts\u002Fdesign_system.py\",\"isDirectory\":false,\"size\":20874},{\"path\":\"scripts\u002Fsearch.py\",\"isDirectory\":false,\"size\":3296}]",{"code":44,"message":45,"data":46},200,"success",{"items":47,"stats":48,"page":51},[],{"averageRating":49,"totalRatings":49,"ratingCounts":50},0,[49,49,49,49,49],{"limit":52,"offset":49,"hasMore":53,"nextOffset":52,"ratedOnly":16},15,false]