ethanhqethanhqCommunityยท3 Agent Skills Included

cc-fleet

Run third-party models as Claude Code workers and teams

Connects third-party models like DeepSeek, GLM, Kimi, and Qwen to Claude Code as real workers. Runs parallel subagents, long-lived teammates in tmux panes, and multi-phase JavaScript workflows from one CLI. Eliminates manual API juggling and keeps provider keys out of environment variables and shell history. Tracks every job, cost, and result on a single live board.
npx skills add ethanhq/cc-fleet --all -g -y
Available:

Tells the coding agent how cc-fleet's four execution lanes work, which safety invariants to respect, and how to build, test, and edit the skills in this repository.

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install cc-fleet?โ–ผ

Run `npx skills add ethanhq/cc-fleet --all -g -y` in your terminal to install all skills in this suite globally.

What does cc-fleet do?โ–ผ

It lets third-party models like DeepSeek, GLM, Kimi, and Qwen run as real Claude Code workers, so you can delegate tasks to them as subagents, teammates, or workflow steps.

Do I need a Claude subscription to use cc-fleet?โ–ผ

No. You need the Claude Code CLI installed, but provider workers run on their own API keys, and `ccf run` starts a full session on any configured provider.

Are my provider API keys safe with cc-fleet?โ–ผ

Yes. Keys are resolved through a helper at runtime and never appear in environment variables, command arguments, logs, or shell history.

Can I mix different models in one workflow?โ–ผ

Yes. A single workflow script can assign each step to a different provider, run them in parallel, and cap total spend in dollars or tokens.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’