@crewkit/cli
v0.1.22
Published
Manage Claude Code agents for teams - role-based configs, A/B testing, accuracy tracking
Downloads
513
Maintainers
Readme
@crewkit/cli
Manage your team's Claude Code agents from the terminal. Sync role-based configs, run A/B experiments, and track what's working - all CLI-first.
Quick Start
curl -fsSL https://crewkit.io/install.sh | sh
crewkit auth login
crewkit codeThat's it. Your team's agent configurations are now synced.
Why crewkit?
- Team consistency: One source of truth for agent configurations across your org
- Role-based modes: Junior devs get coaching mode, seniors get autonomy
- A/B testing built-in: Experiment with prompts, measure what works
- Works with your workflow: CLI-first, integrates with your existing tools
Commands
| Command | Description |
|---------|-------------|
| crewkit code | Launch Claude Code with your team's agent configs |
| crewkit code -p "prompt" | Headless mode for scripting and CI |
| crewkit auth login | Authenticate with crewkit |
| crewkit auth status | Check authentication status |
| crewkit experiments create <agent> | Start an A/B test on agent configurations |
| crewkit experiments metrics <name> | See which variant performs better |
Features
For Individual Developers
- Automatic agent sync when you run
crewkit code - Session history and metrics tracking
- Works in any git repository
For Teams
- Role-based modes (coaching for juniors, autonomy for seniors)
- Centralized configuration management
- A/B testing framework for prompt optimization
- Usage analytics and cost tracking
Installation
Shell Script (recommended)
curl -fsSL https://crewkit.io/install.sh | shnpm
npm install -g @crewkit/cliHomebrew (macOS/Linux)
brew install karibew/tap/crewkitChocolatey (Windows)
choco install crewkitDirect Download
See GitHub Releases for platform-specific binaries.
Supported Platforms
- macOS Apple Silicon (M1/M2/M3/M4)
- macOS Intel
- Linux x64
- Windows x64
Requirements
- Node.js 18+ (for npm installation)
- Git (for project detection)
- A crewkit account (sign up free)
Troubleshooting
"Cannot connect to crewkit API"
- Check your network connection
- Verify authentication:
crewkit auth status
"No agent configurations found"
- Ensure you're in a git repository
- Check that your org has configured agents at app.crewkit.io
Binary not found after install
- Try reinstalling:
npm install -g @crewkit/cli --force - Check if
--no-optionalflag was used (platform binaries are required)
Privacy & Telemetry
crewkit collects anonymous error reports via Sentry to improve reliability. No code, prompts, or personal data is collected. You can disable telemetry:
crewkit config set telemetry falseSee our Privacy Policy for details.
Documentation
Links
License
See Terms of Service for license details.
