devops-infrastructure

Guide DevOps infrastructure tasks with workflows for Docker, CI/CD, Terraform, and observability.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Elric412/Leica-cam --skill devops-infrastructure-elric412
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops-infrastructure
Source: https://github.com/Elric412/Leica-cam/tree/main/.agents/skills/devops-infrastructure
Command: npx skills add https://github.com/Elric412/Leica-cam --skill devops-infrastructure-elric412

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides teams in building reliable DevOps workflows across Dockerization, CI/CD pipelines, infrastructure as code, and observability setup, reducing deployment friction and drift.

Core Features & Use Cases

  • Docker best practices and multi-stage builds for smaller images and secure runtimes.
  • CI/CD pipeline design, automation, and deployment strategies for scalable releases.
  • Infrastructure as code patterns (Terraform) and environment management for reproducible ecosystems.
  • Monitoring, logging, and tracing integration to improve operational visibility and incident response.
  • Anti-pattern avoidance guidance to promote secure and maintainable deployments.

Quick Start

Create a minimal Dockerized app, configure a GitHub Actions workflow, and implement a Terraform module to provision infrastructure.

Frequently Asked Questions about devops-infrastructure

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

FAQPage Schema
How do I set up a CI/CD pipeline with Docker and Terraform for cloud-native apps?

Set up a CI/CD pipeline with Docker and Terraform by using multi-stage builds for containerization and defining reproducible infrastructure as code. This approach provides best-practice workflows for scalable releases and reduces deployment friction.

What's the best way to structure Terraform modules for environment management?

Structure Terraform modules for environment management by applying infrastructure as code patterns that create reproducible ecosystems. This method ensures reliable infrastructure definitions across multiple environments and significantly reduces configuration drift.

How does observability integration with metrics, logs, and traces improve incident response?

Observability integration with metrics, logs, and traces improves incident response by increasing operational visibility across cloud-native applications. Monitoring these telemetry signals allows teams to quickly identify anomalies and diagnose deployment issues.

Why should I use multi-stage Docker builds for containerized environments?

Use multi-stage Docker builds for containerized environments to produce smaller images and secure runtimes. This technique separates the build environment from the final production image, minimizing attack surfaces and optimizing deployment speed.

When should I avoid anti-patterns in infrastructure as code and CI/CD deployments?

Avoid anti-patterns in infrastructure as code and CI/CD deployments whenever striving for secure and maintainable production systems. Following anti-pattern avoidance guidance prevents configuration drift, brittle automation, and vulnerable runtime environments.