com um clique
terraform-oci-free-tier-modules
terraform-oci-free-tier-modules contém 3 skills coletadas de langburd, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.
Skills neste repositório
Scaffold a new OCI Terraform module with all required files matching project conventions. Use when the user asks to create, add, or build a new module — even if they don't say "scaffold". Any request to create a new resource type under oci/ should trigger this skill.
Run terraform init + plan on an example directory to validate module changes end-to-end. Use when the user says "run a plan", "test this against an example", "does the plan work", or wants to check that module changes don't break a real deployment scenario.
Run Terraform verification (format, validate, test, docs) before committing or when completing module work. Invoke whenever the user says "check my changes", "verify this", "before I commit", "does this look right", or finishes implementing a module change — even if they don't say "verify".