Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问clear审计提醒

terraform-tasksTerraform tasks 搜索

Agent Skill

用于辅助云资源、部署、容器、基础设施和运维自动化任务。它适合让 Agent 检查配置、整理部署步骤、分析资源状态、生成排障思路或辅助云服务接入。使用时需要明确目标环境、账号权限、区域和资源组,区分本地测试与生产操作;涉及删除资源、重启服务、修改网络或权限配置时,应先确认影响范围。

总安装

1,988

周安装

82

GitHub Stars

33

下载量

649
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:terraform-tasks(Terraform tasks 搜索)
来源仓库:https://github.com/josiahsiegel/claude-plugin-marketplace
仓库路径:skills/terraform-tasks
安装命令:
npx skills add https://github.com/josiahsiegel/claude-plugin-marketplace --skill terraform-tasks
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/josiahsiegel/claude-plugin-marketplace --skill terraform-tasks

简介

根据自然语言描述自动生成对应的 Terraform task 脚本。

  • 适用于快速原型搭建、学习示例和教学演示。
  • 通过 GitHub 安装后,在 Codex、Claude、Cursor、Gemini CLI 中输入需求获取 HCL 代码片段。
  • 输出结果需人工复核后再投入生产使用。
  • terraform-tasks 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Terraform Tasks Skill

🚨 CRITICAL GUIDELINES

Windows File Path Requirements

MANDATORY: Always Use Backslashes on Windows for File Paths

When using Edit or Write tools on Windows, you MUST use backslashes (\) in file paths, NOT forward slashes (/).

Examples:

  • ❌ WRONG: D:/repos/project/file.tsx
  • ✅ CORRECT: D:\repos\project\file.tsx

This applies to:

  • Edit tool file_path parameter
  • Write tool file_path parameter
  • All file operations on Windows systems

Documentation Guidelines

NEVER create new documentation files unless explicitly requested by the user.

  • Priority: Update existing README.md files rather than creating new documentation
  • Repository cleanliness: Keep repository root clean - only README.md unless user requests otherwise
  • Style: Documentation should be concise, direct, and professional - avoid AI-generated tone
  • User preference: Only create additional.md files when user specifically asks for documentation

This skill enables autonomous execution of complex Terraform tasks with comprehensive provider knowledge and platform awareness.

Capabilities

1. Infrastructure Code Generation

Generate complete, production-ready Terraform code for any cloud provider:

Process:

  1. Determine provider and version from user context
  2. Research latest provider documentation if needed
  3. Generate complete configurations with:

- Provider version constraints - Resource configurations - Variables with validation - Outputs - Security best practices - Platform-specific considerations

Example Tasks:

  • "Create Azure Storage Account with private endpoints and customer-managed keys"
  • "Generate AWS VPC with 3-tier architecture and NAT gateways"
  • "Build GCP GKE cluster with Workload Identity and node pools"

2. Version Management

Handle Terraform and provider version upgrades:

Process:

  1. Check current versions
  2. Research changelogs and breaking changes
  3. Propose upgrade path
  4. Generate migration code
  5. Provide testing strategy

Example Tasks:

  • "Upgrade from AzureRM provider 2.x to 3.x"
  • "Migrate Terraform 0.12 code to 1.x"
  • "Update all providers to latest compatible versions"

3. Debugging and Troubleshooting

Diagnose and fix Terraform issues:

Process:

  1. Gather diagnostic information
  2. Analyze error messages and logs
  3. Identify root cause
  4. Provide platform-specific solution
  5. Suggest preventive measures

Example Tasks:

  • "Debug state lock timeout on Windows"
  • "Fix provider authentication failure in Azure DevOps pipeline"
  • "Resolve circular dependency in module structure"

4. Security Scanning and Remediation

Scan and fix security issues:

Process:

  1. Run security scanners (tfsec, Checkov)
  2. Analyze findings
  3. Prioritize issues
  4. Generate fixes
  5. Explain security implications

Example Tasks:

  • "Run tfsec and fix all HIGH severity issues"
  • "Ensure all S3 buckets have encryption enabled"
  • "Implement Azure storage account with all security best practices"

5. Architecture Review

Review and improve Terraform architecture:

Process:

  1. Analyze current structure
  2. Identify anti-patterns
  3. Propose improvements
  4. Generate refactoring plan
  5. Document decisions (ADRs)

Example Tasks:

  • "Review state management strategy for 500+ resources"
  • "Design multi-region architecture for high availability"
  • "Refactor monolithic state into layered approach"

6. CI/CD Pipeline Generation

Create complete CI/CD pipelines:

Process:

  1. Determine CI/CD platform
  2. Understand environment strategy
  3. Generate pipeline configuration
  4. Include security scanning
  5. Add approval gates
  6. Implement drift detection

Example Tasks:

  • "Create Azure DevOps pipeline with multi-stage deployment"
  • "Generate GitHub Actions workflow with OIDC authentication"
  • "Build GitLab CI pipeline with Terraform Cloud backend"

7. Module Development

Create reusable Terraform modules:

