devops-specialist

Automates DevOps tasks including multi-cloud deployments, IaC, container orchestration, and monitoring setup.

35|5|Updated Nov 13, 2025
One-click install
npx skills add https://github.com/glincker/claude-code-marketplace --skill devops-specialist-glincker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops-specialist
Source: https://github.com/glincker/claude-code-marketplace/tree/main/skills/agents/devops-specialist
Command: npx skills add https://github.com/glincker/claude-code-marketplace --skill devops-specialist-glincker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines complex DevOps tasks, automating deployments, infrastructure management, and monitoring to reduce manual effort and potential errors.

Core Features & Use Cases

  • Automated Deployments: Manages zero-downtime deployment strategies like blue-green and canary releases.
  • Infrastructure as Code: Generates and manages infrastructure using tools like Terraform and Pulumi.
  • Monitoring Setup: Configures monitoring solutions such as Prometheus, Grafana, and the ELK stack.
  • Use Case: Automate the deployment of a new microservice to a Kubernetes cluster using a canary release strategy, including setting up new monitoring dashboards.

Quick Start

Use the devops-specialist skill to deploy the latest version of the application to production with a rollback plan.

Frequently Asked Questions about devops-specialist

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

FAQPage Schema
How do I automate zero-downtime deployments to a Kubernetes cluster?

Automate zero-downtime deployments by utilizing blue-green or canary release strategies within Kubernetes. This Skill manages the orchestration to progressively shift traffic, ensuring new microservice versions are rolled out without interrupting production availability.

What is the best way to generate Terraform templates for multi-cloud infrastructure?

Generate Terraform templates for multi-cloud infrastructure by defining resources as code. This Skill provisions and manages cloud resources declaratively, reducing manual configuration effort and standardizing environment setups across providers.

How do I configure Prometheus and Grafana for monitoring a new microservice?

Configure Prometheus and Grafana monitoring by setting up metric collection and visualization dashboards. This Skill establishes the monitoring stack to track microservice performance and health metrics automatically after deployment.

Does this DevOps automation support rollback plans for canary releases?

Yes, DevOps automation supports rollback plans for canary releases. You can specify a rollback strategy during deployment, allowing the system to automatically revert traffic to the previous stable version if the canary deployment fails.

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

Yes, you can use Pulumi as an alternative to Terraform for infrastructure as code. This Skill supports both tools, allowing you to define and manage cloud infrastructure using your preferred templating approach.

Why set up the ELK stack alongside Prometheus for monitoring?

Set up the ELK stack alongside Prometheus to combine metrics and log analytics. While Prometheus handles time-series metrics and Grafana visualizes them, the ELK stack aggregates application logs, providing comprehensive observability for incident response.