Cdx Manager
Description
Terminal session manager for Codex, Claude, Antigravity, and Ollama accounts.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
CDX Manager
[](LICENSE)  
**Stop guessing which AI account still has quota.** `cdx` tracks the rate-limit window of every Codex and Claude account you own, tells you which one is usable right now, and launches it with isolated auth — in one command.
If you pay for several AI coding subscriptions, you know the dance: you hit a 5-hour limit mid-task, guess which other account still has room, re-authenticate, and lose your context on the way. `cdx` turns that into `cdx next`.

Quick Start
npm install -g cdx-manager
cdx add codex work # register an isolated Codex profile named "work"
cdx add claude perso # and a Claude one
cdx status # every account's remaining quota, side by side
cdx next # which account should I use right now?
Supported providers: `codex`, `claude`, `antigravity`, `ollama`.
`cdx next` answers the question you actually have, and prints the command to run:

The Core Five
Everything else is optional. These five cover the daily loop:
| Command | What it gives you |
|---|---|
cdx add |
An isolated account profile — its own auth, its own home |
cdx |
Launch that account, auth checked first |
cdx status |
Remaining 5-hour and weekly quota for every account at once |
cdx next |
The account you should use right now, and why |
cdx run --prompt ... --json |
The same routing, headless, for scripts and agents |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11