prettysmartdevprettysmartdevOfficialยท2 Agent Skills Included

amux

Run and coordinate coding agents in isolated containers

Runs multiple coding agents in parallel from one terminal, each isolated in its own Docker container. Turns the path from issue to merged pull request into repeatable workflows with per-step agents, models, and permissions. Automates recurring work with a background daemon and offloads heavy runs to remote machines over an HTTP API. Removes manual container setup, credential handling, and constant status checking.
npx skills add prettysmartdev/amux --all -g -y
Available:

Directs the agent to treat the aspec/ specification files as the source of truth and enforces strict security rules, such as never running agent code outside Docker containers, when modifying this project.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’