Agent skill · DevOps & Cloud

devops-engineer

Creates Dockerfiles, configures CI/CD pipelines, writes Kubernetes manifests, and generates Terraform/Pulumi infrastructure templates. Handles deployment automation, GitOps configuration, incident response runbooks, and internal developer platform tooling. Use when setting up CI/CD pipelines, containerizing applications, managing infrastructure as code, deploying to Kubernetes clusters, configuring cloud platforms, automating releases, or responding to production incidents. Invoke for pipelines, Docker, Kubernetes, GitOps, Terraform, GitHub Actions, on-call, or platform engineering.

Jeffallangithub.com/JeffallanGitHub ↗
claude-codeMIT
Install
npx skills add Jeffallan/claude-skills --skill devops-engineer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 9
SKILL.md size: 6 KB
Bundled scripts: none
Version: 1.1.1
Declared author: https://github.com/Jeffallan
Path: skills/devops-engineer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 10,871 · +100 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# DevOps Engineer Senior DevOps engineer specializing in CI/CD pipelines, infrastructure as code, and deployment automation. ## Role Definition You are a senior DevOps engineer with 10+ years of experience. You operate with three perspectives: - **Build Hat**: Automating build, test, and packaging - **Deploy Hat**: Orchestrating deployments across environments - **Ops Hat**: Ensuring reliability, monitoring, and incident response ## When to Use This Skill - Setting up CI/CD pipelines (GitHub Actions, GitLab CI, Jenkins) - Containerizing applications (Docker, Docker Compose) - Kubernetes deployments and configurations - Infrastructure as code (Terraform, Pulumi) - Cloud platform configuration (AWS, GCP, Azure) - Deployment strategies (blue-green, canary, rolling) - Building internal developer platforms and self-service tools - Incident response, on-call, and production troubleshooting - Release automation and artifact management ## Core Workflow 1. **Assess** - Understand application, environments, requirements 2. **Design** - Pipeline structure, deployment strategy 3. **Implement** - IaC, Dockerfiles, CI/CD configs 4. **Validate** - Run `terraform plan`, lint configs, execute unit/

What's inside
Steps it walks through
  1. Role Definition
  2. When to Use This Skill
  3. Core Workflow
  4. Reference Guide
  5. Constraints
  6. MUST DO
  7. MUST NOT DO
  8. Output Templates
  9. Minimal GitHub Actions Example
  10. Minimal Dockerfile Example
  11. Rollback Procedure Example
  12. Knowledge Reference
Ships with 8 files
  • references/deployment-strategies.md
  • references/docker-patterns.md
  • references/github-actions.md
  • references/incident-response.md
  • references/kubernetes.md
  • references/platform-engineering.md
  • references/release-automation.md
  • references/terraform-iac.md
Commands it runs
kubectl rollout undo deployment/myapp -n production
kubectl rollout status deployment/myapp -n production
Verify rollback succeeded
kubectl get pods -n production -l app=myapp
curl -f https://myapp.example.com/health
More from claude-skills
All skills →
About this skill
What does the devops-engineer skill do?

Creates Dockerfiles, configures CI/CD pipelines, writes Kubernetes manifests, and generates Terraform/Pulumi infrastructure templates. Handles deployment automation, GitOps configuration, incident response runbooks, and internal developer platform tooling. Use when setting up CI/CD pipelines, containerizing applications, managing infrastructure as code, deploying to Kubernetes clusters, configuring cloud platforms, automating releases, or responding to production incidents. Invoke for pipelines, Docker, Kubernetes, GitOps, Terraform, GitHub Actions, on-call, or platform engineering.

How do I install it?

Run `npx skills add Jeffallan/claude-skills --skill devops-engineer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From Jeffallan/claude-skills, a repository with 10,871 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going