CLI to install CF UI/UX skill for AI coding assistants
npm install cf-ui-cliCLI to install CF UI/UX skill for AI coding assistants.
``bash`
npm install -g cf-ui-cli
`bashInstall for specific AI assistant
cf-ui init -a claude # Claude Code
cf-ui init -a cursor # Cursor
cf-ui init -a windsurf # Windsurf
cf-ui init -a antigravity # Antigravity
cf-ui init -a copilot # GitHub Copilot
cf-ui init -a kiro # Kiro
cf-ui init -a codex # Codex (Skills)
cf-ui init -a roocode # Roo Code
cf-ui init -a qoder # Qoder
cf-ui init -a gemini # Gemini CLI
cf-ui init -a trae # Trae
cf-ui init -a opencode # OpenCode
cf-ui init -a continue # Continue (Skills)
cf-ui init -a codebuddy # CodeBuddy
cf-ui init -a all # All assistants
How It Works
By default,
cf-ui init tries to download the latest release from GitHub to ensure you get the most up-to-date version. If the download fails (network error, rate limit), it automatically falls back to the bundled assets included in the CLI package.Use
--offline to skip the GitHub download and use bundled assets directly.Development
`bash
Install dependencies
bun installRun locally
bun run src/index.ts --helpBuild
bun run buildLink for local testing
bun link
``CC-BY-NC-4.0