amux
Run and coordinate coding agents in isolated containers
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install amux?โผ
Run `npx skills add prettysmartdev/amux --all -g -y` in your terminal to install all skills in this repository globally.
What does amux do?โผ
amux lets you run multiple coding agents in parallel from a terminal UI, each isolated in its own container. It automates the full path from issue to merged pull request with repeatable workflows.
How does amux keep my machine safe?โผ
Every agent runs inside a Docker container built from your project's Dockerfile, so agents never execute directly on your host. Only the current Git repository is mounted, and credentials are passed as masked environment variables.
Which coding agents does amux support?โผ
It supports Claude, Codex, OpenCode, Gemini, Copilot, Cline, and several others. You can even mix agents in one workflow, such as having Codex implement and Claude review.
Can amux run agents on remote machines?โผ
Yes. The `awman api start` command exposes an authenticated HTTP API so heavy workflows run on a build server or homelab while you control them from your laptop.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core