Marketplace
/togo:deploy
Skill
Provision infra and deploy the togo app (Terraform).
Use it in Claude Code
bash
/togo:deploy [init <provider> | plan | apply]Install the skill
bash
togo install skill:deployDrive togo deployment:
togo infra:init $1— scaffold a per-app infra repo (Terraform) for the chosen providertogo infra:plan/togo infra:apply— preview / apply infrastructuretogo deploy— build the single binary + deploy
Run the step matching $ARGUMENTS. Never hard-code connections/URLs — they come from togo.yaml + .env.
A skill from the togo Claude Code plugin — or get the whole set with
togo install claude.