deploy-dispatch
Installation
SKILL.md
Deploy Dispatch
The router behind /deploy. It owns one job: turn a subcommand into the right
deployment or infra action and delegate. It does not contain deployment logic
of its own — app deployments live in deploy and deployment-composer, EC2
pipeline wiring in ec2-backend-deployer, observability in monitoring-setup,
and container dev environments in devcontainer-setup.
Contract
Inputs:
- A single argument string (may be empty) parsed into a
mode.
Outputs:
- For
status(empty arg): a one-line domain overview (known targets, last deploy context if available) followed by the Usage block. - For all other modes: the result of the delegated skill.