ClaudeKit CLI Guide
Install ClaudeKit, run claude, and leverage powerful AI skills from your terminal!
claude, and leverage powerful skills like UI/UX Pro Max — all from your terminal!Quick Workflow
→ Then chat with AI to build beautiful UIs instantly! 🎨
Note: ClaudeKit CLI is a free tool that helps install kits. The Engineer Kit and Marketing Kit are paid products that you need to purchase separately. Get ClaudeKit (20% OFF)
What It Looks Like in Your Terminal
Here's exactly what you'll see when using ClaudeKit CLI
Setup Project
ck init Initialize ClaudeKit in your project (one-time setup)
Start Claude Code
claude Open interactive AI assistant - chat and iterate
Use Skills
Using ui-ux-pro-max skill... Inside Claude, activate powerful design intelligence
Quick Start Guide
Get ClaudeKit CLI running in 3 easy steps
Install ClaudeKit CLI
Install the ClaudeKit CLI tool globally:
Initialize ClaudeKit in Your Project
Navigate to your project and set up ClaudeKit:
ck init, you'll see two options:- Global (Recommended): Installs for your user account. Works everywhere.
- Local: Installs just for this specific project folder.
- 1. Environment Variables - GITHUB_TOKEN or GH_TOKEN (best for CI/CD)
- 2. GitHub CLI - If
ghis logged in (recommended for local) - 3. OS Keychain - Token saved from previous login
- 4. Interactive Prompt - Guides you to create and save token
gh auth login # Recommended: Login with GitHub CLI first ck init --use-git to use your native git credentials instead.Start Claude Code & Create!
Launch Claude Code CLI and chat with AI:
Best Practice: Daily Routine
💡 Pro Tip: Run these commands before starting your work to ensure you always have the latest intelligent capabilities.
1 Update CLI Tool
Ensures your claudekit-cli has the latest features and bug fixes.
2 Update Engineer Kit
Updates the engineer kit to fetch the latest AI prompts and capabilities.
CCS - Claude Code Switch
Need to switch between work/personal accounts or use cheaper models like Gemini/GLM? CCS is a powerful wrapper for Claude Code that saves you money and streamlines your workflow.
Warning: Google Account Bans
Google is actively banning accounts that use Antigravity/Gemini OAuth with third-party tools (OpenCode, CLIProxy-based tools like CCS/ProxyPal, AntigravityManager, etc.). This may violate Google's ToS and result in permanent loss of Google services. Consider using GLM or Kimi as safer alternatives.
Pro Tips for CLI Power Users
ccs without arguments for back-and-forth refinement@filename to tell AI which files to modify.ck.json, set statusline to "minimal" (stable default) or "full" (beta default). Default Gemini model is gemini-3-flash-preview (configurable via gemini.model). Beta also creates .claude/session-state/ for session persistence.