{"id":"8bec755e-9a82-464b-9b2b-6c280656c063","shortId":"zGd2ZA","kind":"skill","title":"ui-ux-pro-max","tagline":"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.","description":"# UI/UX 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/tap 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/body font personalities\n\n### 6. Animation (MEDIUM)\n\n- `duration-timing` - Use 150-300ms for micro-interactions\n- `transform-performance` - Use transform/opacity, not width/height\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/Debian:**\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/UX 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/skills/ui-ux-pro-max/scripts/search.py \"<product_type> <industry> <keywords>\" --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/skills/ui-ux-pro-max/scripts/search.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/skills/ui-ux-pro-max/scripts/search.py \"<keyword>\" --domain <domain> [-n <max_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/skills/ui-ux-pro-max/scripts/search.py \"<keyword>\" --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/Next.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/ui 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/Spa service\n- Style keywords: elegant, professional, soft\n- Industry: Beauty/Wellness\n- Stack: html-tailwind (default)\n\n### Step 2: Generate Design System (REQUIRED)\n\n```bash\npython3 .claude/skills/ui-ux-pro-max/scripts/search.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/skills/ui-ux-pro-max/scripts/search.py \"animation accessibility\" --domain ux\n\n# Get alternative typography options if needed\npython3 .claude/skills/ui-ux-pro-max/scripts/search.py \"elegant luxury serif\" --domain typography\n```\n\n### Step 4: Stack Guidelines\n\n```bash\npython3 .claude/skills/ui-ux-pro-max/scripts/search.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/skills/ui-ux-pro-max/scripts/search.py \"fintech crypto\" --design-system\n\n# Markdown - best for documentation\npython3 .claude/skills/ui-ux-pro-max/scripts/search.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/opacity 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/hoverable 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/Dark Mode Contrast\n\n| Rule | Do | Don't |\n|------|----|----- |\n| **Glass card light mode** | Use `bg-white/80` or higher opacity | Use `bg-white/10` (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/10` (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/Lucide)\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/Dark Mode\n- [ ] Light mode text has sufficient contrast (4.5:1 minimum)\n- [ ] Glass/transparent 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.","tags":["pro","max","antigravity","awesome","skills","sickn33","agent-skills","agentic-skills","ai-agent-skills","ai-agents","ai-coding","ai-workflows"],"capabilities":["skill","source-sickn33","skill-ui-ux-pro-max","topic-agent-skills","topic-agentic-skills","topic-ai-agent-skills","topic-ai-agents","topic-ai-coding","topic-ai-workflows","topic-antigravity","topic-antigravity-skills","topic-claude-code","topic-claude-code-skills","topic-codex-cli","topic-codex-skills"],"categories":["antigravity-awesome-skills"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/sickn33/antigravity-awesome-skills/ui-ux-pro-max","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"cli":"npx skills add sickn33/antigravity-awesome-skills","source_repo":"https://github.com/sickn33/antigravity-awesome-skills","install_from":"skills.sh"}},"qualityScore":"0.700","qualityRationale":"deterministic score 0.70 from registry signals: · indexed on github topic:agent-skills · 34460 github stars · SKILL.md body (12,691 chars)","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill-github:v1","enrichmentVersion":1,"enrichedAt":"2026-04-22T06:52:04.798Z","embedding":null,"createdAt":"2026-04-18T21:46:47.237Z","updatedAt":"2026-04-22T06:52:04.798Z","lastSeenAt":"2026-04-22T06:52:04.798Z","tsv":"'-0':1394,1396,1398 '-1.75':340 '-200':1295 '-300':369,1502 '-4':1384,1386,1388 '-400':1341,1355 '-6':1245,1247 '-600':1351 '-75':350 '-900':1335 '/10':1326,1372 '/80':1318 '0f172a':1333 '1':112,153,161,299,520,595,953,1108,1519 '1.5':339 '10':327 '1024px':1555 '1440px':1556 '150':368,1501 '16px':305 '2':116,211,567,606,973,1117 '20':328 '200':1364 '24x24':1242 '25':59 '3':121,258,616,648,1007,1126 '3.12':498 '30':329 '375px':1553 '4':125,285,626,722,1042,1135 '4.5':160,1518 '44x44px':220 '475569':1349 '5':130,331,597,1148 '50':47,330 '500ms':1302 '57':52 '6':136,361,1158 '65':349 '6xl':1421 '7':140,389 '768px':1554 '7xl':1426 '8':146,417 '9':63 '94a3b8':1339 '97':49 '99':55 'a11y':892 'access':102,113,154,434,444,704,852,1021,1025,1144,1562 'account':1401 'across':62,405 'action':1595 'add':251,1261,1382 'addit':665 'ai':876 'alt':176,179,1566 'alt-text':175 'altern':442,705,1029 'alway':572,1136 'analyz':521,954 'anim':137,362,703,851,919,1019,1024,1140 'anti':629,849,1004 'anti-pattern':628,848,1003 'api':903,907 'app':1116 'appli':607 'applic':13,45,1589 'apt':487,490 'aria':185,188,870 'aria-label':184,187 'ascii':1077 'ask':1633 'async':238,283 'attribut':210 'avail':754,771,882 'avoid':632 'base':71,474 'bash':462,480,485,584,634,667,747,978,1014,1045,1076 'beauti':637,788,818,981 'beauty/spa':958 'beauty/wellness':966 'behind':1409,1548 'best':614,698,733,846,1080,1092,1156 'better':1106 'bg':1316,1324,1479 'bg-primari':1478 'bg-white':1315,1323 'bodi':306,342,1343 'border':1282,1358,1362,1370,1527 'border-gray':1361 'border-whit':1369 'boundari':1641 'box':1078 'brand':1222,1459 'brew':481 'brutal':799 'build':96,510 'bundl':861 'button':194,234,236 'cach':865 'card':1268,1311 'categori':105,109 'caus':1471 'centric':829 'chang':1298 'charact':351 'chart':60,147,150,418,422,425,688,690,692,835,836 'chart-typ':421 'check':272,457,1137 'checklist':1434 'cho':944 'choos':22,86 'chuyên':950 'chăm':947 'clarif':1635 'claude/skills/ui-ux-pro-max/scripts/search.py':586,636,669,749,980,1023,1035,1047,1085,1096 'clear':243,1495,1608 'cli':453 'click/tap':228 'clickabl':256,1486 'clickable/hoverable':1267 'code':29,92,1438 'color':23,50,87,132,135,157,333,431,435,603,623,793,809,810,999,1131,1280,1293,1476,1572 'color-contrast':156 'color-guid':430 'color/opacity':1211 'combin':1127 'command':594 'commerc':535,785 'common':1146,1169 'comparison':841 'complet':618,993,1132 'compon':19,83,923,933 'composit':906 'comprehens':6,38,580 'consist':401,1236,1412,1455 'contain':46,1429 'content':278,284,314,1399,1407,1546 'content-jump':277 'contrast':158,1305,1330,1517 'correct':1221,1462 'creat':511 'criteria':1644 'critic':114,119,155,214 'crypto':1087,1098 'css':878 'cta':824 'cursor':249,253,1254,1259,1263,1271,1490 'cursor-point':248,252,1262,1489 'da':949 'dark':547,687,797 'dashboard':100,537,696,1115 'data':148,419,428,438 'data-t':437 'databas':67 'default':561,725,742,893,971,1079,1270 'defin':322 'deliv':1436 'deliveri':1433,1536 'describ':1596,1612 'descript':178 'design':7,16,36,39,80,509,569,576,588,619,642,658,975,987,994,1057,1064,1069,1089,1100,1133 'design-system':575,587,641,986,1068,1088,1099 'detail':651,666,675,1010,1059 'devic':294 'device-width':293 'differ':1121,1124,1167,1249,1428 'direct':1477 'disabl':235 'display':1083 'document':1094 'doesn':737,1163 'domain':111,450,598,661,670,678,684,691,701,708,715,772,773,1026,1039,1128 'durat':365,1294 'duration-tim':364 'dịch':945 'e':534,784 'e-commerc':533,783 'ecommerc':816 'edg':1544 'educ':554 'effect':625,794,1001 'eleg':546,710,805,962,985,1036 'element':174,257,1186,1274,1285,1411,1487,1522,1539 'emoji':410,416,1192,1202,1445 'ensur':313 'environ':1624 'environment-specif':1623 'error':241,244 'error-feedback':240 'etc':540,549,555 'exampl':633,679,776,937 'execut':1591 'expert':1629 'extract':524 'f':1102 'feedback':242,1276,1279,1497 'fintech':552,819,1086,1097 'first':1161 'fit':315 'fix':514,1240,1403,1410,1549 'flag':1071,1151 'float':1380,1538 'flutter':767,926 'focus':167,170,871,885,1504 'focus-st':166 'follow':516 'font':53,302,355,359,706,801,804 'font-pair':354 'form':204,935,1050,1568 'form-label':203 'format':1066,1075 'frequent':1176 'funnel':843 'game':553 'generat':568,974 'get':579,656,664,729,1015,1028,1152 'glass':1310 'glass/transparent':1521 'glassmorph':686,795 'googl':803 'gray':1354,1363 'guess':1230 'guid':8,40 'guidanc':432 'guidelin':57,78,724,869,1017,1044 'h':1246 'heading/body':358 'healthcar':551,787,817,1113 'height':337,1405 'hero':717,826,828 'hero-centr':827 'heroicon':1197 'heroicons/lucide':1458 'hidden':1547 'hide':1408 'high':123,128,260,288 'higher':1320 'hook':896 'horizont':311,1558 'horizontal-scrol':310 'hover':224,1208,1214,1275,1467,1492 'hover-vs-tap':223 'html':564,727,745,752,757,887,969,1053 'html-tailwind':563,726,744,751,756,886,968,1052 'icon':192,411,414,1184,1193,1196,1200,1206,1229,1237,1250,1448,1453,1456,1466 'icon-on':191 'imag':183,262,902,1564 'image-optim':261 'impact':110 'implement':101,512,731,1062,1154 'implementation-specif':730,1153 'improv':515 'includ':627 'incorrect':1233 'index':320,325,855,1143 'indic':1284,1577 'industri':550,965 'inform':526 'initi':297 'initial-scal':296 'input':1569,1638 'insight':1125 'instal':461,471,472,482,491,496 'instant':1296 'instead':1451 'intellig':37 'interact':118,173,213,231,374,1253,1273,1287,1484 'interfac':868 'invis':1373 'issu':32,95,1147,1178 'item':1441 'iter':1159 'jump':279 'key':525 'keyboard':196,872,1508 'keyboard-nav':195 'keyword':542,777,879,961,1112,1122,1168 'label':186,189,205,207,1571 'land':97,538,604,712,714,716,821,942 'layout':126,286,929,1048,1220,1374,1472,1537 'lazi':267 'leav':1269 'left':1385,1395 'length':346 'let':1406 'librari':838 'light':1312,1331,1347,1366,1512,1525 'light/dark':1303,1510 'lighter':1357 'like':1203 'limit':347,1600 'line':336,345,353 'line-height':335 'line-length':344 'list':925 'load':233,268,383,856 'loading-button':232 'loading-st':382 'logo':1223,1234,1460 'look':1182 'low':149,420 'lucid':1198 'luxuri':711,1037 'làm':941 'maco':479 'make':1180 'manag':321 'markdown':1091,1103 'match':200,357,395,396,424,615,1165,1609 'max':5,35,1414,1419,1424 'max-w-6xl':1418 'max-w-7xl':1423 'max-width':1413 'meaning':182 'medium':133,138,143,334,363,392 'memo':863 'messag':245 'meta':291 'micro':373 'micro-interact':372 'minim':543,796 'minimum':159,219,304,1352,1520 'miss':1646 'mix':1248,1427 'mobil':12,44,309,1561 'mode':548,798,1304,1313,1367,1511,1513,1526,1531,1534 'modern':808 'motion':271,276,1581 'ms':370,1503 'multipl':1119 'mute':1345 'n':671 'name':592,881 'nativ':766,922 'nav':197 'navbar':1381,1391,1404,1550 'navig':918,924,1509 'near':246 'need':654,677,1013,1033 'new':17,81 'next.js':559 'nextj':760,899 'nghiệp':951 'no-emoji-icon':408 'normal':164 'offici':1225 'opac':1321 'oper':239 'optim':263 'option':682,1031 'order':199,202 'os':478 'output':992,1065,1074,1618 'overlook':1177 'overview':1599 'p':590,644,989 'pad':1400 'page':21,85,98,407,539,822,943 'pair':54,356,802 'palett':24,51,88,436,811 'parallel':600 'path':1235 'pattern':621,630,850,898,936,997,1005 'per':352 'perform':122,259,377,859,897 'permiss':1639 'person':360 'pie':844 'pinia':908 'play':544,806 'pointer':250,254,1260,1264,1491 'portfolio':536,786 'powershel':494 'practic':699,734,847,1157 'pre':1432 'pre-deliveri':1431 'prefer':274,1579 'prefers-reduced-mot':273,1578 'prerequisit':456 'price':831 'primari':230,1480 'prioriti':70,107,108 'priority-bas':69 'pro':4,34 'problem':247 'product':145,399,530,601,778,779,813,956 'profession':545,807,963,1172 'project':591 'prompt':875,877 'proof':720,834 'proper':1541 'provid':440,1277,1494 'python':459,465,468 'python.python':497 'python3':463,483,492,585,635,668,748,979,1022,1034,1046,1084,1095 'qualiti':1443 'quick':151 'random':1252 'ratio':162 'react':557,759,765,857,894,921 'react-nat':764,920 'react/next.js':858 'readabl':301 'readable-font-s':300 'real':694 'real-tim':693 'reason':583,608 'recommend':72,581,689,781,839 'reduc':270,275,1580 'reduced-mot':269 'refer':76,152,770 'request':506,529,940 'requir':103,523,571,955,977,1637 'rerend':864 'research':1224 'reserv':280 'respect':1582 'respons':127,287,891,1049,1551 'result':1107 'return':617 'reveal':1123 'review':28,91,513,1630 'right':1387,1397 'ring':171 'rout':901,904 'router':910 'rule':104,609,1170,1187,1255,1306,1376 'rune':912 'saa':532,782,815,1114 'safeti':1640 'scale':298,326,1216 'scope':1611 'screen':386 'scroll':312,1559 'search':448,596,652,662,676,769,1011,1060,1118,1139,1162 'searchabl':66 'select':142,391,613 'semant':873 'seren':645,990 'serif':1038 'servic':640,789,820,959,984 'set':1457 'shadcn':768,931 'shadcn/ui':932 'shadow':1281 'shift':1219,1473 'simpl':1199,1228,1465 'size':218,303,1238,1251 'skeleton':385 'skill':503,1587,1603 'skill-ui-ux-pro-max' 'slate':1334,1340,1350 'slow':1301 'smooth':1288,1500 'social':719,833 'social-proof':718,832 'soft':964 'source-sickn33' 'spa':638,646,982,991 'space':281,1375,1389,1542 'specif':449,732,1110,1155,1625 'specifi':739 'spinner':388 'srcset':266 'ssr':900 'stabl':1207 'stack':65,556,723,741,750,755,883,884,967,1043,1051,1150 'start':573 'state':168,384,895,917,928,1209,1297,1468,1493,1505 'step':519,566,647,721,952,972,1006,1041 'stick':1390 'stop':1631 'store':913 'strategi':825 'structur':713,823 'style':48,141,144,390,394,397,404,541,602,622,681,683,685,790,792,880,960,998,1129 'style-match':393 'substitut':1621 'success':1643 'sudo':486,489 'suffici':1516 'supplement':649,1008 'support':1072 'suspens':862 'svelt':762,911 'sveltekit':914 'svg':413,1195,1226,1450 'swiftui':763,915 'synthes':1056 'system':570,577,589,620,643,659,976,988,995,1058,1070,1090,1101,1134 'sóc':948 'tab':198 'tabl':439,441 'tailwind':565,728,746,753,758,888,889,970,1054 'tap':226 'target':217,222 'task':1607 'technolog':64 'termin':1082 'test':1532,1627 'testimoni':830 'text':165,177,180,307,343,1329,1337,1344,1346,1514,1567 'theme':930,934,1475 'time':366,695,1120 'timelin':842 'tip':1104 'tool':454 'top':1383,1393 'topic-agent-skills' 'topic-agentic-skills' 'topic-ai-agent-skills' 'topic-ai-agents' 'topic-ai-coding' 'topic-ai-workflows' 'topic-antigravity' 'topic-antigravity-skills' 'topic-claude-code' 'topic-claude-code-skills' 'topic-codex-cli' 'topic-codex-skills' 'touch':117,212,216,221 'touch-target-s':215 'transform':376,1217 'transform-perform':375 'transform/opacity':379 'transit':1212,1289,1292,1498 'transition-color':1291 'transpar':1328 'treat':1616 'trend':840 'tri':1166 'two':1073 'type':61,400,423,426,429,531,780,814,837,957 'typographi':26,90,131,134,332,605,624,707,709,800,1000,1030,1040,1130 'ubuntu/debian':484 'ui':2,18,82,791,1173,1181,1205,1437 'ui-reasoning.csv':611 'ui-ux-pro-max':1 'ui/ux':33,507 'unprofession':1183 'updat':488 'use':14,75,206,227,264,338,367,378,402,412,433,447,451,501,660,674,774,1149,1194,1201,1210,1215,1232,1239,1290,1314,1322,1332,1338,1348,1353,1360,1368,1416,1446,1449,1474,1585,1601 'user':476,505,522,528,736,939 'util':890 'ux':3,31,56,94,115,120,124,129,139,697,700,702,845,1016,1027,1138 'valid':1626 'var':1482 'verifi':1439,1463 'version':464,466 'view':916 'viewbox':1241 'viewport':290,316 'viewport-meta':289 'virtual':874 'visibl':169,1359,1506,1523,1528 'visual':201,1185,1278,1442,1496 'vs':225 'vue':558,761,905,909 'vụ':946 'w':1244,1420,1425 'waterfal':860 'web':10,42,866,867 'webp':265 'well':639,983 'white':1317,1325,1371 'widget':927 'width':292,295,317,1415,1430 'width/height':381 'window':493 'winget':495 'work':508 'workflow':518,938,1593 'wrapper':1483 'z':319,324,854,1142 'z-index':323,853,1141 'z-index-manag':318","prices":[{"id":"be1699ef-f5fe-4082-a8f1-957211f70037","listingId":"8bec755e-9a82-464b-9b2b-6c280656c063","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"sickn33","category":"antigravity-awesome-skills","install_from":"skills.sh"},"createdAt":"2026-04-18T21:46:47.237Z"}],"sources":[{"listingId":"8bec755e-9a82-464b-9b2b-6c280656c063","source":"github","sourceId":"sickn33/antigravity-awesome-skills/ui-ux-pro-max","sourceUrl":"https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/ui-ux-pro-max","isPrimary":false,"firstSeenAt":"2026-04-18T21:46:47.237Z","lastSeenAt":"2026-04-22T06:52:04.798Z"}],"details":{"listingId":"8bec755e-9a82-464b-9b2b-6c280656c063","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"sickn33","slug":"ui-ux-pro-max","github":{"repo":"sickn33/antigravity-awesome-skills","stars":34460,"topics":["agent-skills","agentic-skills","ai-agent-skills","ai-agents","ai-coding","ai-workflows","antigravity","antigravity-skills","claude-code","claude-code-skills","codex-cli","codex-skills","cursor","cursor-skills","developer-tools","gemini-cli","gemini-skills","kiro","mcp","skill-library"],"license":"mit","html_url":"https://github.com/sickn33/antigravity-awesome-skills","pushed_at":"2026-04-22T06:40:00Z","description":"Installable GitHub library of 1,400+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections.","skill_md_sha":"05e684b4eef2aa3d13b317cfab7667d41f20b5e2","skill_md_path":"skills/ui-ux-pro-max/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/ui-ux-pro-max"},"layout":"multi","source":"github","category":"antigravity-awesome-skills","frontmatter":{"name":"ui-ux-pro-max","description":"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."},"skills_sh_url":"https://skills.sh/sickn33/antigravity-awesome-skills/ui-ux-pro-max"},"updatedAt":"2026-04-22T06:52:04.798Z"}}