ui-ux-pro-max-skill/cli
Alex Le 9149e5f2fa
feat: add support for Trae AI assistant (#69)
* feat(trae): add support for Trae AI assistant

Add Trae as a new supported AI assistant with version bump to 1.7.0. Includes:
- New .trae folder for skill files
- Updated CLI to detect and copy Trae skill files
- Added Trae to AIType enum and documentation
- Implemented search functionality for Trae-specific queries
- Added Trae skill data and scripts

* feat: update trae skill documentation and readme example

- Refactor SKILL.md to improve clarity and organization
- Add explicit usage instructions and prerequisites
- Update README.md example to clarify frontend-only scope

---------

Co-authored-by: Alex Le <alex.le@bytedance.com>
2026-01-14 17:22:25 +07:00
..
assets feat: add icons library with 100 curated Lucide icons (#66) 2026-01-12 23:15:06 +07:00
src feat: add support for Trae AI assistant (#69) 2026-01-14 17:22:25 +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 CodeX support (#44) 2026-01-07 09:31:42 +07:00
bun.lock feat: add uxpro-cli for easy skill installation (#4) 2025-12-02 18:55:29 +07:00
package-lock.json feat: add support for RooCode (#48) 2026-01-07 09:27:21 +07:00
package.json feat: add support for Trae AI assistant (#69) 2026-01-14 17:22:25 +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 codex       # Codex (Skills)
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