ui-ux-pro-max-skill/cli
Ray Tien 99168b6f26
feat: add Nuxt.js stack support (#38)
- Add nuxtjs.csv with 58 Nuxt 3 guidelines (Composition API)
   - Categories: Routing, DataFetching, Lifecycle, Server, State, SEO,
   Middleware, ErrorHandling, Link, AutoImports, Plugins, Environment,
   Performance
   - Update core.py to include nuxtjs stack
2026-01-05 16:08:25 +07:00
..
assets feat: add Nuxt.js stack support (#38) 2026-01-05 16:08:25 +07:00
src feat: add Kiro support (#21) 2025-12-06 11:56:32 +07:00
.gitignore feat: add uxpro-cli for easy skill installation (#4) 2025-12-02 18:55:29 +07:00
.npmignore fix: exclude settings.local.json from cli install (#16) 2025-12-03 12:14:31 +07:00
README.md feat: add uxpro-cli for easy skill installation (#4) 2025-12-02 18:55:29 +07:00
bun.lock feat: add uxpro-cli for easy skill installation (#4) 2025-12-02 18:55:29 +07:00
package.json feat: add Kiro support (#21) 2025-12-06 11:56:32 +07:00
tsconfig.json feat: add uxpro-cli for easy skill installation (#4) 2025-12-02 18:55:29 +07:00

README.md

uipro-cli

CLI to install UI/UX Pro Max skill for AI coding assistants.

Installation

npm install -g uipro-cli

Usage

# Install for specific AI assistant
uipro init --ai claude      # Claude Code
uipro init --ai cursor      # Cursor
uipro init --ai windsurf    # Windsurf
uipro init --ai antigravity # Antigravity
uipro init --ai all         # All assistants

# Other commands
uipro versions              # List available versions
uipro update                # Update to latest version
uipro init --version v1.0.0 # Install specific version

Development

# Install dependencies
bun install

# Run locally
bun run src/index.ts --help

# Build
bun run build

# Link for local testing
bun link

License

CC-BY-NC-4.0