Add UI/UX Pro Max skill
loading diff…
Provides instant access to UI/UX best practices, color palettes, typography pairings, and stack-specific guidelines when designing or reviewing frontend code. Eliminates the need to search multiple design resources.
# Search for design style
python3 ./ui-ux-pro-max/scripts/search.py "glassmorphism" --domain style
# Get color palette for SaaS
python3 ./ui-ux-pro-max/scripts/search.py "saas fintech" --domain color
# Get React-specific guidelines
python3 ./ui-ux-pro-max/scripts/search.py "form button" --stack react
Test plan
- Verified search.py works with Python 3
- Tested domain searches (style, color, typography, ux)
- Tested stack searches (react, html-tailwind)
- Confirmed data files load correctly
Attribution
Inspired by: https://github.com/nextlevelbuilder's https://github.com/nextlevelbuilder/ui-ux-pro-max-skill