Ax
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
ax - agent cross
[](https://github.com/jedipunkz/ax/actions/workflows/ci.yml) [](https://goreportcard.com/report/github.com/jedipunkz/ax) [](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/ax && brew install ax
Usage
Start an agent
`cd` into your git repository before running `ax agent new`. ax uses the current directory to detect the git repo and automatically creates an isolated worktree for the agent.
cd /path/to/your/repo
ax agent new
By default ax uses Claude Code. Use `-a` to choose a different agent:
ax agent new -a claude # Claude Code (default)
ax agent new -a codex # OpenAI Codex CLI
ax agent new -a gemini # Gemini CLI
ax agent new -a opencode # OpenCode
You can optionally give the agent a name(branch name):
ax agent new -n feat/foo
ax agent new -a codex -n feat/foo
You can also pass agent-specific options after `--`:
ax agent new -n feat/foo -- --model sonnet --dangerously-skip-permissions
ax 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:
ax agent resume -a gemini -n feat/foo
Change
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