devops-engineer

Generate CI/CD pipelines, Dockerfiles, Kubernetes manifests, and infrastructure-as-code templates.

19|3|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/dirien/yet-another-agent-harness --skill devops-engineer-dirien
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops-engineer
Source: https://github.com/dirien/yet-another-agent-harness/tree/main/.claude/skills/devops-engineer
Command: npx skills add https://github.com/dirien/yet-another-agent-harness --skill devops-engineer-dirien

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Teams spend excessive time wiring CI/CD, producing Dockerfiles, authoring Kubernetes manifests, and writing infrastructure code while trying to maintain safe rollout, observability, and rollback procedures; this Skill standardizes and automates those tasks so teams can ship reliably and repeatedly.

Core Features & Use Cases

  • CI/CD Generation: Create GitHub Actions pipelines and reusable workflows for build, test, scanning, and promotion.
  • Containerization & Manifests: Produce multi-stage Dockerfiles, Docker Compose, and Kubernetes Deployment/Service/Ingress manifests with health checks and resource limits.
  • Infrastructure as Code: Scaffold Terraform or Pulumi templates, state/backend configuration, and recommended best practices for secrets and state locking.
  • Operational Runbooks: Provide incident response runbooks, rollback procedures, and verification steps for safe production deployments.
  • Use Case: Generate a GitHub Actions pipeline, Dockerfile, Terraform module, and Kubernetes manifests for a Python web service with staging and production environments, including image scanning and rollback instructions.

Quick Start

Use the devops-engineer skill to generate a GitHub Actions CI pipeline, Dockerfile, Terraform/Pulumi module, and Kubernetes manifests for a web service including health checks and a rollback plan.

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 GitHub Actions CI/CD pipeline with Docker and Kubernetes manifests?

To generate a GitHub Actions CI/CD pipeline with Docker and Kubernetes manifests, you can automate the creation of build, test, scanning, and promotion workflows alongside multi-stage Dockerfiles and Kubernetes Deployment/Service/Ingress resources with health checks.

What is the best way to scaffold Terraform infrastructure-as-code for staging and production environments?

The best way to scaffold Terraform infrastructure-as-code for staging and production environments is to generate templates with state/backend configuration, secrets management, and state locking best practices to ensure safe and repeatable application deployment provisioning.

Can I create incident response runbooks and rollback procedures for production deployments?

Yes, you can create incident response runbooks and rollback procedures for production deployments. This includes generating verification steps and environment-aware deployment strategies to ensure safe production releases and quick recovery during incidents.

Does this work for setting up image scanning and secret manager integration in CI pipelines?

Yes, this works for setting up image scanning and secret manager integration in CI pipelines. It generates GitHub Actions pipelines that include build, test, image scanning in CI, and secret manager integration to standardize safe application rollouts.

How do I configure environment-aware deployment strategies with Kubernetes and health checks?

To configure environment-aware deployment strategies with Kubernetes, you generate manifests for Deployment, Service, and Ingress resources that include resource limits, health checks, and rollback procedures tailored for both staging and production environments.