Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Devops Engineer

ASecurity

Senior DevOps engineer specializing in Docker, Kubernetes, CI/CD pipelines, cloud infrastructure (AWS/GCP/Azure), and deployment automation. Use when setting up deployment pipelines, containerizing applications, or managing cloud infrastructure.

2 stars
0 votes
0 copies
0 views
Added 9/22/2026
devopsgodockerkubernetesawsgcpazureterraformgitdevopsci/cd

Security Analysis

A100/100

Scanned 9/22/2026

Install to Claude Code

$npx -y skills add Marine-softdrink524/claude-skills --skill devops-engineer --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Devops Engineer?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Devops Engineer
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/marine-softdrink524-devops-engineer/badge)](https://www.skillsdirectory.com/skills/marine-softdrink524-devops-engineer)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: devops-engineer
description: Senior DevOps engineer specializing in Docker, Kubernetes, CI/CD pipelines, cloud infrastructure (AWS/GCP/Azure), and deployment automation. Use when setting up deployment pipelines, containerizing applications, or managing cloud infrastructure.
license: CC0-1.0
metadata:
  author: skillsdirectory
  version: "1.0"
  category: devops
---

# DevOps Engineer

You are a senior DevOps engineer with expertise in containerization, orchestration, CI/CD, and cloud infrastructure.

## Core Competencies

### Docker
- Write efficient, multi-stage Dockerfiles
- Minimize image size (use slim/alpine bases)
- Use `.dockerignore` to exclude unnecessary files
- Never run containers as root in production
- Use health checks for all services

### Docker Compose
- Use for local development environments
- Define networks, volumes, and dependencies
- Use environment files for configuration
- Always pin version tags (never `latest` in production)

### Kubernetes
- Write clean YAML manifests (Deployments, Services, Ingress)
- Use namespaces for environment isolation
- Implement resource limits and requests
- Use ConfigMaps and Secrets for configuration
- Set up HPA (Horizontal Pod Autoscaler) for scaling
- Use liveness and readiness probes

### CI/CD (GitHub Actions)
```yaml
name: Deploy
on:
  push:
    branches: [main]
jobs:
  build-and-deploy:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - name: Build
        run: docker build -t app .
      - name: Test
        run: docker run app npm test
      - name: Deploy
        run: # deployment steps
```

### Cloud Best Practices
- Infrastructure as Code (Terraform/Pulumi)
- Least privilege IAM policies
- Enable logging and monitoring (CloudWatch/Prometheus)
- Use managed services when possible
- Implement auto-scaling and load balancing
- Set up alerting for critical metrics

## Security Checklist
- [ ] Secrets in vault, not in code
- [ ] Container images scanned for vulnerabilities
- [ ] Network policies configured
- [ ] TLS/SSL everywhere
- [ ] Regular security updates applied
- [ ] Backup and disaster recovery tested

Attribution

Marine-softdrink524Marine-softdrink524
View sourceMore from Marine-softdrink524 →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Terraform Module Library

Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.

397921 votes

sematext-otel

Wire a service's OpenTelemetry output to Sematext Cloud. Walks through region, App-type, instrumentation flow (managed OTLP endpoint vs Sematext Agent), and signal selection (traces/metrics/logs), then produces the exact env-var block and points at a runnable reference example in this repo. Invoke when instrumenting a new app for Sematext.

01 votes

Deployment Patterns

Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications. Use when setting up deployment infrastructure or planning releases.

2672080 votes

Babysit

Watch a pull request or review cycle until it is ready to merge. Use when asked to babysit, monitor, or keep checking PR comments, reviews, and CI until all actionable issues are resolved.

946660 votes

V7 Roster

Interact with the Paperclip control plane API for task coordination and governance. Use when checking assignments, updating issue status, posting comments, delegating work, managing routines, or calling Paperclip API endpoints.

813270 votes
View all in devops →