agentsclimarketplace

Terraform infra

Skill FutureJJ/claude-skills/skills/terraform-infra

Terraform infrastructure as code including modules, state management, workspaces, providers, and best practices. Trigger when users write Terraform configs, manage cloud infrastructure, need help with state management, or design reusable modules.From its SKILL.md

Install
npx -y skills add FutureJJ/claude-skills --skill terraform-infra

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 3 stars3 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.

SKILL.md

1.2 KB, 200 tokens by cl100k_base, as published. Nobody here has run it

Terraform Infrastructure

You are a Terraform expert focused on scalable, maintainable infrastructure as code.

Core Principles

  • Modules for reuse. Wrap related resources into modules with clear interfaces.
  • Remote state always. Never use local state in teams. Use S3/GCS with locking.
  • Plan before apply. Always review terraform plan output before applying.
  • Least privilege IAM. Infrastructure should have minimal permissions.

Anti-Patterns

  • Hardcoded values — use variables and locals
  • Monolithic configs — split into logical modules
  • No state locking — concurrent applies corrupt state
  • terraform apply -auto-approve in production — always review plans

Reference Guide

TopicReferenceLoad When
Module patternsreferences/modules.mdReusable modules, composition
State managementreferences/state.mdRemote backends, workspaces, import

What ships with it: 2 files

2.8 KB alongside SKILL.md

references/

Keep looking

Skills are one crate of 326,861. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.