ilia 7d52ff98fb
All checks were successful
CI / skip-ci-check (pull_request) Successful in 18s
CI / secret-scan (pull_request) Successful in 17s
Add ui-ux-pro-max Cursor skill from upstream
Vendor nextlevelbuilder/ui-ux-pro-max-skill (v2.11.0 via uipro-cli) into
cursor/skills so family Macs get the searchable UI/UX database on
./install.sh. Prefer frontend-design for distinctive one-off UIs; document
that split in README + ORIGIN.md. Not the shyftplan fork.
2026-07-26 21:16:35 -04:00

19 lines
636 B
Markdown

# Upstream
- Source: https://github.com/nextlevelbuilder/ui-ux-pro-max-skill
- Installed via: `uipro-cli` (`uipro init --ai cursor`)
- Version at import: v2.11.0 (uipro-cli 2.2.3)
- Not the shyftplan fork (enterprise rebrand) — use upstream only.
To refresh:
```bash
npm install -g uipro-cli@latest
TMP=$(mktemp -d) && (cd "$TMP" && uipro init --ai cursor)
rsync -a --delete --exclude '__pycache__' --exclude '*.pyc' --exclude ORIGIN.md \
"$TMP/.cursor/skills/ui-ux-pro-max/" \
~/Documents/code/dotfiles/cursor/skills/ui-ux-pro-max/
# Re-apply SKILL.md YAML frontmatter if the upstream file has none.
./install.sh --no-zsh
```