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 22+ 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
automating-mail
by SpillwaveSolutions
Automates Apple Mail via JXA with AppleScript dictionary discovery. Use when asked to "automate email", "send mail via script", "JXA Mail automatio...
automating-reminders
by SpillwaveSolutions
Automates Apple Reminders using JavaScript for Automation (JXA). Use when asked to "create reminders programmatically", "automate reminder lists", ...
mastering-postgresql
by SpillwaveSolutions
PostgreSQL development for Python with full-text search (tsvector, tsquery, BM25 via pg_search), vector similarity (pgvector with HNSW/IVFFlat), JS...
automating-contacts
by SpillwaveSolutions
Automates macOS Contacts via JXA with AppleScript dictionary discovery. Use when asked to "automate contacts", "JXA contacts automation", "macOS ad...
Agentic Skill Details
- Owner
- settlemint (GitHub)
- Repository
- agent-marketplace
- Type
- Other
- Meta-Domain
- Primary Domain
- Market Score
- 74
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.