devops-engineer

Automate CI/CD pipelines, infrastructure as code, and Kubernetes deployments.

2|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/bingeli1379/eli-claude-marketplace --skill devops-engineer-bingeli1379
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops-engineer
Source: https://github.com/bingeli1379/eli-claude-marketplace/tree/main/plugins/eureka-sdd/skills/devops-engineer
Command: npx skills add https://github.com/bingeli1379/eli-claude-marketplace --skill devops-engineer-bingeli1379

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates end-to-end CI/CD pipelines, infrastructure as code (IaC), and deployment automation for cloud-native applications, reducing manual toil and accelerating delivery.

Core Features & Use Cases

  • Build and test pipelines across GitHub Actions, GitLab CI, and Jenkins
  • Containerization, Kubernetes deployments, and IaC with Terraform or Pulumi
  • GitOps-driven workflows (ArgoCD, Flux) for automated synchronization and rollback
  • Incident response, monitoring, and health checks to ensure reliability in production

Quick Start

Provide your project type and target environment, and I will generate CI/CD, IaC, and deployment configurations.

Frequently Asked Questions about devops-engineer

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

FAQPage Schema
How do I automate CI/CD pipelines for Kubernetes-based applications?

Automate CI/CD pipelines for Kubernetes by generating configurations for GitHub Actions, GitLab CI, or Jenkins, integrating containerization, automated testing, and reliable rollback mechanisms.

What is the best way to set up infrastructure as code with Terraform for cloud-native projects?

Set up infrastructure as code with Terraform by defining cloud resources declaratively, enabling automated provisioning and deployment management for cloud-native applications.

How do I implement GitOps workflows using ArgoCD or Flux for automated synchronization?

Implement GitOps workflows using ArgoCD or Flux by using Git repositories as the source of truth, enabling automated synchronization and reliable rollback for Kubernetes deployments.

Does automated deployment require integrated health checks and security scanning?

Automated deployment requires integrated health checks and security scanning to ensure reliability in production, verify container integrity, and prevent vulnerable code from reaching deployment.

Can I use Pulumi instead of Terraform for infrastructure as code automation?

Pulumi can be used instead of Terraform for infrastructure as code automation, providing similar capabilities to define and provision cloud resources using familiar programming languages.

Why does my CI/CD pipeline need secret management for Kubernetes deployments?

Your CI/CD pipeline needs secret management for Kubernetes deployments to securely handle credentials and sensitive data, preventing unauthorized access during automated build and deployment processes.