# 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 ```