SkillsMay 12, 2026·3 min read

agent-of-empires — Multi-Agent Manager for Claude Code

AoE manages multiple AI coding agents with tmux-backed sessions, git worktrees, and an optional web dashboard you can access from phone or browser.

Agent ready

Review-first install path

This asset needs a review step. The copied prompt tells the agent to dry-run, show the writes, then proceed only after confirmation.

Needs Confirmation · 64/100Policy: confirm
Agent surface
Any MCP/CLI agent
Kind
Skill
Install
Single
Trust
Trust: Established
Entrypoint
Asset
Review-first command
npx -y tokrepo@latest install 97d7e529-6677-56e6-b60b-ff51543325f1 --target codex

Dry-run first, confirm the writes, then run this command.

Intro

Agent of Empires (AoE) is a session manager that makes parallel AI coding agents practical: persistent tmux sessions, worktree isolation, and a dashboard for quick supervision.

Best for: Running 2–10 parallel coding agents across branches and repos

Works with: Linux/macOS; tmux required; Docker optional for sandboxing

Setup time: 10–20 minutes

Key facts (verified)

  • Supports multiple agent CLIs (Claude Code, Codex CLI, Gemini CLI, Cursor CLI) per README feature list.
  • Quick install options include brew install aoe and a curl-based installer (README).
  • GitHub: 2,191 stars · 187 forks; pushed 2026-05-12 (GitHub API verified).

Main

AoE is most useful when you standardize three habits:

  1. Use git worktrees for each agent session so changes never fight in one working tree.
  2. Name sessions after intent (e.g., lint-fix, perf-profile) so you can triage quickly in the dashboard.
  3. Keep a “human review loop”: let agents draft fixes, then review diffs inside AoE before merging.

README excerpt (verbatim)

Agent of Empires

Agent of Empires (AoE)

njbrake%2Fagent-of-empires | Trendshift

CI Homebrew License: MIT ClawHub
YouTube Follow @natebrake Discord

A session manager for AI coding agents on Linux and macOS. Use it from the terminal (TUI) or from any browser (web dashboard).

Run multiple AI agents in parallel across different branches of your codebase, each in its own isolated session with optional Docker sandboxing. Access your agents from your laptop, phone, or tablet.

Why AoE?

Running one AI agent is easy. Running five of them across different branches, keeping track of which is stuck, which is waiting on input, and which just made a mess of your working tree, becomes a part-time job. AoE makes it a glance: one dashboard, one status column, git worktrees and Docker sandboxes set up for you, and sessions that outlive your terminal.

If you find this project useful, please consider giving it a star on GitHub: it helps others discover the project!

Want merch? Visit the store.

Agent of Empires Demo
Watch the getting started video

FAQ

Q: Do sessions die when I close AoE? A: README FAQ says sessions persist as tmux sessions until you delete them.

Q: Does AoE work on Windows? A: README FAQ says native Windows is not supported; WSL2 may work.

Q: Is Docker required? A: README lists Docker as optional for sandboxing; tmux is required.

🙏

Source & Thanks

Source: https://github.com/njbrake/agent-of-empires > License: MIT > GitHub stars: 2,191 · forks: 187

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets