ccc setup- Wire up Claude Code: import your login, start the daemon, install the skill.
ccc login <name>- Add another account via browser sign-in, saved under <name>.
ccc list- List saved accounts.
ccc run <name>- Launch a Claude Code session as <name> (shows in /status).
ccc use <name>- Route the current thread to <name> — live, no restart.
ccc use --default- Revert the current thread to the default account.
ccc whoami- Show which account the current thread is using.
ccc default <name>- Set the fallback account for unrouted threads.
ccc remove <name>- Remove a saved account.
ccc t3 sync- Add one t3code provider per account (unsync to remove).
ccc doctor- Diagnostics: verify the daemon, settings, and auth.
ccc daemon start | stop | status- Control the local proxy daemon.
ccc teardown- Undo ccc setup.