by davila7
DevOps 团队在管理跨多个环境的复杂云基础设施时面临挑战。此技能提供即用的 Terraform 模板、Kubernetes 配置和 CI/CD 流水线,遵循安全性、可扩展性和可观测性的行业最佳实践。
1. 打开 Claude 聊天界面
2. 点击下方 "📋 复制" 按钮
3. 粘贴到 Claude 聊天框中并发送
4. 输入 "使用 devops-iac-engineer 技能" 开始使用
=== devops-iac-engineer 技能 === 作者: davila7 描述: DevOps 团队在管理跨多个环境的复杂云基础设施时面临挑战。此技能提供即用的 Terraform 模板、Kubernetes 配置和 CI/CD 流水线,遵循安全性、可扩展性和可观测性的行业最佳实践。 使用方法: 1. 调用技能: "使用 devops-iac-engineer 技能" 2. 提供相关信息: 根据技能要求提供必要参数 3. 查看结果: 技能会返回处理结果 示例: "使用 devops-iac-engineer 技能,帮我分析一下这段代码"
这种方法适用于所有 Claude 用户,不需要安装额外工具。
devops
low
A comprehensive Claude skill designed to help DevOps teams implement infrastructure as code, manage cloud platforms, deploy containerized applications, and maintain reliable production systems.
This skill provides frameworks, templates, and best practices for:
DevOps IaC Engineer/
├── SKILL.md # Main skill file with overview & core workflows
├── reference/
│ ├── terraform.md # Terraform best practices and patterns
│ ├── kubernetes.md # Kubernetes and container orchestration
│ ├── cloud_platforms.md # AWS, Azure, GCP guidance
│ ├── cicd.md # CI/CD pipelines and GitOps
│ ├── observability.md # Monitoring, logging, and tracing
│ ├── security.md # DevSecOps and compliance
│ └── templates.md # Ready-to-use templates
├── scripts/
│ └── devops_utils.py # Utility scripts for common DevOps tasks
├── examples/
│ ├── terraform/ # Example Terraform configurations
│ ├── kubernetes/ # Example Kubernetes manifests
│ └── pipelines/ # Example CI/CD pipelines
└── README.md # This file
Start with SKILL.md → reference/terraform.md
reference/kubernetes.md → reference/templates.md
python scripts/devops_utils.py terraform init-project \
--name myproject \
--cloud aws \
--region us-east-1
python scripts/devops_utils.py k8s validate \
--file deployment.yaml \
--schema-version 1.28
python scripts/devops_utils.py gitops init \
--tool argocd \
--environments dev,staging,prod
All infrastructure should be:
This skill follows the DevOps best practices:
✓ Security First - Never hardcode credentials, use least privilege ✓ Immutable Infrastructure - Replace rather than modify ✓ GitOps Workflows - Git as single source of truth ✓ Observability Built-In - Logs, metrics, and traces from day one ✓ Cost Optimization - Right-size resources, use spot instances ✓ Disaster Recovery - Automated backups and tested failover ✓ CI/CD Automation - Automated testing and deployment ✓ Policy as Code - Automated compliance and governance
Before using this skill, customize:
Cloud Provider Standards (reference/cloud_platforms.md)
Security Requirements (reference/security.md)
Naming Conventions (Throughout all files)
Observability Tools (reference/observability.md)
Issue: Terraform state conflicts Solution: Use remote state with locking (S3 + DynamoDB), implement state file backups, check for concurrent runs
Issue: Kubernetes pods failing health checks Solution: Review pod logs, check resource limits, verify network policies, validate environment variables
Issue: High cloud costs Solution: Implement tagging strategy, use cost allocation tags, right-size resources, use spot instances, enable auto-scaling
Issue: Secrets exposed in Git Solution: Use git-secrets or trufflehog to scan, rotate exposed secrets immediately, implement SOPS or Sealed Secrets
Each reference file includes:
For questions about specific topics:
This skill is designed for use with Claude AI. Adapt and customize for your organization's specific needs.
Last Updated: October 2025 Skill Version: 1.0 For Claude Models: Claude Opus 4.1, Claude Sonnet 4.5, Claude Haiku 4.5
View Count
0
Download Count
0
Favorite Count
0
Quality Score
72