Registry / devops / uipro-cli

uipro-cli

JSON →
library2.2.3jsnpmunverified

The `uipro-cli` (UI/UX Pro Max CLI) is a command-line interface tool designed to install a specialized "UI/UX Pro Max skill" into various AI coding assistants. This skill aims to enhance the AI's capabilities in generating or understanding UI/UX related code and patterns. The current stable version is 2.2.3. While no explicit release cadence is stated, the tool includes an `update` command and fetches the latest releases from GitHub, suggesting active development and regular updates to support new AI assistants or improve the skill. Its primary differentiator is its broad compatibility, supporting a wide array of AI platforms such as Claude, Cursor, GitHub Copilot, Gemini CLI, and others, enabling developers to integrate advanced UI/UX expertise directly into their chosen AI coding workflow. It handles network failures gracefully by falling back to bundled assets.

npm install uipro-cli
INSTALL
IMPORT
SIG · UIPRO-CLI
U
uipro-cli
devopsjavascriptv2.2.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Installs the uipro-cli globally, then initializes and installs the UI/UX Pro Max skill specifically for Claude Code assistant.

npm install -g uipro-cli uipro init --ai claude
uipro-cli --version
Debug
Known issues
gotchaUsing the `--force` option with `uipro init` will overwrite existing files without confirmation. Exercise caution, as this can lead to data loss or unintended changes in your AI assistant's configuration.
fix
Always back up relevant configuration files before using the `--force` flag, or inspect the target directory to understand potential impacts.
affects: >=1.0.0
gotchaThe CLI attempts to download the latest skill version from GitHub. If the download fails due to network issues or API rate limits, it automatically falls back to a potentially older, bundled version. This ensures functionality but might not provide the very latest features or bug fixes.
fix
Ensure a stable internet connection for the latest version. If consistent download issues occur, consider retrying or using the `--offline` flag if an older bundled version is acceptable.
affects: >=1.0.0
gotchaRunning `uipro init --offline` explicitly skips fetching the latest skill from GitHub and only uses the bundled assets. This might result in installing an outdated version of the UI/UX Pro Max skill.
fix
Only use `--offline` when internet access is unavailable or when you specifically intend to use the bundled version. For the most up-to-date features, omit the `--offline` flag.
affects: >=1.0.0
Errors
Common errors & fixes
uipro: command not found
The `uipro-cli` was not installed globally, or the npm global bin directory is not in your system's PATH.
fix
Run `npm install -g uipro-cli` to install it globally. If the problem persists, ensure your npm global bin directory is correctly added to your system's PATH environment variable.
GitHub download failed, falling back to bundled assets.
The CLI could not connect to GitHub to download the latest skill, likely due to a network interruption, firewall, or GitHub API rate limiting.
fix
Check your internet connection and proxy settings. Wait a few minutes and try again, or use `uipro init --offline` if you prefer to use the local bundled assets.
Upgrade
Version history
2.2.3latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
8
OpenAI (training)
1
Resources
uipro-cli — npm install uipro-cli · libregistry