Capo — AI skill for Claude Code
Run one AI agent team across Claude Code and Codex.
How to install Capo
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open whitewolfx7/capo and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Capo does
Run one AI agent team across Claude Code and Codex. When one platform hits its usage limit, the whole team checkpoints and continues on the other.
Alternatives in AI
README
CAPO
[](https://github.com/whitewolfx7/capo/actions/workflows/ci.yml) [](https://github.com/whitewolfx7/capo/actions/workflows/codeql.yml) [](LICENSE)
**You run out of Claude Pro usage at 2pm. Your Codex quota is untouched. CAPO moves the whole agent team over and keeps going.**
CAPO runs one agent team across Claude Code and Codex. When the platform you are on reports a usage limit, every session writes a Markdown checkpoint, and the entire team, root included, relaunches on the other platform from those checkpoints. Two subscriptions you already pay for, one continuous session of work.
Status: v0.1, working, not yet verified against a real usage limit. See [What is not done](#what-is-not-done).
How it works
- A run has one active platform at a time. Every session runs there.
- Each role has a model per platform. Launching on a platform uses that platform's column.
- On a usage limit, every session checkpoints, all of them close, and the team relaunches on the other platform. The root moves too.
- When both platforms are capped, the run waits for the earliest known reset rather than flapping between them.
capo resumecontinues from the latest checkpoint set on disk, so a crash or a closed laptop costs you nothing.
The checkpoint is the whole trick. Because the team moves all at once, nobody on the new platform has any memory. Whatever each agent writes before it pauses is everything the other side gets. So checkpoints are plain Markdown you can read, edit, and paste into a chat window by hand.
Quickstart
git clone https://github.com/whitewolfx7/capo.git && cd capo
npm install && npm run build
node packages/cli/dist/main.js doctor
`doctor` checks Node, git, and both platform C
Related Skills
Claude Failover
Backup brain for Claude Code. When your Claude Max plan hits its limit or Claude is down, flip one command and
Team Foundry
One shared context layer for Claude Code, Cursor, Gemini CLI, and Codex — so the whole team's AI tools build f
M0s Indicator
Never hit your AI token limit blind, real-time usage bars for Claude Code, Codex & Gemini
Spread Your Claudes
Offload your coding agent's big-context reads to other AI CLIs (Gemini, Cursor, Codex, paid Gemini web app) so
Tmux Agent Usage
Display AI agent rate limit usage in your tmux status bar
CLI Continues
resume any AI coding session in another tool — Claude Code, Copilot, Gemini, Codex, Cursor
Related Agents
Bench Runner
Executes a11y skill benchmarks across hosted and local model families. Runs cloud/Codex/Ollama benchmark scrip
Consistency Guardian
Consistency Guardian for the team-agents workflow — responsible for ensuring system-wide architectural consist
Usage Reporter
Reads real Claude Code usage from ~/.claude/stats-cache.json. Reports daily/weekly token usage by model, cache