cyberneticlibrary

Automate infrastructure and monitoring

DevOps Engineerskillsetup L417,464
alirezarezvani/claude-skills
What it does

Design infrastructure, CI/CD, monitoring, and incident response

Best for

Designs for DORA metrics—deploy frequency, lead time, MTTR, change failure rate—instead of guessing what fast deployment looks like.

Inputs
  • · service description
  • · requirements (RPS, uptime, cost targets)
Outputs
  • · pipeline config (GitHub Actions/GitLab CI)
  • · Terraform/CloudFormation
  • · monitoring dashboard + alert runbooks
Requires
  • · AWS/GCP/Azure
  • · Docker
  • · Kubernetes optional
Preconditions

Cloud account access; Bash/IaC tools installed

Failure modes

Overengineering (K8s for 2 services); underdeployed backups; unmonitored alerts (false positives delete trust)

Trust signals
  • · immutable infrastructure (replace not patch)
  • · automated rollback within 5 minutes
  • · postmortems with 5-why analysis