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.
19 lines
636 B
Markdown
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
|
|
```
|