Agx
Description
Run multiple Claude Code agents in parallel, each isolated in its own git worktree, and monitor them all from a single terminal dashboard.
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
agx - agent cross
[](https://github.com/jedipunkz/agx/actions/workflows/ci.yml) [](https://goreportcard.com/report/github.com/jedipunkz/agx) [](https://opensource.org/licenses/MIT) 
Run multiple AI coding agents in parallel, each isolated in its own git worktree, and monitor them all from a single terminal dashboard.
Supported agents: [Claude Code](https://claude.ai/code), [Codex CLI](https://github.com/openai/codex), [Gemini CLI](https://github.com/google-gemini/gemini-cli) , [OpenCode](https://opencode.ai/).
Installation
Homebrew (macOS / Linux)
brew tap jedipunkz/agx && brew install agx
Usage
Start an agent
`cd` into your git repository before running `agx agent new`. agx uses the current directory to detect the git repo and automatically creates an isolated worktree for the agent.
cd /path/to/your/repo
agx agent new
By default agx uses Claude Code. Use `-a` to choose a different agent:
agx agent new -a claude # Claude Code (default)
agx agent new -a codex # OpenAI Codex CLI
agx agent new -a gemini # Gemini CLI
agx agent new -a opencode # OpenCode
You can optionally give the agent a name(branch name):
agx agent new -n feat/foo
agx agent new -a codex -n feat/foo
You can also pass agent-specific options after `--`:
agx agent new -n feat/foo -- --model sonnet --dangerously-skip-permissions
agx agent new -a codex -n feat/foo -- --sandbox workspace-write --ask-for-approval never
Resume an agent
To resume a previous session by ID or name:
agx agent resume -a gemini -n feat/foo
Change to an agent's worktree
To open a new shell in the agent's worktree directory:
Related Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git