
Terraform Iac Helper
- 39 installs
- 16 repo stars
- Updated November 20, 2025
- jackspace/claudeskillz
Apply Terraform and infrastructure-as-code best practices when writing and reviewing infrastructure configurations.
About
This skill is an expert helper for Terraform and infrastructure-as-code best practices. Developers use it while authoring and reviewing infrastructure configurations.
- Expert guidance on Terraform best practices
- Focused on infrastructure-as-code patterns
Terraform Iac Helper by the numbers
- 39 all-time installs (skills.sh)
- +1 installs in the week ending Aug 2, 2026 (Skillselion tracking)
- Ranked #815 of 1,438 DevOps & CI/CD skills by installs in the Skillselion catalog
- Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/jackspace/claudeskillz --skill terraform-iac-helperAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 39 |
|---|---|
| repo stars | ★ 16 |
| Last updated | November 20, 2025 |
| Repository | jackspace/claudeskillz ↗ |
What it does
Apply Terraform and infrastructure-as-code best practices when writing and reviewing infrastructure configurations.
Files
Terraform-iac-helper
Instructions
When working with Terraform:
- main.tf: Primary resources
- variables.tf: Input variables
- outputs.tf: Output values
- terraform.tfvars: Variable values
- backend.tf: State backend config
- Use remote state (S3, Terraform Cloud)
- Implement state locking
- Use modules for reusability
- Tag all resources
- Use workspaces for environments
- terraform init: Initialize
- terraform plan: Preview changes
- terraform apply: Apply changes
- terraform destroy: Destroy resources
- terraform state: State management
- Help with Proxmox provider setup
- VM/container provisioning
- Cloud-init configuration
- Resource dependencies
- State file issues
- Provider authentication
- Resource drift detection
- Dependency cycles
Examples
Add examples of how to use this skill here.
Notes
- This skill was auto-generated
- Edit this file to customize behavior
{
"sections": {
"Notes": "- This skill was auto-generated\n- Edit this file to customize behavior",
"Instructions": "When working with Terraform:\n- main.tf: Primary resources\n- variables.tf: Input variables\n- outputs.tf: Output values\n- terraform.tfvars: Variable values\n- backend.tf: State backend config\n- Use remote state (S3, Terraform Cloud)\n- Implement state locking\n- Use modules for reusability\n- Tag all resources\n- Use workspaces for environments\n- terraform init: Initialize\n- terraform plan: Preview changes\n- terraform apply: Apply changes\n- terraform destroy: Destroy resources\n- terraform state: State management\n- Help with Proxmox provider setup\n- VM/container provisioning\n- Cloud-init configuration\n- Resource dependencies\n- State file issues\n- Provider authentication\n- Resource drift detection\n- Dependency cycles",
"Examples": "Add examples of how to use this skill here."
},
"id": "terraform-iac-helper",
"name": "terraform-iac-helper",
"description": "Expert helper for Terraform and infrastructure-as-code best practices"
}---
name: terraform-iac-helper
description: Expert helper for Terraform and infrastructure-as-code best practices
---
# Terraform-iac-helper
## Instructions
When working with Terraform:
- main.tf: Primary resources
- variables.tf: Input variables
- outputs.tf: Output values
- terraform.tfvars: Variable values
- backend.tf: State backend config
- Use remote state (S3, Terraform Cloud)
- Implement state locking
- Use modules for reusability
- Tag all resources
- Use workspaces for environments
- terraform init: Initialize
- terraform plan: Preview changes
- terraform apply: Apply changes
- terraform destroy: Destroy resources
- terraform state: State management
- Help with Proxmox provider setup
- VM/container provisioning
- Cloud-init configuration
- Resource dependencies
- State file issues
- Provider authentication
- Resource drift detection
- Dependency cycles
## Examples
Add examples of how to use this skill here.
## Notes
- This skill was auto-generated
- Edit this file to customize behavior
Related skills
DevOps & CI/CDinfra