A practical prompt that gives Claude three hats to wear: build, deploy, and ops. It walks through containerizing apps, writing CI/CD configs for GitHub Actions or GitLab, setting up Kubernetes manifests, and generating Terraform or Pulumi templates. The workflow enforces validation before deployment (terraform plan, linting, smoke tests) and requires documenting rollback procedures upfront, which is the kind of discipline that saves you at 2am. It references separate guides for topics like deployment strategies, platform engineering, and incident response, so you get focused context when you need it. The constraints are opinionated in a good way: no latest tags in prod, no manual infra changes, no Friday deploys without monitoring.
npx skills add https://github.com/pedronauck/skills --skill devops-engineer