deploy-dispatch

Installation
SKILL.md

Deploy Dispatch

Router behind /deploy. One job: turn a subcommand into the right deployment or infra action and delegate. Contains no 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.

Creates/Modifies:

Installs
18
GitHub Stars
32
First Seen
Jun 26, 2026
deploy-dispatch — shipshitdev/skills