# UI UX Pro Max

> Generate a UI/UX design system using local datasets and scripts. Use when you need structured visual guidance, color palettes, typography pairings, and UX rules for a product or page.

- Skill: `darthlinuxer/ui-ux-pro-max` (Agent Skill, multi-file: 28 files)
- Install (CLI): `npx skillmds@latest add darthlinuxer/ui-ux-pro-max`
- Raw SKILL.md: https://api.skillmd.com/api/skills/darthlinuxer/ui-ux-pro-max/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Design & Media
- License: MIT
- Author: darthlinuxer (https://skillmd.com/u/darthlinuxer)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/darthlinuxer/ui-ux-pro-max

---


# UI/UX Pro Max

Use this skill to generate a design system and UI/UX recommendations with the local dataset.

## Quick Start

```bash
python3 scripts/search.py "<product_type> <industry> <keywords>" --design-system -p "Project Name"
```

## Optional Commands

```bash

# Persist design system
python3 scripts/search.py "<query>" --design-system --persist -p "Project Name"

# Domain search
python3 scripts/search.py "<keyword>" --domain <domain> [-n <max_results>]

# Stack guidance
python3 scripts/search.py "<keyword>" --stack html-tailwind
```

## Notes
- Data lives in `data/`
- Scripts live in `scripts/`

