senior-devops

Generate CI/CD pipelines and scaffold Terraform infrastructure across AWS, GCP, and Azure.

Updated Jul 9, 2025
One-click install
npx skills add https://github.com/underPressue/dotfiles --skill senior-devops-underpressue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: senior-devops
Source: https://github.com/underPressue/dotfiles/tree/main/.claude/skills/senior-devops
Command: npx skills add https://github.com/underPressue/dotfiles --skill senior-devops-underpressue

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Senior DevOps skill streamlines the setup and operation of modern CI/CD pipelines, infrastructure automation, containerization, and cloud workflows, removing repetitive manual steps.

Core Features & Use Cases

  • CI/CD pipeline generation, automated infrastructure scaffolding, and deployment automation for multi-cloud environments.
  • End-to-end scenarios including pipeline templating, IaC scaffolding with Terraform, and production-grade deployment and monitoring.
  • Use Case: When deploying a new service across AWS, GCP, or Azure, this skill provides repeatable patterns, templates, and automation to speed delivery and reduce risk.

Quick Start

Run the included scripts to generate pipelines, scaffold infrastructure, and manage deployments. Example commands:

  • python scripts/pipeline_generator.py <project-path>
  • python scripts/terraform_scaffolder.py <target-path>
  • python scripts/deployment_manager.py <target-path>

Frequently Asked Questions about senior-devops

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

FAQPage Schema
How do I automate CI/CD pipeline generation for a new project?

Automate CI/CD pipeline generation by running the included pipeline_generator.py script with your project path to produce repeatable deployment patterns and templates. This removes manual configuration steps and standardizes your deployment workflows.

How do I scaffold infrastructure as code using Terraform for multi-cloud environments?

Scaffold infrastructure as code by running terraform_scaffolder.py with your target path to generate IaC templates for AWS, GCP, or Azure. This provides deterministic infrastructure automation and repeatable patterns for cloud environments.

Does this DevOps automation skill support deployment workflows across AWS, GCP, and Azure?

Yes, this DevOps automation skill supports deployment workflows across AWS, GCP, and Azure. It provides multi-cloud environment support for infrastructure scaffolding, pipeline generation, and production-grade deployment management using script-driven execution.

What is the best way to manage production-grade deployments without repetitive manual steps?

Manage production-grade deployments by running deployment_manager.py with your target path to automate task execution and remove repetitive manual steps. This ensures deterministic deployment workflows and operational consistency across your infrastructure.

Can I use this skill to template end-to-end deployment scenarios for containerized applications?

Yes, you can use this skill to template end-to-end deployment scenarios including containerization, automated infrastructure scaffolding, and pipeline generation. It provides repeatable patterns to speed delivery and reduce risk across multi-cloud platforms.

Do I need Python to run the infrastructure automation and pipeline scripts?

Yes, you need Python to run the included scripts for pipeline generation, Terraform scaffolding, and deployment management. The skill relies on script-driven execution using Python scripts like pipeline_generator.py and terraform_scaffolder.py.