Prerequisites
UI/UX Pro Max requires Python 3.x for the design system search engine.Check Python Installation
Verify Python is installed on your system:You should see output like
Python 3.x.x. If not, proceed to install Python.Installation Methods
CLI Installation (Recommended)
The CLI installer provides the easiest way to install UI/UX Pro Max for any AI assistant.Claude Marketplace (Claude Code)
For Claude Code users, install directly from the marketplace:CLI Commands
The CLI provides additional commands for managing your installation:List Versions
Update
Offline Install
Custom Output
Verify Installation
After installation, verify the skill is working:Check Files
Depending on your AI assistant, you should see files in:
- Claude Code:
.claude/skills/ui-ux-pro-max/ - Cursor:
.cursor/skills/ui-ux-pro-max/ - Continue:
.continue/skills/ui-ux-pro-max/ - Droid (Factory):
.factory/skills/ui-ux-pro-max/
Test Search Command
Run a test search to ensure Python and the search engine work:You should see search results with UI style recommendations.
Troubleshooting
Python not found
Python not found
If you see On Windows, you may need to restart your terminal after installing Python.
python3: command not found, ensure Python is installed and added to your PATH.Try running:Permission errors on npm install
Permission errors on npm install
If you encounter permission errors when installing globally:Or fix npm permissions:
Skill not activating
Skill not activating
If the skill doesn’t activate automatically:
- Check activation keywords: The skill activates on UI/UX-related requests (build, design, create, implement, review, fix, improve).
-
Use explicit commands: For assistants that support slash commands:
- Verify file structure: Ensure files are in the correct location for your AI assistant.
Search script fails
Search script fails
If the search script returns errors:
-
Check Python version: Requires Python 3.x
-
Verify file paths: Ensure CSV data files exist in the
data/directory. -
Check file permissions: Make sure the search script is executable:
Next Steps
Quickstart Guide
Learn how to generate your first design system
Usage Guides
Explore CLI commands and workflows