Terraform code needs a clear and consistent style. This guide follows HashiCorp's official conventions. It helps you write infrastructure code that is easy to read and review. Anyone working with Terraform can benefit from these rules.
The guide covers file organization, naming, formatting, and more. You will learn how to structure your HCL files correctly. It also shows you the right order for arguments and blocks. Using this guide keeps your code clean and professional.
Whether you are writing new configurations or reviewing existing ones, this skill is your reference. It saves time and reduces errors. Follow the style guide to make your Terraform projects easier to maintain.
Global
mkdir -p ~/.claude/skills/terraform-style-guideProject
mkdir -p .claude/skills/terraform-style-guideSource Repository
Improve Codebase Architecturemattpocock/skills
Scan your codebase for architecture improvements with visual reports and pick one to refactor
Web Design Guidelinesvercel-labs/agent-skills
Review your UI code for compliance with web interface guidelines
Caveman Reviewjuliusbrussee/caveman
Ultra-compressed one-line code review comments that cut noise
Zoom Outmattpocock/skills
Get a big picture view of your code with a simple map of modules and callers
Codebase Designmattpocock/skills
Create deep modules with tiny interfaces and lots of hidden logic for testability
Requesting Code Reviewobra/superpowers
Catch code issues early with focused automated reviews before every merge
Request Refactor Planmattpocock/skills
Plan safe code refactors with tiny commits and clear GitHub issues
Receiving Code Reviewobra/superpowers
Think first, then code. Verify feedback before making changes. Stay objective