src/process/resources/assistant/ui-ux-pro-max/README.md
This directory contains the design database and search utilities for the UI/UX Pro Max assistant.
data/: Design database files (CSV format)
styles.csv - 57 UI stylescolors.csv - 95 color palettestypography.csv - 56 font pairingscharts.csv - 24 chart typesproducts.csv - Product type recommendationslanding.csv - Landing page patternsux-guidelines.csv - 98 UX best practicesprompts.csv - AI prompts and CSS keywordsstacks/ - 11 tech stack-specific guidelinesscripts/: Search utilities
search.py - Main search script for querying the design databasecore.py - Core search functionalityThe UI/UX Pro Max assistant automatically uses these resources when helping with UI/UX design tasks.
You can also manually search the database:
# Search for product recommendations
python3 ui-ux-pro-max/scripts/search.py "saas" --domain product
# Search for UI styles
python3 ui-ux-pro-max/scripts/search.py "glassmorphism" --domain style
# Search for color palettes
python3 ui-ux-pro-max/scripts/search.py "healthcare" --domain color
# Search for typography
python3 ui-ux-pro-max/scripts/search.py "elegant modern" --domain typography
# Search for UX guidelines
python3 ui-ux-pro-max/scripts/search.py "animation" --domain ux
# Search stack-specific guidelines
python3 ui-ux-pro-max/scripts/search.py "responsive" --stack html-tailwind
Python 3.x is required to run the search scripts.
This design database is from the ui-ux-pro-max-skill project.
MIT License - See the original project for details.