npx skills add smithery/jackspace --skill terraform-iac-helper
jackspace/claudeskillz · Archived
terraform-iac-helper
Expert helper for Terraform and infrastructure-as-code best practices
Installation
npx skills add jackspace/claudeskillz --skill terraform-iac-helper
Stronger alternatives
This repository is archived — consider an actively maintained alternative.
>- Production-tested setup for Base UI (@base-ui-components/react), MUI's unstyled, accessible …
248 installsAnalyzes codebases to generate comprehensive documentation including structure, languages, fram…
240 installsCreates minimal working prototypes for quick idea validation. Single-file when possible, includ…
222 installs>- Guide to building static websites with the Hugo static site generator: blogs, documentation …
178 installsSimilar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Generate Terraform HCL code following HashiCorp's official style conventions and best practices…
10.5K installsAnalyze Terraform plan JSON output for AzureRM Provider to distinguish between false-positive d…
8.9K installsComprehensive guide for writing and running Terraform tests. Use when creating test files (.tft…
7.5K installsComprehensive guide for working with HashiCorp Terraform Stacks. Use when creating, modifying, …
5.1K installsDiscover existing cloud resources using Terraform Search queries and bulk import them into Terr…
4.2K installsUse this when scaffolding a new Terraform provider with the Plugin Framework: workspace layout,…
3.4K installsAlso in this package
Other skills from jackspace/claudeskillz · top by installs.
npx skills add 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.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
master
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md1,019 B -
docs
SUMMARY.md97 B
History
- First seen on skills.sh
- 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