cloud-devops
npx machina-cli add skill bcastelino/agent-skills-kit/cloud-devops --openclawCloud/DevOps Workflow Bundle
Overview
Comprehensive cloud and DevOps workflow for infrastructure provisioning, container orchestration, CI/CD pipelines, monitoring, and cloud-native application development.
When to Use This Workflow
Use this workflow when:
- Setting up cloud infrastructure
- Implementing CI/CD pipelines
- Deploying Kubernetes applications
- Configuring monitoring and observability
- Managing cloud costs
- Implementing DevOps practices
Workflow Phases
Phase 1: Cloud Infrastructure Setup
Skills to Invoke
cloud-architect- Cloud architectureaws-skills- AWS developmentazure-functions- Azure developmentgcp-cloud-run- GCP developmentterraform-skill- Terraform IaCterraform-specialist- Advanced Terraform
Actions
- Design cloud architecture
- Set up accounts and billing
- Configure networking
- Provision resources
- Set up IAM
Copy-Paste Prompts
Use @cloud-architect to design multi-cloud architecture
Use @terraform-skill to provision AWS infrastructure
Phase 2: Container Orchestration
Skills to Invoke
kubernetes-architect- Kubernetes architecturedocker-expert- Docker containerizationhelm-chart-scaffolding- Helm chartsk8s-manifest-generator- K8s manifestsk8s-security-policies- K8s security
Actions
- Design container architecture
- Create Dockerfiles
- Build container images
- Write K8s manifests
- Deploy to cluster
- Configure networking
Copy-Paste Prompts
Use @kubernetes-architect to design K8s architecture
Use @docker-expert to containerize application
Use @helm-chart-scaffolding to create Helm chart
Phase 3: CI/CD Implementation
Skills to Invoke
deployment-engineer- Deployment engineeringcicd-automation-workflow-automate- CI/CD automationgithub-actions-templates- GitHub Actionsgitlab-ci-patterns- GitLab CIdeployment-pipeline-design- Pipeline design
Actions
- Design deployment pipeline
- Configure build automation
- Set up test automation
- Configure deployment stages
- Implement rollback strategies
- Set up notifications
Copy-Paste Prompts
Use @cicd-automation-workflow-automate to set up CI/CD pipeline
Use @github-actions-templates to create GitHub Actions workflow
Phase 4: Monitoring and Observability
Skills to Invoke
observability-engineer- Observability engineeringgrafana-dashboards- Grafana dashboardsprometheus-configuration- Prometheus setupdatadog-automation- Datadog integrationsentry-automation- Sentry error tracking
Actions
- Design monitoring strategy
- Set up metrics collection
- Configure log aggregation
- Implement distributed tracing
- Create dashboards
- Set up alerts
Copy-Paste Prompts
Use @observability-engineer to set up observability stack
Use @grafana-dashboards to create monitoring dashboards
Phase 5: Cloud Security
Skills to Invoke
cloud-penetration-testing- Cloud pentestingaws-penetration-testing- AWS securityk8s-security-policies- K8s securitysecrets-management- Secrets managementmtls-configuration- mTLS setup
Actions
- Assess cloud security
- Configure security groups
- Set up secrets management
- Implement network policies
- Configure encryption
- Set up audit logging
Copy-Paste Prompts
Use @cloud-penetration-testing to assess cloud security
Use @secrets-management to configure secrets
Phase 6: Cost Optimization
Skills to Invoke
cost-optimization- Cloud cost optimizationdatabase-cloud-optimization-cost-optimize- Database cost optimization
Actions
- Analyze cloud spending
- Identify optimization opportunities
- Right-size resources
- Implement auto-scaling
- Use reserved instances
- Set up cost alerts
Copy-Paste Prompts
Use @cost-optimization to reduce cloud costs
Phase 7: Disaster Recovery
Skills to Invoke
incident-responder- Incident responseincident-runbook-templates- Runbook creationpostmortem-writing- Postmortem documentation
Actions
- Design DR strategy
- Set up backups
- Create runbooks
- Test failover
- Document procedures
- Train team
Copy-Paste Prompts
Use @incident-runbook-templates to create runbooks
Cloud Provider Workflows
AWS
Skills: aws-skills, aws-serverless, aws-penetration-testing
Services: EC2, Lambda, S3, RDS, ECS, EKS
Azure
Skills: azure-functions, azure-ai-projects-py, azure-monitor-opentelemetry-py
Services: Functions, App Service, AKS, Cosmos DB
GCP
Skills: gcp-cloud-run
Services: Cloud Run, GKE, Cloud Functions, BigQuery
Quality Gates
- Infrastructure provisioned
- CI/CD pipeline working
- Monitoring configured
- Security measures in place
- Cost optimization applied
- DR procedures documented
Related Workflow Bundles
development- Application developmentsecurity-audit- Security testingdatabase- Database operationstesting-qa- Testing workflows
Source
git clone https://github.com/bcastelino/agent-skills-kit/blob/main/skills/cloud-devops/SKILL.mdView on GitHub Overview
Cloud-devops provides a comprehensive, phase-based workflow for provisioning infrastructure, container orchestration, CI/CD, monitoring, and security across AWS, Azure, GCP, and Kubernetes. It combines IaC, CI/CD tooling, and cloud-native practices to help teams deliver scalable, observable, and cost-conscious cloud applications.
How This Skill Works
The workflow is organized into six phases: Infrastructure, Container Orchestration, CI/CD, Monitoring/Observability, Cloud Security, and Cost Optimization. Each phase lists the relevant skills to invoke, plus detailed actions and copy-paste prompts to accelerate implementation. Teams progress phase-by-phase to design, provision, deploy, secure, and monitor cloud workloads.
When to Use It
- Setting up cloud infrastructure
- Implementing CI/CD pipelines
- Deploying Kubernetes applications
- Configuring monitoring and observability
- Managing cloud costs
Quick Start
- Step 1: Outline the six phases and map the required skills to your project.
- Step 2: Provision Phase 1 infrastructure with Terraform and cloud-architect; containerize Phase 2 components.
- Step 3: Implement Phase 3–6: CI/CD, monitoring, security, and cost optimization using the provided prompts.
Best Practices
- Plan with phase-based scoping: map each phase to the exact skills to invoke (e.g., cloud-architect, terraform-skill, kubernetes-architect).
- Use Infrastructure as Code (Terraform) for repeatable provisioning and version control.
- Integrate monitoring and observability early with Grafana/Prometheus dashboards and alerts.
- Prioritize cloud security from the start: secrets management, IAM and network policies in Phase 5.
- Tie cost optimization to every phase, with dedicated analyses in Phase 6 and ongoing cost monitoring.
Example Use Cases
- Provision a multi-cloud baseline with Terraform and cloud-architect, then deploy a Kubernetes cluster across AWS/GCP.
- Design a CI/CD pipeline using deployment-engineer and cicd-automation-workflow-automate, with GitHub Actions templates.
- Create Grafana dashboards and Prometheus metrics for a microservices app and set up alerts with observability-engineer.
- Apply Kubernetes security policies and secrets-management to protect sensitive configuration and data.
- Implement cost-optimization practices across AWS, Azure, and GCP, using dedicated cost-optimization skills.