It2ag
Description
iTerm2 agent monitor for Claude Code and Codex.
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
it2ag
iTerm2 agent monitor for [Claude Code](https://github.com/anthropics/claude-code) and [Codex](https://github.com/openai/codex).
Displays a real-time dashboard in iTerm2's Toolbelt sidebar showing all running AI coding agent sessions, their status (running/awaiting user/idle), git repo, and branch.
Features
- Agent detection — Detects Claude Code and Codex processes via process tree inspection
- Running/idle status — Claude Code:
caffeinatechild process; Codex: per-PID IOKit power assertion (pmset) +sandbox-exec/bwrapfast path - Completion acknowledgement — When Claude Code or Codex transitions from running to idle, the card switches to
awaiting useruntil clicked - Git info — Shows repo name and branch for each session
- Repo grouping — Groups sessions by root repository (worktree-aware via
git rev-parse --git-common-dir) - Click to focus — Click a session entry to switch to that iTerm2 pane and clear
awaiting user - Search — Filter sessions by name, repo, branch, or path
- Auto-refresh — Updates every 3 seconds
- Toolbelt auto-open — Automatically opens the Toolbelt panel if it's not already visible
Requirements
- macOS
- iTerm2 with Python API enabled (Settings > General > Magic > Enable Python API)
- iTerm2 Shell Integration (for working directory and git info)
- uv
Installation
Homebrew
brew tap mkusaka/tap
brew install mkusaka/tap/it2ag
`uvx` from GitHub
Run directly from the git repo without cloning:
uvx --from git+https://github.com/mkusaka/it2ag.git it2ag
Clone and run locally
git clone https://github.com/mkusaka/it2ag.git
cd it2ag
uv run it2ag
Usage
# If installed via Homebrew or uvx
it2ag
# Or from the cloned repo
uv run it2ag
The Toolbelt panel opens automatically. Click any session to focus it, a
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