devops-iac-engineer by davila7/claude-code-templates
npx skills add https://github.com/davila7/claude-code-templates --skill devops-iac-engineer此技能帮助 DevOps 团队使用基础设施即代码原则设计、实施和维护云基础设施。在构建云架构、部署容器化应用、设置 CI/CD 流水线或实施可观测性和安全实践时使用此技能。
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
实施基础设施时,请遵循以下结构化方法:
理解需求
设计架构
选择 IaC 工具
实施基础设施
设置可观测性
实施 CI/CD
测试与验证
部署与监控
多云需求 → Terraform 或 Pulumi 仅限 AWS → Terraform、AWS CDK 或 CloudFormation 容器编排 → Kubernetes(EKS、GKE、AKS) 简单容器部署 → ECS、Cloud Run 或 App Service 配置管理 → Ansible 或云原生解决方案 GitOps 工作流 → ArgoCD 或 Flux CI/CD 流水线 → GitHub Actions、GitLab CI 或 Jenkins
问题 : 代码与实际环境之间的基础设施漂移 解决方案 : 实施自动化漂移检测,在 CI/CD 中使用 terraform plan,启用生产环境只读访问,维护状态文件完整性
问题 : 密钥管理和凭证暴露 解决方案 : 使用云原生密钥管理器(AWS Secrets Manager、HashiCorp Vault),实施 SOPS 用于 Git 中的加密密钥,使用 IRSA/工作负载身份
问题 : 高昂的云成本和意外账单 解决方案 : 实施标记策略,使用成本分配标签,设置预算告警,合理调整资源规模,使用 Spot 实例,实施自动扩缩容
问题 : 复杂的 Kubernetes 配置 解决方案 : 使用 Helm 图表进行模板化,实施 Kustomize 用于环境特定配置,遵循 GitOps 模式,对复杂工作负载使用 Operator
注意 : 在实施更改之前,请务必验证当前基础设施状态、安全要求和合规性需求。此技能提供框架和最佳实践,但应根据您组织的特定需求进行调整。
每周安装次数
326
代码仓库
GitHub 星标数
22.6K
首次出现
2026年1月21日
安全审计
安装于
opencode253
claude-code243
gemini-cli240
codex224
cursor212
github-copilot203
This Skill helps DevOps teams design, implement, and maintain cloud infrastructure using Infrastructure as Code principles. Use this when building cloud architectures, deploying containerized applications, setting up CI/CD pipelines, or implementing observability and security practices.
When implementing infrastructure, follow this structured approach:
Understand Requirements
Design Architecture
Select IaC Tools
Implement Infrastructure
Set Up Observability
Multi-Cloud Requirements → Terraform or Pulumi AWS-Only → Terraform, AWS CDK, or CloudFormation Container Orchestration → Kubernetes (EKS, GKE, AKS) Simple Container Deployment → ECS, Cloud Run, or App Service Configuration Management → Ansible or cloud-native solutions GitOps Workflows → ArgoCD or Flux CI/CD Pipelines → GitHub Actions, GitLab CI, or Jenkins
Problem : Infrastructure drift between code and reality Solution : Implement automated drift detection, use terraform plan in CI/CD, enable read-only production access, maintain state file integrity
Problem : Secrets management and credential exposure Solution : Use cloud-native secret managers (AWS Secrets Manager, HashiCorp Vault), implement SOPS for encrypted secrets in Git, use IRSA/workload identity
Problem : High cloud costs and unexpected bills Solution : Implement tagging strategy, use cost allocation tags, set up budget alerts, right-size resources, use spot instances, implement auto-scaling
Problem : Complex Kubernetes configurations Solution : Use Helm charts for templating, implement Kustomize for environment-specific configs, follow GitOps patterns, use operators for complex workloads
Note : Always verify current infrastructure state, security requirements, and compliance needs before implementing changes. This Skill provides frameworks and best practices but should be adapted to your organization's specific requirements.
Weekly Installs
326
Repository
GitHub Stars
22.6K
First Seen
Jan 21, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode253
claude-code243
gemini-cli240
codex224
cursor212
github-copilot203
Azure Data Explorer (Kusto) 查询技能:KQL数据分析、日志遥测与时间序列处理
100,500 周安装
Implement CI/CD
Test & Validate
Deploy & Monitor