Terraform iac helper
ClaudeSkillz: For when you need skills, but lazier
npx -y skills add jackspace/ClaudeSkillz --skill terraform-iac-helperAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 15 stars15 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Expert helper for Terraform and infrastructure-as-code best practices
SKILL.md
1.0 KB, 203 tokens by cl100k_base, as published. Nobody here has run it
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
What ships with it: 1 file
1.1 KB alongside SKILL.md
- SKILL.json1.1 KB