Ui ux pro max
UI/UX design intelligence — pick styles, color palettes, font pairings, layout & UX patterns across 10 stacks. Use when designing, building, reviewing, or restyling a web/mobile interface.From its SKILL.md
npx -y skills add jgamaraalv/delivery-loop --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
- 0 stars0 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
3.7 KB, 789 tokens by cl100k_base, as published. Nobody here has run it
UI/UX Pro Max - Design Intelligence
Comprehensive design guide for web and mobile applications. Contains 50+ styles, 161 color palettes, 57 font pairings, 161 product types with reasoning rules, 99 UX guidelines, and 25 chart types across 10 technology stacks. A searchable database (scripts/search.py over data/ CSVs) gives priority-based design recommendations.
This SKILL.md is the thin entry point. Bulky reference material lives under references/ and is read on demand — see References below.
Workflow at a High Level
The skill is data-driven: a Python CLI (scripts/search.py) queries CSV catalogs under data/ and returns priority-ranked design recommendations.
To design or build a page/component:
- Analyze requirements — extract product type, target audience, style keywords, and stack.
- Generate a design system (REQUIRED first step) — run
search.py "<keywords>" --design-systemto get a complete recommendation (pattern, style, colors, typography, effects + anti-patterns). Optionally--persistit as a Master + page-overrides set for cross-session reuse. - Supplement with domain searches — deep-dive any dimension you're unsure about with
--domain <domain>. - Add stack guidelines —
--stack react-nativefor implementation-specific best practices. - Synthesize and implement, then run the pre-delivery checks.
To review or fix existing UI: start from the Quick Reference 10-category checklist; jump to the category that matches the problem.
Full step-by-step procedure, examples, output formats, and tips: references/workflow.md.
How to Search the Data
# Full design-system recommendation (always start here when designing)
python3 skills/ui-ux-pro-max/scripts/search.py "<product> <industry> <keywords>" --design-system [-p "Project"]
# Deep-dive one dimension
python3 skills/ui-ux-pro-max/scripts/search.py "<keyword>" --domain <domain> [-n <max_results>]
# Stack-specific implementation guidance
python3 skills/ui-ux-pro-max/scripts/search.py "<keyword>" --stack react-native
Domains: product, style, color, typography, landing, chart, ux, google-fonts, react, web, prompt. Requires Python 3 (python3 --version). See references/workflow.md for the full domain/stack tables, prerequisites, and persistence (--persist) details.
References
Each file is loaded on demand — read one only when the task needs that depth (progressive disclosure).
references/workflow.md— the full design-system generation workflow: prerequisites (Python), Steps 1–4 (analyze →--design-system→--domainsearches →--stack), the--persistMaster+overrides pattern, domain/stack tables, a worked example, output formats, and query tips · read when building or restyling a page/component.references/quick-reference.md— the 10 rule categories by priority (Accessibility, Touch & Interaction, Performance, Style Selection, Layout & Responsive, Typography & Color, Animation, Forms & Feedback, Navigation Patterns, Charts & Data) with every rule key and its standard · read when reviewing or fixing UI, or as a final quality pass.references/app-ui-standards.md— professional-polish rules for App UI (icons & visual elements, interaction, light/dark contrast, layout & spacing) plus the full pre-delivery checklist · read when delivering iOS / Android / React Native / Flutter UI.
What ships with it: 37 files
1719.3 KB alongside SKILL.md, 4 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
references/
- app-ui-standards.md8.5 KB
- quick-reference.md22.6 KB
- workflow.md9.9 KB
scripts/
- core.pyruns12.1 KB
- design_system.pyruns46.0 KB
- search.pyruns5.5 KB