NVIDIA/SkillSpector✦ 精选0°

terraform-deployer

仓库创建 2026年3月21日最近提交 3 小时前SkillHot 收录 3 小时前
▸ 精选理由

明确触发词,适合有 Terraform 流程的团队。

▸ 风险提示

会对云资源执行变更,需权限和变更审查。

这个 Skill 做什么

通过执行 Terraform 命令管理云端基础设施。

用来直接运行 Terraform 的命令来管理云端基础设施,能做 plan、apply、state 等操作。需要你明确说要用 Terraform 的场景才会触发,适合部署、变更或检查基础设施时使用。特别之处是它保留 Terraform CLI 的语意和流程,不会把一般的部署请求误当成 Terraform 操作。

▸ 展开 SKILL.md 英文原文

Deploy infrastructure using Terraform

开发编程Terraform基础设施部署通用
1.4w
Stars
1.2k
Forks
23
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/NVIDIA/SkillSpector/main/tests/fixtures/sqp/sqp1_clean/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/NVIDIA/SkillSpector/main/tests/fixtures/sqp/sqp1_clean/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# 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).
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有