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-opsGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.