devops-engineer

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

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/shalevamin/The-_Ultimate_agents --skill devops-engineer-shalevamin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops-engineer
Source: https://github.com/shalevamin/The-_Ultimate_agents/tree/main/.claude/skills/devops-engineer
Command: npx skills add https://github.com/shalevamin/The-_Ultimate_agents --skill devops-engineer-shalevamin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation and management of CI/CD pipelines, Dockerfiles, Kubernetes configurations, and infrastructure as code, streamlining the software delivery lifecycle.

Core Features & Use Cases

  • CI/CD Pipelines: Generates configurations for GitHub Actions, GitLab CI, etc.
  • Containerization: Creates Dockerfiles for applications.
  • Infrastructure as Code: Writes Terraform or Pulumi templates.
  • Kubernetes Management: Generates Kubernetes manifests for deployments and services.
  • Use Case: When setting up a new microservice, use this Skill to generate a Dockerfile, a basic GitHub Actions CI/CD pipeline, and a Kubernetes deployment manifest.

Quick Start

Use the devops-engineer skill to create a Dockerfile for a Python Flask application.

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 Dockerfile for a new application?

To generate a Dockerfile, provide your application details and the Skill outputs a containerization configuration following Docker best practices. This automates container setup for deployment workflows.

How do I set up a GitHub Actions CI/CD pipeline for deployment automation?

To set up deployment automation, the Skill generates GitHub Actions CI/CD pipeline configurations based on your repository needs. This streamlines the software delivery lifecycle without manual workflow scripting.

Can I use this to create Kubernetes manifests for deploying microservices?

Yes, you can create Kubernetes manifests for deploying microservices. The Skill generates deployment and service configurations, applying Kubernetes management best practices for reliable infrastructure orchestration.

What is the best way to write Terraform templates for infrastructure as code?

The best way to write Terraform templates is to define your infrastructure requirements and let the Skill generate infrastructure as code. This ensures reliable, secure provisioning without manually coding Terraform configurations.

Does this DevOps automation tool support GitOps configuration management?

Yes, the DevOps automation tool supports GitOps configuration management by generating infrastructure and deployment templates that align with GitOps practices. This ensures reliable, version-controlled infrastructure delivery.