Tagteam Cli banner
Proxypro2012 Proxypro2012

Tagteam Cli

Development community

Description

Route coding subtasks between Claude Code and Codex CLI, using each tool's real agent loop, on the subscriptions you already pay for.

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

TagTeam

**Route coding subtasks between Claude Code and Codex CLI, using each tool's real agent loop, on the subscriptions you already pay for.**

[![CI](https://github.com/Proxypro2012/tagteam-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/Proxypro2012/tagteam-cli/actions/workflows/ci.yml) [![npm](https://img.shields.io/npm/v/tagteam-cli.svg)](https://www.npmjs.com/package/tagteam-cli) [![license](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)

npm install -g tagteam-cli
cd your-repo && tagteam init && tagteam doctor
tagteam run "add a health check endpoint" --files "src/api/**"

Table of contents


The problem

You pay for Claude Code and you pay for Codex. You use one of them at a time, in one terminal, on one task. When you hit a rate limit at 3pm you either stop working or you copy the task into the other tool by hand and lose all your context.

Meanwhile the two tools are good at different things, and you probably have opinions about which one you would rather have touching your API layer versus your React components.

There is no good way to say "send the backend work to