En

Agent of Empires

A terminal tool for managing AI coding agent sessions

开发流程 管理多个AI编码代理管理多个本地AI编码代理 claudetraecursor通用 ★ 3k Updated 2026-08-02

Install & Use

Copy this prompt and send it to your AI assistant (Claude / Cursor / TRAE / Codex / WorkBuddy etc.) to auto-install:

Help me install this AI Skill: Agent of Empires.
It is used for: A terminal tool for managing AI coding agent sessions
Full Skill content: https://321skill.com/skills/agent-of-empires-x-9/raw/index.md
Read that page and install it.

The prompt includes a link to the full Skill content. You can also view the full content.

This skill addresses the pain point of managing session states, monitoring progress, and switching contexts when running multiple AI coding agents simultaneously. In real-world development, developers often need to launch multiple agents like Claude Code, Codex, etc., across different project directories, and track each agent’s runtime status, output, and lifecycle in the terminal. Manually managing tmux windows is both tedious and error-prone.

Usage is straightforward: install the aoe CLI tool and tmux in your terminal, then add sessions via aoe add . -t "task name", view all session statuses with aoe list, control session lifecycle with aoe session start/stop/attach, and capture real-time output using aoe session capture. All operations support JSON output, making it easy to integrate into automated scripts or AI workflows.

It is ideal for teams or individuals who need to manage multiple AI coding agents concurrently, especially for parallel development, multitasking, or automated agent progress monitoring. Whether you’re a backend, full-stack, or agent developer, aoe helps you quickly switch agent contexts and boost development efficiency.

We recommend using this tool when you need unified management of multiple AI coding agent sessions, rather than operating tmux directly. Note that it is specifically designed for AI coding agent scenarios, not for general tmux window management, and depends on both aoe and tmux binaries, running best on Unix-like systems.

Key Features

Unlike manually managing sessions with tmux directly, Agent of Empires provides commands tailored for AI coding agents (e.g., adding, status monitoring, JSON output) and supports grouping, configuration files, and parallel development across working trees. It is a specialized tool for AI development workflows, not a general-purpose terminal multiplexer.

Limitations

Requires both `aoe` and tmux binaries; currently only compatible with Unix-like systems (Linux/macOS). Windows users need to run it via WSL.

FAQ

How do I install aoe?

You can install it via the Go toolchain: `go install github.com/agent-of-empires/agent-of-empires@latest`, or download precompiled binaries from GitHub Releases.

Which AI coding agents does aoe support?

It supports mainstream AI coding agents like Claude Code, Codex, and OpenCode. Specify the tool name using the `-c` parameter.

Installation guide for AI assistants

If your AI coding assistant (Claude Code, Cursor, TRAE etc.) can see this page, send it this message to auto-install:

Visit https://321skill.com/skills/agent-of-empires-x-9/raw/index.md to read the original Skill definition (Markdown format) for Agent of Empires, and install it according to the instructions.