devops-engineer

Automate cloud infrastructure provisioning with Terraform, Kubernetes, and CI/CD pipelines.

13|6|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/olehsvyrydov/AI-development-team --skill devops-engineer-olehsvyrydov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops-engineer
Source: https://github.com/olehsvyrydov/AI-development-team/tree/main/claude/skills/operations/devops/devops-engineer
Command: npx skills add https://github.com/olehsvyrydov/AI-development-team --skill devops-engineer-olehsvyrydov

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps development teams automate cloud infrastructure provisioning, reduce manual errors, and accelerate deployment cycles by leveraging Terraform, Kubernetes, and CI/CD workflows.

Core Features & Use Cases

  • Automates infrastructure provisioning with IaC tooling (Terraform)
  • Manages containerized workloads on Kubernetes and deploys changes via CI/CD pipelines
  • Supports multi-cloud scenarios and disaster recovery planning with reusable patterns

Quick Start

Run the skill to bootstrap a minimal Terraform configuration that creates a Kubernetes cluster and deploys a sample application, then trigger a GitHub Actions workflow to verify deployment.

Frequently Asked Questions about devops-engineer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate cloud infrastructure provisioning with Terraform and Kubernetes?

Automate cloud infrastructure provisioning by applying Terraform-based infrastructure-as-code and Kubernetes manifests to define and deploy resources. This Skill bootstraps configurations to create clusters and deploy applications automatically.

What's the best way to manage immutable infrastructure across multi-cloud environments?

Managing immutable infrastructure across multi-cloud environments requires reusable patterns and remote state. This Skill applies Terraform workflows to enforce immutability, health checks, and centralized monitoring across deployments.

Does this DevOps automation support CI/CD pipelines and secret management?

Yes, DevOps automation supports CI/CD pipelines and secret management. It deploys changes via GitHub Actions workflows and manages secrets centrally across multi-cloud environments to accelerate deployment cycles.

Can I use this to bootstrap a minimal Terraform configuration for a Kubernetes cluster?

Yes, you can bootstrap a minimal Terraform configuration for a Kubernetes cluster. The Skill generates the necessary IaC files, deploys a sample application, and triggers a workflow to verify the deployment.

How do you handle disaster recovery planning in automated infrastructure-as-code workflows?

Disaster recovery planning in infrastructure-as-code workflows uses reusable patterns for multi-cloud scenarios. This Skill provisions resources with remote state and health checks to ensure recovery readiness and reduce manual errors.