jackspace/claudeskillz · Archived

terraform-iac-helper

Expert helper for Terraform and infrastructure-as-code best practices

First seen Jan 24, 2026

Installation

$ npx skills add jackspace/claudeskillz --skill terraform-iac-helper

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from jackspace/claudeskillz · top by installs.

npx skills add jackspace/claudeskillz

Browse all from jackspace/claudeskillz

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Also listed on

Alternate registries and mirrors of this skill.

Repository health

Stars 16
License LICENSE
Default branch master
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,019 B
  • docs SUMMARY.md 97 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 41 installs

SKILL.md

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