managing-infra

Installation
SKILL.md

Infrastructure Patterns

Role-gated action

Detect your capability from your tools, not from prose:

  • Write-capable role (engineer): run the read-only dry-run, present the diff, get confirmation, then apply and verify.
  • Read-only role (reviewer): a reviewer has no Bash — it cannot run terraform plan or kubectl diff. Review the manifests/modules in scope from the files and caller-supplied plan output, and emit changes in the Proposed Changes contract under Output. Apply nothing.

Detect the infra tool and load references

Detect the tool from the files in scope and load the matching reference:

Installs
5
GitHub Stars
33
First Seen
Apr 14, 2026
managing-infra — alexei-led/cc-thingz