terraform

0
C

Terraform/OpenTofu infrastructure as code patterns. READ-ONLY - Claude NEVER executes terraform commands.

CommandsAgentsMarketplace
#terraform#Claude#terraform commands#resources#commands#user#infrastructure#critical

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install settlemint/agent-marketplace/terraform
skilz install settlemint/agent-marketplace/terraform --agent opencode
skilz install settlemint/agent-marketplace/terraform --agent codex
skilz install settlemint/agent-marketplace/terraform --agent gemini

First time? Install Skilz: pip install skilz

Works with 14 AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/settlemint/agent-marketplace
2. Copy the agent skill directory:
cp -r agent-marketplace/devtools/skills/terraform ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Type
Other
Meta-Domain
Primary Domain
Market Score
0

Agent Skill Grade

C
Score: 74/100 Click to see breakdown

Score Breakdown

Spec Compliance
13/15
PDA Architecture
18/30
Ease of Use
22/25
Writing Style
7/10
Utility
16/20
Modifiers: -2

Areas to Improve

  • No Reference Files for PDA
  • Duplicate Command Lists
  • Missing TOC for Long Document

Recommendations

  • Address 1 high-severity issues first
  • Add trigger phrases to description for discoverability
  • Add table of contents for files over 100 lines

Graded: 2026-01-19

Developer Feedback

I took a look at your terraform skill and wanted to share some thoughts.

Links:

The TL;DR

You're at 74/100, solidly in C territory. This is based on Anthropic's skill best practices rubric. Your strongest area is Ease of Use (22/25)—the metadata and trigger patterns are really well done. The weakest spot is Progressive Disclosure Architecture (18/30)—everything's loaded at once, which burns tokens unnecessarily.

What's Working Well

  • Metadata is chef's kiss. Your description clearly explains the READ-ONLY constraint, and your trigger patterns cover terraform commands, file types, and cloud provider prefixes (aws_, azurerm_, google_). That's thorough.
  • Command safety is solid. The forbidden/allowed command lists are comprehensive and make the constraint crystal clear to users. This is exactly what a skill should do for sensitive domains.
  • HCL patterns are practical. Your module structure, variable definitions, and lifecycle rules are real examples developers actually need.

The Big One: Token Efficiency (High Priority)

Right now, all 360 lines load every time someone uses your skill. That's wasteful. You need a references directory with on-demand-loaded files.

Here's the fix:

  • Create references/aws-patterns.md (provider configs, common resources)
  • Create references/lifecycle-rules.md (the detailed lifecycle examples)
  • Create references/module-structure.md (complete module templates)

Keep only the essentials in SKILL.md—the critical safety restrictions and quick-start. The patterns section becomes a pointer: "See module structure reference for complete templates."

Impact: This single change gets you +8 points, pushing you to **82...

AI-Detected Topics

Extracted using NLP analysis

terraform Claude terraform commands resources commands user infrastructure critical DESTROY APPLY

Report Security Issue

Found a security vulnerability in this agent skill?