From infra-ops
Author, inspect, troubleshoot, and review infrastructure across IaC, Kubernetes, cloud resources, containers, CI/CD, and Linux hosts. Use when changing Terraform/OpenTofu, Kubernetes, Helm, Kustomize, Dockerfiles, GitHub Actions workflow/job/permissions semantics, AWS, GCP, Cloud Run, BigQuery, IAM, logs, instances, or service health. NOT for deploy/apply/rollback workflows (see deploying-infra). NOT for shell scripts, generic command pipelines, or only the shell body inside `run:` steps (see writing-shell).
How this skill is triggered — by the user, by Claude, or both
Slash command
/infra-ops:operating-infraengineerThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Work from files, plans, logs, and read-only commands before changing anything.
deploying-infra.run: step, use writing-shell.writing-shell.Load every matching reference:
kustomization.yaml → kubernetes.mdChart.yaml, Helm values, or chart templates → helm.mdrun: shell bodies → github-actions.mdDockerfile or container image build/release concerns → dockerfile.mdMixed stacks: load all matching references. Unknown stack: use the workflow below only.
deploying-infra.tflint, checkov or trivy config; use plan JSON for policy checks when needed.kubeconform, then policy/security-check with kube-linter, kubescape, conftest, or kyverno.helm diff before upgrade planning, validate rendered YAML.hadolint; scan images/config with trivy; use syft, grype, and cosign where SBOM, vulnerability, or signature proof matters.actionlint and zizmor; require SHA-pinned actions and least-permission jobs.INFRA RESULT
============
Scope: <files/resources/environment>
Identity: <account/project/profile/region or not applicable>
Status: DONE | NEEDS CONFIRMATION | BLOCKED
Evidence:
- <file:line, plan/log/status summary, or command result>
Changes or proposal:
- <minimal change or proposed next step>
Validation:
- <gate> — pass/fail/skipped
Next:
- <safe next action, confirmation request, or none>
npx claudepluginhub alexei-led/cc-thingz --plugin infra-opsChains analysis, validation, and conditional K8s optimization for IaC: Dockerfiles, Compose, Terraform, manifests, Helm charts using sync-ctl.
Validate infrastructure changes and, after explicit confirmation, apply Terraform, Helm, Kustomize, or Kubernetes deployments. Use when the user says "deploy", "deploy to staging", "terraform apply", "helm upgrade", "kubectl apply", "rollout", "deploy check", "validate deployment", or "validate infrastructure". Dockerfiles and GitHub Actions are validate-only here. NOT for ongoing service troubleshooting, cloud inspection, rollback investigation, or authoring infra from scratch; use operating-infra for those.
Audits IaC files and cloud configs for security issues, reliability gaps, and cost waste. Scans Terraform, Pulumi, Docker Compose, Kubernetes manifests, CloudFormation, AWS/GCP setups.