agentsclimarketplace

Terraform

Skill georgekhananaev/claude-skills-vault/.claude/skills/terraform

A curated collection of high impact skills for Claude Code designed to supercharge the senior full stack workflow. This vault automates the repetitive parts of development like architectural reviews, TDD cycles, and PR management so you can stay in flow. It is a force multiplier for shipping clean, production ready code at scale. 🚀⚡️

Install
npx -y skills add georgekhananaev/claude-skills-vault --skill terraform

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

What its author says it does

Copied from the file, not written here

Terraform infrastructure-as-code skills from HashiCorp. Covers HCL code generation with style conventions, testing with .tftest.hcl files, and module refactoring. Use when writing, reviewing, generating, or refactoring Terraform configurations, creating tests, or designing modules.

SKILL.md

1.7 KB, 326 tokens by cl100k_base, as published. Nobody here has run it

Terraform Skills

HashiCorp's official Terraform agent skills for infrastructure-as-code development.

Available Sub-Skills

SkillFileUse When
Style Guideterraform-style-guide-SKILL.mdWriting or reviewing Terraform HCL code
Testingterraform-test-SKILL.mdCreating .tftest.hcl test files, writing assertions, mocking
Module Refactoringrefactor-module-SKILL.mdTransforming monolithic configs into reusable modules

Quick Reference

File Organization

FilePurpose
terraform.tfVersion requirements
providers.tfProvider configurations
main.tfPrimary resources
variables.tfInput variables (alphabetical)
outputs.tfOutput values (alphabetical)
locals.tfLocal values

Key Conventions

  • Two spaces per indent, no tabs
  • Lowercase with underscores for names
  • Every variable needs type and description
  • Every output needs description
  • Prefer for_each over count
  • Never hardcode credentials

Validation

terraform fmt -recursive
terraform validate

Source

From hashicorp/agent-skills - terraform code-generation and module-generation plugins.

What ships with it: 3 files

60.0 KB alongside SKILL.md

Keep looking

Skills are one crate of 327,167. 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.