๐Ÿ—๏ธ
DevOpsPython

Terraform Deployer

by NVIDIA

Terraform Deployer is a DevOps skill for Claude Code, published by NVIDIA in SkillSpector.

14.6K stars1.2K forkson NVIDIA/SkillSpectorAdded 2026/08/14Repository updated 2026/08/13
agent-securityagent-skillsagentic-aiai-securityclaude-codemcpprompt-injectionsecurity-scannersecurity-toolssecurity-workflowsupply-chain-security
Install in seconds
Install Terraform Deployer
Copy Terraform Deployer into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/NVIDIA/SkillSpector/tree/main/tests/fixtures/sqp/sqp1_clean ~/.claude/skills/sqp1_clean

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/NVIDIA/SkillSpector.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
tests/fixtures/sqp/sqp1_clean/SKILL.md in NVIDIA/SkillSpector
Installs to
~/.claude/skills/sqp1_clean
Collection
One of 24 skills cataloged from this repository
Category
DevOps โ€” 798 skills

What Terraform Deployer does

Terraform Deployer runs Terraform CLI commands (plan, apply, destroy) to manage cloud infrastructure. Use it when an explicit request involves Terraform operations.

Terraform Deployer is cataloged under DevOps on DirSkills. Terraform Deployer comes from a repository tagged agent-security, agent-skills, agentic-ai, ai-security and claude-code.

Documentation

README

Terraform Deployer

Purpose

Runs Terraform commands to manage cloud infrastructure. Only activates for explicit Terraform CLI operations.

Triggers

Activates on:

  • "run terraform plan"
  • "terraform apply"
  • "deploy infrastructure with terraform"

Does NOT activate on:

  • General deployment requests without mentioning Terraform
  • "plan" used in non-infrastructure contexts
  • "deploy" without infrastructure/Terraform context

Usage

Provide a Terraform workspace path and the desired command (plan, apply, destroy).

Frequently asked about Terraform Deployer

  • What else does NVIDIA publish alongside Terraform Deployer?

    Terraform Deployer is one of 24 skills that DirSkills catalogs from NVIDIA/SkillSpector, the repository it ships in. Its siblings there include Chef Assistant, Code Formatter and Code Reviewer. Each one is a separate skill with its own page in this directory, installs the same way Terraform Deployer does, and is maintained by NVIDIA in that same repository. The rest of the collection is listed on the NVIDIA/SkillSpector page.

  • How does Terraform Deployer compare to other DevOps skills?

    Terraform Deployer ranks #82 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Terraform Deployer against them. Open each page to compare what they document and how they install.