ui-ux-pro-max-skill/cli
Alliot 6ca03d98b1
Fix Codex install layout (self‑contained skills) (#49)
* feat: add CodeX support

* fix: ensure Codex detection in detectAIType function

* feat: Add UI/UX Pro Max search engine and guidelines

- Introduced a new CSV file containing UX guidelines for various categories, issues, and best practices.
- Implemented a BM25 search engine in core.py to facilitate searching through style guides and UX guidelines.
- Created a search script (search.py) for command-line usage, allowing users to query the guidelines with options for domain and stack-specific searches.
- Added functionality to format search results for better readability and usability.

* feat: Add UI/UX Pro Max search engine and guidelines

- Introduced a new CSV file containing UX guidelines for various categories, issues, and best practices.
- Implemented a BM25 search engine in core.py to facilitate searching through style guides and UX guidelines.
- Created a search script (search.py) for command-line usage, allowing users to query the guidelines with options for domain and stack-specific searches.
- Added functionality to format search results for better readability and usability.

* fix: update script paths in SKILL.md for Codex search functionality

---------

Co-authored-by: Viet Tran <viettranx@gmail.com>
2026-01-07 15:03:45 +07:00
..
assets feat: add Nuxt.js and Nuxt UI stack support 2026-01-07 15:01:10 +07:00
src Fix Codex install layout (self‑contained skills) (#49) 2026-01-07 15:03:45 +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 Nuxt.js and Nuxt UI stack support 2026-01-07 15:01:10 +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