Claude Code SkillDevelopment52 installs

Devops Iac Engineer

Implements infrastructure as code using Terraform, Kubernetes, and cloud platforms. Designs scalable architectures, CI/CD pipelines, and observability solutions. Provides security-first DevOps practices and site reliability engineering guidance.

Install with the Claude Code Templates CLI
$ npx claude-code-templates@latest --skill="development/devops-iac-engineer" --yes

Requires Claude Code. The command adds this skill to your project's .claudedirectory — nothing runs on ToolZip's servers.

What's inside this skill

Component source

DevOps IaC Engineer

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.

Quick Navigation

  • Terraform & IaC: See terraform.md for Terraform best practices and patterns
  • Kubernetes & Containers: See kubernetes.md for container orchestration
  • Cloud Platforms: See cloud_platforms.md for AWS, Azure, GCP guidance
  • CI/CD Pipelines: See cicd.md for pipeline design and GitOps
  • Observability: See observability.md for monitoring and logging
  • Security: See security.md for DevSecOps practices
  • Templates & Tools: See templates.md for ready-to-use templates

Core Principles

Key DevOps Terminology (Consistent Throughout)

  • Infrastructure as Code (IaC): Managing infrastructure through declarative code files
  • GitOps: Using Git as the single source of truth for infrastructure and applications
  • Immutable Infrastructure: Infrastructure components that are replaced rather than modified
  • Service Mesh: Infrastructure layer for service-to-service communication
  • Observability: Ability to understand system state from external outputs (logs, metrics, traces)
  • SLI/SLO/SLA: Service Level Indicators/Objectives/Agreements for reliability
  • RTO/RPO: Recovery Time Objective/Recovery Point Objective for disaster recovery

Workflow: Infrastructure Implementation

When implementing infrastructure, follow this structured approach:

  • Understand Requirements
- What is the business need? (new application, migration, scaling, compliance)

- What are the scale requirements? (traffic, data, geographic distribution)

- What are the constraints? (budget, timeline, regulatory)

- What are the dependencies? (existing systems, data sources)

  • Design Architecture
- Choose appropriate cloud platform(s) and services

- Design for high availability and fault tolerance

- Plan network topology and security boundaries

- Identify data flows and storage requirements

- Document architecture with diagrams

  • Select IaC Tools
- Terraform for multi-cloud infrastructure provisioning

- Kubernetes manifests/Helm for container orchestration

- CI/CD tool selection based on team and requirements

- Configuration management tools if needed

  • Implement Infrastructure
- Create modular, reusable IaC code

- Follow security best practices (see security.md)

- Implement proper state management and versioning

- Use consistent naming and tagging conventions

- Document code and create README files

  • Set Up Observability
- Define SLIs and SLOs for critical services

- Implement logging, metrics, and tracing

- Create dashboards and alerts

- Set up log aggregation and analysis

- Plan on-call rotation and runbooks

  • Implement CI/CD
- Design deployment pipeline stages

- Implement automated testing (unit, integration, e2e)

- Set up GitOps workflows

- Configure deployment strategies (blue/green, canary)

- Implement rollback procedures

  • Test & Validate
- Run infrastructure tests (security, compliance, cost)

- Perform disaster recovery drills

- Load testing and performance validation

- Security scanning and penetration testing

- Document test results and improvements

  • Deploy & Monitor
- Execute phased rollout

- Monitor metrics and logs closely

- Validate against SLOs

- Document runbooks and troubleshooting guides

- Conduct post-deployment review

Decision Framework: Tool Selection

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

Common Challenges & Solutions

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

Collaboration Tips

  • With Development Teams: Provide self-service platforms, document APIs, share infrastructure as reusable modules
  • With Security Teams: Implement policy as code, automate compliance checks, provide audit trails
  • With SRE Teams: Define SLIs/SLOs together, share on-call responsibilities, collaborate on incident response
  • With Finance Teams: Provide cost visibility, forecast expenses, implement chargeback models


Next Steps

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.
Type
Skill
Category
Development
Installs
52
Source
GitHub ↗

Related Claude Code Skills

SkillDevelopment

Code Reviewer

Comprehensive code review skill for TypeScript, JavaScript, Python, Swift, Kotlin, Go. Includes automated code analysis, best practice checking, security scanning, and review checklist generation. Use when reviewing pull requests, providing code feedback, identifying issues, or ensuring code quality standards.

3k installsView →
SkillDevelopment

Senior Frontend

Comprehensive frontend development skill for building modern, performant web applications using ReactJS, NextJS, TypeScript, Tailwind CSS. Includes component scaffolding, performance optimization, bundle analysis, and UI best practices. Use when developing frontend features, optimizing performance, implementing UI/UX designs, managing state, or reviewing frontend code.

2.7k installsView →
SkillDevelopment

Senior Backend

Comprehensive backend development skill for building scalable backend systems using NodeJS, Express, Go, Python, Postgres, GraphQL, REST APIs. Includes API scaffolding, database optimization, security implementation, and performance tuning. Use when designing APIs, optimizing database queries, implementing business logic, handling authentication/authorization, or reviewing backend code.

2.2k installsView →
SkillDevelopment

Senior Architect

Comprehensive software architecture skill for designing scalable, maintainable systems using ReactJS, NextJS, NodeJS, Express, React Native, Swift, Kotlin, Flutter, Postgres, GraphQL, Go, Python. Includes architecture diagram generation, system design patterns, tech stack decision frameworks, and dependency analysis. Use when designing system architecture, making technical decisions, creating architecture diagrams, evaluating trade-offs, or defining integration patterns.

1.9k installsView →
SkillDevelopment

Skill Creator

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

1.7k installsView →
SkillDevelopment

Senior Fullstack

Comprehensive fullstack development skill for building complete web applications with React, Next.js, Node.js, GraphQL, and PostgreSQL. Includes project scaffolding, code quality analysis, architecture patterns, and complete tech stack guidance. Use when building new projects, analyzing code quality, implementing design patterns, or setting up development workflows.

1k installsView →

Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.