deploying-infra

Plan and apply infrastructure deployments with dry-run validation and explicit confirmation.

35|5|Updated Jul 5, 2025
One-click install
npx skills add https://github.com/alexei-led/cc-thingz --skill deploying-infra
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploying-infra
Source: https://github.com/alexei-led/cc-thingz/tree/main/plugins/infra-ops/skills-codex/deploying-infra
Command: npx skills add https://github.com/alexei-led/cc-thingz --skill deploying-infra

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Safely plan, validate, and deploy infrastructure changes with dry-run previews and explicit approval gates to prevent destructive actions.

Core Features & Use Cases

  • Detect infrastructure type (Kubernetes, Terraform, Helm, Kustomize, GitHub Actions, Docker) and scope changes.
  • Validate configurations and provide a dry-run preview with a detailed diff.
  • Require explicit user confirmation before applying any changes, especially destructive ones.
  • Verify post-deploy health and basic runtime checks to ensure a healthy rollout.

Quick Start

Ask for the target environment and run a dry-run to preview changes before applying.

Frequently Asked Questions about deploying-infra

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

FAQPage Schema
How do I run a dry-run validation for Kubernetes or Terraform deployments?

A dry-run deployment preview validates configurations and generates a detailed diff for Kubernetes, Terraform, Helm, Kustomize, GitHub Actions, and Docker, preventing destructive changes by requiring explicit user confirmation before applying anything.

Can I require explicit confirmation before applying Helm or Kustomize changes?

Yes, mandatory confirmation gates require explicit user approval before applying any Helm or Kustomize changes, preventing destructive infrastructure modifications during the deployment process.

What is the best way to detect infrastructure type and scope changes before a deploy?

Automated infrastructure type detection identifies Kubernetes, Terraform, Helm, Kustomize, GitHub Actions, and Docker configurations, scoping changes and validating configs to provide a safe deployment diff preview.

How do I verify post-deploy health after applying infrastructure changes?

Post-deploy health checks verify basic runtime status after applying infrastructure changes, ensuring a healthy rollout and confirming the deployment operates correctly without requiring separate monitoring tools.

Does this deployment process work with GitHub Actions and Docker environments?

Yes, the deployment process supports GitHub Actions and Docker environments, detecting these infrastructure types alongside Kubernetes, Terraform, Helm, and Kustomize to validate configs and generate deployment diffs.