github nextlevelbuilder/ui-ux-pro-max-skill v2.1.1
v2.1.1 - Fix CLI Online Install

10 hours ago

🐛 Bug Fix

Fixed: CLI online install was copying empty .claude/skills/ folder because PR #94 moved files to skills/ for marketplace.

What was broken

When running uipro init --ai claude (without --offline), the CLI downloaded from GitHub release and copied an empty .claude/skills/ui-ux-pro-max/ folder.

What's fixed

Now maintaining both locations:

  • skills/ui-ux-pro-max/ → For Claude Code marketplace plugin
  • .claude/skills/ui-ux-pro-max/ → For CLI install (online mode)

Installation

Via npm (Recommended)

npm install -g uipro-cli
uipro init --ai claude

Via pnpm

pnpm add -g uipro-cli
uipro init --ai claude

Manual Installation

Download ui-ux-pro-max-skill-v2.1.1.zip and extract to your project root.


Commits since v2.1.0

Hash Description
f0caa7c fix: restore .claude/skills for CLI online install (#100)
d1b9c29 chore: bump CLI version to 2.1.1

Full Changelog: v2.1.0...v2.1.1

Don't miss a new ui-ux-pro-max-skill release

NewReleases is sending notifications on new releases.