Deploy a service to the staging environment via shell commands
terraform-deployer
terraform-deployer is an open-source devops skill for Claude Code and compatible agents, published by NVIDIA. Its author describes it as: “Deploy infrastructure using Terraform”. The project has 15k stars on GitHub and is available under the Apache-2.0 license. Add it to your setup with `git clone https://github.com/NVIDIA/SkillSpector ~/.claude/skills/sqp1_clean`.
What terraform-deployer does
Runs Terraform commands to manage cloud infrastructure. Only activates for explicit Terraform CLI operations.
Installation
Add terraform-deployer to your agent with:
git clone https://github.com/NVIDIA/SkillSpector ~/.claude/skills/sqp1_clean Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
What's inside
The SKILL.md for terraform-deployer is organised into these sections:
- Purpose
- Triggers
- Usage
When to use it
Reach for terraform-deployer when you want devops help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear Apache-2.0 license — safe to read and adapt
- Ships in NVIDIA/SkillSpector, an established project with 14,743 GitHub stars
- Actively maintained (recent commits)
Things to check
- Sparse description in metadata — read the repository for full details
Topics
Frequently asked questions
- What does terraform-deployer do?
- Deploy infrastructure using Terraform
- How do I install terraform-deployer?
- Run git clone https://github.com/NVIDIA/SkillSpector ~/.claude/skills/sqp1_clean in your agent, then reload your skills. Review the source at https://github.com/NVIDIA/SkillSpector before installing.
- Is terraform-deployer free to use?
- Yes. terraform-deployer is free and open source under the Apache-2.0 license, so you can read, run, and adapt it within that license's terms.
- Where does terraform-deployer come from?
- terraform-deployer ships inside NVIDIA/SkillSpector, a repository that contains 24 catalogued skills in total. The repository's 14,743 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More DevOps →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.
Configure secure, high-performance connectivity between on-premises infrastructure and cloud platforms using VPN and dedicated connections. Use when building hybrid cloud architectures, connecting data centers to cloud, or implementing secure cross-premises networking.
Design multi-cloud architectures using a decision framework to select and integrate services across AWS, Azure, GCP, and OCI. Use when building multi-cloud systems, avoiding vendor lock-in, or leveraging best-of-breed services from multiple providers.
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.