* 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> |
||
|---|---|---|
| .. | ||
| assets | ||
| src | ||
| .gitignore | ||
| .npmignore | ||
| README.md | ||
| bun.lock | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||
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