devops-engineer

Create CI/CD pipelines and automate infrastructure with Docker and Kubernetes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/imudak/claudemd-gen --skill devops-engineer-imudak
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops-engineer
Source: https://github.com/imudak/claudemd-gen/tree/main/.claude/skills/devops-engineer
Command: npx skills add https://github.com/imudak/claudemd-gen --skill devops-engineer-imudak

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, infrastructure, and deployment processes, reducing manual effort and improving reliability.

Core Features & Use Cases

  • CI/CD Pipeline Creation: Design and implement automated build, test, and deployment pipelines using tools like GitHub Actions or GitLab CI.
  • Infrastructure Automation: Define and provision infrastructure using IaC tools such as Terraform or Ansible.
  • Containerization & Orchestration: Set up Dockerfiles and Kubernetes manifests for containerized applications.
  • Monitoring & Logging: Configure Prometheus, Grafana, and Loki for comprehensive system observability.
  • Use Case: Automatically generate a complete CI/CD pipeline, Dockerfile, Kubernetes deployment manifests, and monitoring configurations for a new Node.js application.

Quick Start

Use the devops-engineer skill to generate a GitHub Actions CI/CD pipeline for a Node.js project.

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 pipeline creation for a Node.js application?

Infrastructure automation uses IaC tools such as Terraform or Ansible to define and provision infrastructure, replacing manual setup with codified configurations that ensure consistent and repeatable environment deployments.

How do I set up Docker and Kubernetes manifests for containerized applications?

Setting up Docker and Kubernetes for containerized applications requires generating Dockerfiles to build images and creating Kubernetes manifests to orchestrate container deployment, scaling, and management within a cluster.

What is the best way to configure Prometheus and Grafana for system monitoring?

Configuring Prometheus and Grafana for system monitoring involves setting up Prometheus to collect metrics and Grafana to visualize them, often combined with Loki for comprehensive logging and system observability.

Can I use this approach for infrastructure automation with both Terraform and Ansible?

Yes, infrastructure automation can be achieved using Terraform to provision core resources and Ansible to configure applications, allowing you to define and manage your entire infrastructure as code.

Does infrastructure automation support rapid incident response and reliability improvement?

Infrastructure automation supports rapid incident response and reliability improvement by standardizing deployments through CI/CD pipelines and providing observability via Prometheus and Grafana to detect issues quickly.