terraform-and-data-platform-infrastructure

terraform-and-data-platform-infrastructure is a skill for Claude Code, Codex from vaquarkhan/data-engineering-agent-skills. It costs 46 tokens per session (435 once invoked), scanned A, original, MIT.

A guide for using Terraform to define and manage data-platform infrastructure as code. Terraform can provision resources such as storage, roles, secrets, networks, jobs, and compute.

In plain words
What is it for?
Use it to manage development, staging, and production infrastructure, access boundaries, promotion paths, and the safety of infrastructure changes.
Why use it?
It makes environment setup repeatable and reviewable instead of relying on undocumented manual console changes.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to manage development, staging, and production infrastructure, access boundaries, promotion paths, and the safety of infrastructure changes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vaquarkhan/data-engineering-agent-skills/terraform-and-data-platform-infrastructure
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add vaquarkhan/data-engineering-agent-skills --skill terraform-and-data-platform-infrastructure
Clone the repo
git clone --depth 1 https://github.com/vaquarkhan/data-engineering-agent-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for terraform-and-data-platform-infrastructure

README.md
[![agentmods](https://agentmods.dev/badge/skills/vaquarkhan/data-engineering-agent-skills/terraform-and-data-platform-infrastructure/github.svg)](https://agentmods.dev/skills/vaquarkhan/data-engineering-agent-skills/terraform-and-data-platform-infrastructure)
Your own site
<a href="https://agentmods.dev/skills/vaquarkhan/data-engineering-agent-skills/terraform-and-data-platform-infrastructure"><img src="https://agentmods.dev/badge/skills/vaquarkhan/data-engineering-agent-skills/terraform-and-data-platform-infrastructure/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for terraform-and-data-platform-infrastructure

Your own site · 80×15
<a href="https://agentmods.dev/skills/vaquarkhan/data-engineering-agent-skills/terraform-and-data-platform-infrastructure"><img src="https://agentmods.dev/badge/skills/vaquarkhan/data-engineering-agent-skills/terraform-and-data-platform-infrastructure.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 435 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00046 $0.00435
Opus 5 $0.00023 $0.00217
Sonnet 5 $0.00009 $0.00087
Haiku 4.5 $0.00005 $0.00044

Measured 9d ago against content hash 9c290b908e30, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

terraform-and-data-platform-infrastructure scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/terraform-and-data-platform-infrastructure/SKILL.md · 66 lines

How it starts

The opening of the file, as written. The whole thing — 66 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Terraform And Data Platform Infrastructure

Overview

Use this skill when data engineering work depends on platform infrastructure, not just SQL or code. It helps agents make environment setup reproducible, reviewable, and promotion-safe.

When to Use

  • provisioning buckets, warehouses, jobs, roles, or secrets
  • changing network or access boundaries
  • creating environment-specific data platform resources
  • standardizing dev, staging, and production infrastructure

Do not treat manual console changes as equivalent to managed infrastructure.

Workflow

  1. Identify the platform boundary. Decide which resources belong in infrastructure code versus application or transformation code.

  2. Model environments explicitly. Capture:

    • naming rules
    • isolation boundaries
    • secrets strategy
    • promotion path
  3. Keep access and governance in the same review surface as infrastructure.

  4. Validate change safety before apply. Watch for:

    • destructive resource replacement
    • role drift
    • environment coupling
    • hidden manual dependencies
  5. Document day-two operations. Provisioning is only part of the lifecycle.

Common Rationalizations

Rationalization Reality
"It is faster to click this in the console." Manual changes drift quickly and are hard to review or reproduce.
"We only need Terraform for production." Lower environments drift first and make promotion less trustworthy.
"Security can update roles separately." Infra and access changes often need one coordinated review.

Red Flags

  • resource names and environments are inconsistent
  • secrets handling is unclear
  • destructive changes are not reviewed explicitly
  • manual prerequisites are undocumented

Verification

  • Infrastructure boundaries and environment model are explicit
  • Access, secrets, and governance are reviewed with the infra change
  • Apply risk is understood before rollout
  • Day-two operations are documented where relevant

Read the full file on GitHub · 66 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 66 lines · 46 tokens per session scan A 9c290b908e30

Subscribe to this mod's changes

terraform-and-data-platform-infrastructure is a skill published in the GitHub repository vaquarkhan/data-engineering-agent-skills (45 stars, last pushed 3mo ago), licensed MIT. It adds 46 tokens to every session and 435 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

cost-optimization

Optimize cloud costs across AWS, Azure, GCP, and OCI through resource rightsizing, tagging strategies, reserved instances, and spending analysis. Use when reducing cloud expenses, analyzing infrastructure costs, or implementing cost governance policies.

wshobson/agents · 48 tokens

terraform-module-library

Build reusable Terraform modules for AWS, Azure, GCP, and OCI infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.

wshobson/agents · 44 tokens

linkerd-patterns

Implement Linkerd service mesh patterns for lightweight, security-focused service mesh deployments. Use when setting up Linkerd, configuring traffic policies, or implementing zero-trust networking with minimal overhead.

wshobson/agents · 41 tokens

dokploy-deploy

This skill should be used when user asks to "deploy with Dokploy", "use Dokploy Cloud", "manage self-hosted Dokploy", "deploy Docker Compose on Dokploy", "manage Dokploy databases", "configure Dokploy domains", or "look up Dokploy CLI commands".

fcakyon/claude-codex-settings · 63 tokens

gcloud-usage

This skill should be used when user asks about "GCloud logs", "Cloud Logging queries", "Google Cloud metrics", "GCP observability", "trace analysis", or "debugging production issues on GCP".

fcakyon/claude-codex-settings · 49 tokens

openship-config

This skill should be used when the user asks to "create openship.json", "configure an OpenShip deployment", "make a repo deployable on OpenShip", or fix "openship config validate" errors.

fcakyon/claude-codex-settings · 47 tokens