terraform
Terraform/OpenTofu infrastructure as code patterns. READ-ONLY - Claude NEVER executes terraform commands.
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/terraformskilz install settlemint/agent-marketplace/terraform --agent opencodeskilz install settlemint/agent-marketplace/terraform --agent codexskilz install settlemint/agent-marketplace/terraform --agent geminiFirst time? Install Skilz: pip install skilz
Works with 14 AI coding assistants
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/settlemint/agent-marketplacecp -r agent-marketplace/devtools/skills/terraform ~/.claude/skills/Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
answer-engine-optimization
by alirezarezvani
> Professional Answer Engine Optimization for Marketers & SEO Specialists
app-store-optimization
by alirezarezvani
Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play S...
agile-product-owner
by alirezarezvani
Agile product ownership toolkit for Senior Product Owner including INVEST-compliant user story generation, sprint planning, backlog management, and...
app-store-optimization
by alirezarezvani
Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play S...
Agentic Skill Details
- Owner
- settlemint (GitHub)
- Repository
- agent-marketplace
- Type
- Other
- Meta-Domain
- Primary Domain
- Market Score
- 0
Agent Skill Grade
C Score: 74/100 Click to see breakdown
Score Breakdown
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
Report Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.