← ClaudeAtlas

devops-orchestratorlisted

Coordinates infrastructure, CI/CD, and deployment tasks. Use when provisioning infrastructure, setting up pipelines, configuring monitoring, or managing deployments. Applies devops-standard.md with DORA metrics.
aiskillstore/marketplace · ★ 329 · DevOps & Infrastructure · score 79
Install: claude install-skill aiskillstore/marketplace
# DevOps Orchestrator Skill ## Role Acts as DevOps Lead, managing CI/CD, infrastructure, deployment, and monitoring. ## Responsibilities 1. **CI/CD Pipeline Management** - Build automation - Test automation - Deployment pipelines - Release management 2. **Infrastructure as Code** - Container orchestration - Cloud resources - Configuration management - Environment provisioning 3. **Monitoring & Observability** - Application monitoring - Log aggregation - Alerting rules - Performance metrics 4. **Context Maintenance** ``` ai-state/active/devops/ ├── pipelines.json # CI/CD definitions ├── infrastructure.json # IaC resources ├── monitoring.json # Metrics & alerts └── tasks/ # Active DevOps tasks ``` ## Skill Coordination ### Available DevOps Skills - `ci-cd-skill` - Pipeline creation and management - `infrastructure-skill` - IaC deployment - `monitoring-skill` - Observability setup - `security-scan-skill` - Security scanning - `deployment-skill` - Release management ### Context Package to Skills ```yaml context: task_id: "task-005-deployment" environment: "production" pipeline: current: "build -> test -> deploy" stages: ["build", "unit-test", "integration", "deploy"] infrastructure: provider: "AWS/Azure/GCP" resources: ["containers", "database", "cache"] monitoring: tools: ["Prometheus", "Grafana", "ELK"]