Process:

  1. Design module interface
  2. Implement with best practices
  3. Add variable validation
  4. Generate documentation
  5. Create examples
  6. Set up testing

Example Tasks:

  • "Create Azure networking module with hub-spoke pattern"
  • "Build AWS ECS module with auto-scaling and ALB"
  • "Develop GCP Cloud Run module with custom domains"

8. Migration Tasks

Migrate infrastructure to Terraform:

Process:

  1. Inventory existing resources
  2. Generate import commands
  3. Create matching Terraform code
  4. Validate configurations
  5. Test import process
  6. Plan cutover strategy

Example Tasks:

  • "Import existing Azure resources into Terraform"
  • "Migrate from CloudFormation to Terraform"
  • "Convert ARM templates to Terraform HCL"

Autonomous Behavior

This skill operates autonomously with minimal user intervention:

Information Gathering

  • Automatically detect Terraform and provider versions
  • Identify platform (Windows/Linux/macOS)
  • Detect CI/CD environment
  • Check for existing configurations

Research

  • Use WebSearch to find current documentation
  • Check provider changelogs for breaking changes
  • Research best practices
  • Find platform-specific solutions

Code Generation

  • Generate complete, working code
  • Include all necessary files (main.tf, variables.tf, outputs.tf, etc.)
  • Add comprehensive comments
  • Follow naming conventions
  • Apply security best practices

Validation

  • Run terraform fmt on generated code
  • Validate syntax
  • Check for security issues
  • Test configurations when possible

Documentation

  • Explain architectural decisions
  • Document usage examples
  • Note version compatibility
  • Include troubleshooting tips

Error Handling

When encountering issues:

  1. Gather Context: Collect all relevant information
  2. Research: Look up error messages and solutions
  3. Platform Awareness: Consider OS-specific issues
  4. Multiple Solutions: Provide alternatives when available
  5. Prevention: Suggest how to avoid similar issues

Platform-Specific Considerations

Windows

  • PowerShell syntax for commands
  • Path handling (backslashes)
  • Line ending considerations
  • Execution policy issues
  • Credential management

Linux/macOS

  • Bash syntax for commands
  • File permissions
  • Package managers
  • Environment variables

CI/CD Environments

  • Pipeline-specific syntax
  • Agent capabilities
  • Authentication methods
  • Artifact handling

Quality Standards

All generated Terraform code must:

  • Be properly formatted (terraform fmt)
  • Pass validation (terraform validate)
  • Include security best practices
  • Have comprehensive variable validation
  • Include meaningful descriptions
  • Follow naming conventions
  • Be version-compatible
  • Include usage examples
  • Have proper output definitions

Provider Expertise

Azure (AzureRM)

  • All resource types
  • AzAPI for preview features
  • Service endpoints and private endpoints
  • Managed identities
  • RBAC and policies

AWS

  • All services
  • IAM roles and policies
  • VPC networking
  • S3 backend configuration
  • Cross-account deployments

Google Cloud

  • All GCP services
  • IAM and service accounts
  • VPC and networking
  • GCS backend configuration
  • Organization and folder policies

Community Providers

  • Kubernetes and Helm
  • Datadog, PagerDuty
  • GitHub, GitLab
  • HashiCorp Vault
  • And more...

Examples

Example 1: Generate Azure Storage Account

User Request: "Create an Azure Storage Account with all security best practices"

Skill Actions:

  1. Detect/ask for AzureRM provider version
  2. Research latest security requirements
  3. Generate complete configuration:

- Storage account with secure settings - Private endpoint - Diagnostic settings - Customer-managed encryption keys - Network rules - Variables with validation - Outputs

  1. Include usage examples
  2. Add security scanner ignore comments where appropriate with explanations

Example 2: Debug Plan Failure

User Request: "My terraform plan is failing with authentication error on Windows"

Skill Actions:

  1. Ask for error details
  2. Identify it's Azure CLI authentication
  3. Provide Windows-specific solution:

- PowerShell commands to check authentication - How to refresh credentials - Environment variable configuration - Alternative authentication methods

  1. Explain root cause
  2. Suggest prevention

Example 3: Architecture Review

User Request: "Review my Terraform structure, I have 1000+ resources in one state file"

Skill Actions:

  1. Analyze current structure
  2. Identify issues:

- Large state file - Slow operations - Large blast radius

  1. Propose layered architecture:

- Split into foundation/platform/apps - Separate state files - Remote state data sources

  1. Generate migration plan
  2. Create ADR documenting decision
  3. Provide implementation steps

Integration with terraform-expert Agent

This skill works in tandem with the terraform-expert agent:

  • Agent provides strategic guidance
  • Skill executes tactical tasks
  • Agent validates skill outputs
  • Skill reports back to agent

Use this skill when you need to autonomously execute Terraform tasks with comprehensive provider knowledge and platform awareness.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

30.25%
按下载量换算196

OpenCode

20.78%
按下载量换算135

Antigravity

17.77%
按下载量换算115

Gemini CLI

12.04%
按下载量换算78

windsurf

7.35%
按下载量换算48

Cursor

3.06%
按下载量换算20

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills