usestring

Gate Inbox — Development skill for Claude Code

Development community

One terminal inbox for every coding-agent session waiting on you: Claude Code, Codex and OpenCode in tmux.

How to install Gate Inbox

This entry records only its repository, not the path inside it, so there is no exact command to give. Open usestring/gate-inbox and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Gate Inbox does

One terminal inbox for every coding-agent session waiting on you: Claude Code, Codex and OpenCode in tmux.

Alternatives in Development

  • OpenAI Codex CLI — (Rust implementation) 67.8k ★
  • Hapi — App for Claude Code / Codex / Gemini / OpenCode, vibe coding anytime, anywhere 3.6k ★
  • Agent Of Empires — Manage multiple Claude Code, OpenCode agents from either TUI or Web for easy access on mobile 3.1k ★

README

gate-inbox

A terminal board for running and triaging many AI coding-agent sessions in tmux.

![Spawning two agents, watching their status, then answering the one that is waiting from the triage queue](docs/demo/core-loop.gif)

Spawn two agents, watch their status, answer the waiting one from the triage queue, and it hands over the next.

Gate Inbox puts every coding agent on your machine in one list with live status, so the session that is blocked on you is visible without hunting through terminal tabs. Claude Code, Codex and OpenCode v2 work out of the box and run side by side, each in its own tmux session. Any other CLI can be added as a `[tools.]` block in the config.

It is a thin layer over the CLIs you already have. Each session launches your installed tool as-is, so your login, config files, MCP servers and every feature the tool ships carry over unchanged. Gate Inbox reads the panes; it does not sit between you and the model.

Install

Gate Inbox runs on Linux and macOS, and on Windows inside WSL2. It needs **tmux 3.1+** and **git** on `PATH`, plus at least one agent CLI. Building needs **Go 1.26.5+**.

git clone https://github.com/usestring/gate-inbox.git
cd gate-inbox
go build -o gate-inbox .

Or `go install github.com/usestring/gate-inbox@latest`, which puts `gate-inbox` in `$(go env GOPATH)/bin`. [`docs/install.md`](docs/install.md) covers optional dependencies, WSL and updating.

Quick start

gate-inbox
  1. n starts an agent in the group under the cursor and focuses it. Type the task.
  2. ctrl+q goes back to the list. Each row shows its status as the agent works.
  3. i