devops-engineer

Generate CI/CD configurations, Docker artifacts, Kubernetes manifests, and Terraform or Pulumi templates.

1|Updated May 16, 2026
One-click install
npx skills add https://github.com/enigmaicon-eng/AI-Enterprise-OS --skill devops-engineer-enigmaicon-eng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops-engineer
Source: https://github.com/enigmaicon-eng/AI-Enterprise-OS/tree/main/examples/claude-skills/skills/devops-engineer
Command: npx skills add https://github.com/enigmaicon-eng/AI-Enterprise-OS --skill devops-engineer-enigmaicon-eng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill solves the challenge of turning application and infrastructure changes into safe, repeatable deployments with strong reliability and rollback practices.

Core Features & Use Cases

  • CI/CD pipeline creation: Generate build, test, security scan, and release automation for common CI systems.
  • Container and Kubernetes deployment artifacts: Produce Dockerfiles and Kubernetes manifests with health checks and resource limits.
  • Infrastructure as Code (Terraform/Pulumi): Create infrastructure templates and deployment plans while enforcing safety guardrails.
  • Operational readiness and incident response: Define monitoring, verification steps, and rollback/runbook guidance for production issues.

Quick Start

Use the devops-engineer skill to generate a complete CI/CD pipeline and Kubernetes + Terraform deployment setup for your service, including health checks, secret handling, and a rollback procedure.

Frequently Asked Questions about devops-engineer

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

FAQPage Schema
How do I generate a CI/CD pipeline with Kubernetes manifests and Terraform templates?

To generate a CI/CD pipeline with Kubernetes and Terraform, you provide your service requirements to get Dockerfiles, K8s manifests with health probes, and IaC templates with safety guardrails like staging verification and rollback readiness.

What is the best way to automate Docker container builds and Kubernetes deployments safely?

Automating Docker and Kubernetes deployments safely requires generating build artifacts and manifests that enforce health checks, resource limits, container scanning, and secret manager usage before release automation executes the deployment.

How does GitOps-based Kubernetes operations handle production incident response?

GitOps-based Kubernetes incident response uses generated runbooks and rollback procedures to manage production issues, applying monitoring and verification steps to ensure deployment safety and operational readiness during incidents.

Can I use Terraform and Pulumi for infrastructure as code with automated rollback procedures?

Yes, you can use Terraform or Pulumi to create infrastructure templates while enforcing safety guardrails, ensuring your deployment plans include documented rollback readiness and staging verification for production releases.

Do I need staging verification and health probes before deploying containers to Kubernetes?

Yes, staging verification and health probes are required safety measures for Kubernetes container deployments, ensuring your release automation validates service health and resource limits before completing the build-to-deploy workflow.