Agent of Empires automates coding tasks via terminal sessions. It connects Claude Code, OpenCode, and Mistral Vibe to CLI tools like Codex and Gemini. Operations teams use it to manage git worktrees and tmux sessions, streamlining development workflows.
git clone https://github.com/njbrake/agent-of-empires.githttps://njbrake.github.io/agent-of-empires/
Manage multiple AI coding sessions simultaneously using tmux.
Easily switch between different coding environments with the TUI dashboard.
Isolate project environments by sandboxing agents in Docker containers.
Organize coding sessions into hierarchical groups for better project management.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/njbrake/agent-of-empiresCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
I'm a developer working on [PROJECT] for [COMPANY]. I need to manage multiple coding agent sessions and terminal workflows. Can you help me set up and organize these sessions using Agent of Empires (AoE)? I'm using [PROGRAMMING_LANGUAGE] and need to integrate with [TOOLS_FRAMEWORKS].
# Agent of Empires (AoE) Setup for [PROJECT] ## Terminal Session Management - **Session 1**: Coding Agent for Backend Development - Language: Python - Framework: Django - Integrated Tools: Git, Docker - **Session 2**: Frontend Development - Language: JavaScript - Framework: React - Integrated Tools: Git, Webpack ## Workflow Automation - Automated Git Worktrees for feature branches - Tmux integration for seamless session switching - AI Agent integration for code generation and debugging ## Next Steps 1. Initialize AoE with the above configurations 2. Set up Git Worktrees for each feature branch 3. Integrate AI Agents for code generation and debugging