Ui ux pro max
AI-powered design intelligence with 67+ UI styles, 161 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types. Use for UI/UX design decisions, color schemes, typography, design systems, landing pages, and pre-delivery checklists.From its SKILL.md
npx -y skills add S3YED/appie-kit --skill ui-ux-pro-maxAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
4.6 KB, ~1.1k tokens by cl100k_base, as published. Nobody here has run it
UI/UX Pro Max
AI-powered design intelligence with 67+ UI styles, 161 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types across 15+ tech stacks.
Prerequisites
Python 3.x (no external dependencies needed).
Search Command
python3 {{SKILL_DIR}}/scripts/search.py "<query>" --domain <domain> [-n <max_results>]
Design System Generation (start here for new projects)
python3 {{SKILL_DIR}}/scripts/search.py "<product_type> <industry> <keywords>" --design-system [-p "Project Name"]
Persist across sessions:
python3 {{SKILL_DIR}}/scripts/search.py "<query>" --design-system --persist -p "Project Name"
Page-specific override:
python3 {{SKILL_DIR}}/scripts/search.py "<query>" --design-system --persist -p "Project Name" --page "dashboard"
Domain Search
python3 {{SKILL_DIR}}/scripts/search.py "<keyword>" --domain <domain> [-n <max_results>]
| Domain | Use For | Example Keywords |
|---|---|---|
product | Product type recommendations | SaaS, e-commerce, portfolio, healthcare, beauty |
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 |
landing | Page structure, CTA strategies | hero, testimonial, pricing, social-proof |
chart | Chart types, library recommendations | trend, comparison, timeline, funnel |
ux | Best practices, anti-patterns | animation, accessibility, z-index, loading |
react | React/Next.js performance | waterfall, bundle, suspense, memo, rerender |
web | App interface guidelines | accessibilityLabel, touch targets, safe areas |
prompt | AI prompts, CSS keywords | (style name) |
Stack-Specific Search
python3 {{SKILL_DIR}}/scripts/search.py "<keyword>" --stack <stack>
Available stacks: html-tailwind (default), react, nextjs, astro, vue, nuxtjs, nuxt-ui, svelte, swiftui, react-native, flutter, shadcn, jetpack-compose
Output Formats
# ASCII box (default)
python3 {{SKILL_DIR}}/scripts/search.py "fintech crypto" --design-system
# Markdown
python3 {{SKILL_DIR}}/scripts/search.py "fintech crypto" --design-system -f markdown
Workflow
| Scenario | Start From |
|---|---|
| New project / page | Step 1 → --design-system |
| New component | --domain style or --domain ux |
| Choose style / color / font | --design-system |
| Review existing UI | Pre-delivery checklist below |
| Fix a UI bug | Domain search for relevant area |
| Add charts / data viz | --domain chart |
| Stack best practices | --stack <stack> |
Step 1: Analyze Requirements
Extract: product type, target audience, style keywords, tech stack.
Step 2: Generate Design System (REQUIRED for new projects)
Run --design-system first. Always.
Step 3: Supplement with Domain Searches
Deep-dive specific areas (style, color, typography, ux, etc.)
Step 4: Stack Guidelines
Get implementation-specific best practices for the target stack.
Pre-Delivery Checklist
Visual Quality
- No emojis used as icons (use SVG: Phosphor, Heroicons, Lucide)
- cursor-pointer on all clickable elements
- Hover states with smooth transitions (150-300ms)
- Official brand assets with correct proportions
- Semantic theme tokens (no hardcoded per-screen colors)
Contrast & Color
- Light mode: text contrast ≥4.5:1
- Dark mode: primary ≥4.5:1, secondary ≥3:1
- Dividers/borders visible in both themes
- Color is not the only indicator
Layout
- Responsive: 375px, 768px, 1024px, 1440px
- Safe areas respected for fixed elements
- 4/8dp spacing rhythm maintained
- Long text readable (not edge-to-edge on wide screens)
Accessibility
- Focus states visible for keyboard nav
- prefers-reduced-motion respected
- Touch targets ≥44pt (iOS) / ≥48dp (Android)
- All meaningful images/icons have alt text / labels
Interaction
- Touch feedback within 80-150ms
- Micro-interactions 150-300ms with native easing
- Disabled states visually clear and non-interactive
- No gesture conflicts in nested interactive regions
What ships with it: 54 files
1736.2 KB alongside SKILL.md, 10 of them executable
data/
- app-interface.csv9.5 KB
- charts.csv18.9 KB
- colors.csv31.7 KB
- design.csv103.7 KB
- draft.csv103.8 KB
- google-fonts.csv727.7 KB
- icons.csv20.2 KB
- landing.csv16.3 KB
- products.csv56.6 KB
- react-performance.csv14.5 KB
- stacks/angular.csv17.8 KB
- stacks/astro.csv11.6 KB
- stacks/flutter.csv10.2 KB
- stacks/html-tailwind.csv11.0 KB
- stacks/jetpack-compose.csv8.0 KB
- stacks/laravel.csv17.9 KB
- stacks/nextjs.csv12.2 KB
- stacks/nuxtjs.csv16.2 KB
- stacks/nuxt-ui.csv13.7 KB
- stacks/react.csv12.7 KB
- stacks/react-native.csv9.8 KB
- stacks/shadcn.csv15.5 KB
- stacks/svelte.csv10.8 KB
- stacks/swiftui.csv10.6 KB
- stacks/threejs.csv43.7 KB
- stacks/vue.csv10.7 KB
- styles.csv139.3 KB
- _sync_all.pyruns21.3 KB
- typography.csv48.5 KB
- ui-reasoning.csv51.8 KB
- ux-guidelines.csv18.3 KB
scripts/
- core.pyruns12.1 KB
- design_system.pyruns46.0 KB
- search.pyruns5.5 KB
templates/
- base/quick-reference.md23.9 KB
- base/skill-content.md18.6 KB
- platforms/agent.jsonruns908 B
- platforms/augment.json650 B
- platforms/claude.json1.6 KB
- platforms/codebuddy.json758 B
14 more files not listed here. See all 54 in the repository.