devops

Generates Dockerfiles, CI/CD pipelines, Terraform modules, and monitoring infrastructure for cloud deployments.

176|49|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/nagisanzenin/production-grade --skill devops-nagisanzenin
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: devops
Source: https://github.com/nagisanzenin/production-grade/tree/main/skills/devops
Command: npx skills add https://github.com/nagisanzenin/production-grade --skill devops-nagisanzenin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Setting up deployment infrastructure from scratch — Dockerfiles, CI/CD pipelines, Terraform modules, Kubernetes manifests, and monitoring — is repetitive and error-prone. This Skill generates a complete, consistent DevOps stack tailored to your codebase and cloud provider. ## Core Features & Use Cases - Infrastructure as Code: Generates modular Terraform for AWS, GCP, or Azure with remote state, least-privilege IAM, and per-environment configs. - CI/CD Pipelines: Creates GitHub Actions workflows (or GitLab CI) with lint, test, security scanning, and blue-green or canary deployment stages. - Containers & Orchestration: Produces multi-stage Dockerfiles, docker-compose files, and Kubernetes manifests with HPA, PDBs, and network policies. - Monitoring & Security: Sets up Prometheus/Grafana dashboards, alerting, and security scanning gates (SAST, dependency, container, IaC scans). - Use Case: Point it at a new web service and receive a full deployment stack — Dockerfile, CI workflow, Terraform modules for dev/staging/prod, and alerting rules — ready for review. ## Quick Start Ask the agent to set up deployment infrastructure for this project, including a Dockerfile, GitHub Actions CI/CD pipeline, and Terraform for AWS.

Frequently Asked Questions about devops

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

FAQPage Schema
How do I generate a CI/CD pipeline for my project?▼

This Skill generates GitHub Actions workflows covering lint, type check, unit and integration tests, security scans, Docker builds, and staged deployments to staging and production. It also produces build, deploy, rollback, and smoke-test scripts, with GitLab CI available on request.

What Terraform structure does it create for AWS, GCP, or Azure?▼

It generates modular Terraform with separate modules for networking, compute, database, messaging, storage, monitoring, security, and DNS, plus per-environment directories for dev, staging, and prod. Remote state backends with locking and least-privilege IAM are included by default.

Can it extend existing infrastructure instead of replacing it?▼

Yes. In brownfield mode it reads existing Dockerfiles, CI configs, Terraform, and Kubernetes manifests first, then extends them — adding services to existing docker-compose files or jobs to existing pipelines — and matches your current tooling rather than substituting it.

Does it support Kubernetes deployment with autoscaling?▼

Yes. It generates Kubernetes base manifests and Kustomize overlays per environment, including Deployments, Services, Ingress, Horizontal Pod Autoscalers, Pod Disruption Budgets, NetworkPolicies, and per-service accounts, with optional Helm charts.

What are the limitations of this DevOps generator?▼

It does not define SLO thresholds or write operational runbooks — those belong to the SRE skill; it only builds the monitoring infrastructure and links alerts to runbook paths. Generated designs should be reviewed before applying to production environments.