A CLI tool for running and managing multiple background Claude Code sessions. Start background coding sessions with prompts, monitor their progress, and attach to them when needed.
```bash
cargo install ccx
```
```bash
ccx start "fix the login bug"
ccx status
ccx list
ccx stop <session>
```
```
claude plugin marketplace add camerondavison/ccx
claude plugin install ccx@ccx-marketplace
```