ccc-devopslisted
Install: claude install-skill KevinZai/commander
# ccc-devops
> Load ONE skill. Get the entire DevOps domain. 21 skills in one.
## What's Inside
| Category | Skills |
|----------|--------|
| Foundation | devops-router, senior-devops |
| Deployment | zero-downtime-deploy, infra-runbook |
| CI/CD | cicd-pipeline-generator, github-actions-security, github-actions-reusable-workflows |
| Containers | docker-development, container-security |
| AWS | aws-solution-architect, aws-lambda-best-practices, aws-s3-patterns, aws-cloudfront-optimization, aws-iam-security |
| Monitoring | prometheus-configuration, grafana-dashboards, promql-alerting, performance-monitoring |
| IaC | terraform-patterns |
| Networking | network-engineer |
## Routines Integration
For **scheduled deployments** and automated infra tasks, see: https://code.claude.com/docs/en/scheduled-tasks — ccc-devops skills (especially `cicd-pipeline-generator` and `zero-downtime-deploy`) can be wrapped as scheduled routines for nightly deployments, weekly security scans, or periodic drift detection.
## Routing Matrix
| Your Intent | Route To |
|-------------|----------|
| "Deploy with zero downtime" | `zero-downtime-deploy` + `senior-devops` |
| "Set up CI/CD" / "GitHub Actions" | `cicd-pipeline-generator` + `github-actions-security` |
| "Reusable workflow" / "Composite action" | `github-actions-reusable-workflows` |
| "Containerize" / "Dockerfile" | `docker-development` + `container-security` |
| "AWS architecture" | `aws-solution-architect` |
| "Lambda function" / "S