What problem does it solve? Setting up deployment infrastructure by hand means writing Dockerfiles, CI/CD workflows, Terraform modules, and monitoring configs from scratch, which is slow and error-prone. This Skill generates the full DevOps stack with blocking quality gates wired in. ## Core Features & Use Cases - CI/CD Pipeline Generation: Fills in lint-clean GitHub Actions templates (ci.yml, pr-checks.yml, cd-staging.yml, cd-production.yml) with coverage gates, SAST, Trivy scanning, SLSA provenance, and cosign signing. - Infrastructure as Code: Produces Terraform module structures for AWS, GCP, and Azure covering networking, compute, database, messaging, storage, and security. - Container Orchestration: Creates multi-stage Dockerfiles, Kubernetes base/overlay manifests, and Argo Rollouts canary deployments with automatic rollback. - Use Case: Describe a new service deployment and receive a complete infrastructure setup — Dockerfiles, GitHub Actions workflows with OIDC keyless auth, Terraform environments, Prometheus/Grafana monitoring, and a canary rollout that auto-aborts on error-rate or latency breaches. ## Quick Start Ask the drydock orchestrator to set up deployment infrastructure for your project, or invoke the devops skill directly to generate CI/CD pipelines and Terraform modules.