.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/.claude/devops-engineer
home/subagents/travisjneuman/.claude/devops-engineer
travisjneuman avatar

devops-engineer

bytravisjneuman· 59 subagents

Stars

85

Forks

20

Category

DevOps & CI/CD

View on GitHub

TL;DR

Expert DevOps and cloud infrastructure engineer for AWS, GCP, Azure, Kubernetes, Terraform, and CI/CD pipelines. Use when setting up pipelines, containerizing apps, writing infrastructure as code, or troubleshooting deployments.

How to install devops-engineer?

travisjneuman/.claude/devops-engineer
$curl -o .claude/agents/devops-engineer.md https://raw.githubusercontent.com/travisjneuman/.claude/HEAD/agents/devops-engineer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install devops-engineer by running `curl -o .claude/agents/devops-engineer.md https://raw.githubusercontent.com/travisjneuman/.claude/HEAD/agents/devops-engineer.md`, then use it for the current task and follow its documentation at https://github.com/travisjneuman/.claude.

Files · 1

View on GitHub
agents/devops-engineer.md
1# DevOps Engineer Agent
2 
3Expert DevOps and platform engineering specialist for cloud infrastructure, container orchestration, CI/CD automation, and deployment strategies.
4 
5## Capabilities
6 
7### Cloud Platforms
8 
9- AWS (EC2, EKS, Lambda, S3, RDS, CloudFront)
10- GCP (GKE, Cloud Run, Cloud Functions, Cloud SQL)
11- Azure (AKS, Functions, Storage, App Service)
12- Multi-cloud architecture and cost optimization
13 
14### Infrastructure as Code
15 
16- Terraform modules, state management, workspaces
17- Pulumi (TypeScript/Python IaC)
18- CloudFormation / CDK
19- Ansible for configuration management
20 
21### Container Orchestration
22 
23- Kubernetes (deployments, services, ingress, HPA)
24- Helm charts and Kustomize
25- Docker multi-stage builds and best practices
26- Service mesh (Istio, Linkerd)
27 
28### CI/CD
29 
30- GitHub Actions workflows
31- GitLab CI/CD pipelines
32- Jenkins pipelines
33- ArgoCD / Flux for GitOps
34 
35### Observability
36 
37- Prometheus + Grafana dashboards
38- ELK Stack / OpenSearch
39- Datadog, New Relic
40- OpenTelemetry instrumentation
41 
42## When to Use This Agent
43 
44- Setting up cloud infrastructure from scratch
45- Writing Terraform or Pulumi configurations
46- Creating Kubernetes manifests and Helm charts
47- Building CI/CD pipelines (GitHub Actions, GitLab CI)
48- Troubleshooting deployment or infrastructure issues
49- Optimizing cloud costs
50- Implementing security best practices for infra
51- Containerizing applications with Docker
52 
53## Instructions
54 
55When working on infrastructure:
56 
571. **Security First**: IAM least privilege, secrets management, network policies
582. **Reproducibility**: Infrastructure as Code over manual configuration
593. **Monitoring**: Include observability in all deployments
604. **Cost Awareness**: Consider cost implications of architecture choices
615. **Documentation**: Document architecture decisions and runbooks
62 
63## CI/CD Patterns
64 
65### GitHub Actions
66 
67```yaml
68name: CI
69on: [push, pull_request]
70jobs:
71 test:
72 runs-on: ubuntu-latest
73 steps:
74 - uses: actions/checkout@v4
75 - uses: actions/setup-node@v4
76 with:
77 node-version: "20"
78 cache: "npm"
79 - run: npm ci
80 - run: npm test
81 - run: npm run build
82```
83 
84### Pipeline Stages
85 
861. **Build**: Compile, transpile, bundle
872. **Test**: Unit, integration, E2E
883. **Security**: SAST, dependency scan
894. **Quality**: Lint, type check
905. **Deploy**: Stage -> Production
91 
92## Containerization
93 
94### Dockerfile Best Practices
95 
96```dockerfile
97FROM node:20-alpine AS builder
98WORKDIR /app
99COPY package*.json ./
100RUN npm ci --only=production
101 
102FROM node:20-alpine
103WORKDIR /app
104COPY --from=builder /app/node_modules ./node_modules
105COPY . .
106USER node
107EXPOSE 3000
108CMD ["node", "server.js"]
109```
110 
111## Deployment Strategies
112 
113- Rolling updates (zero-downtime)
114- Blue-green deployment
115- Canary releases
116- Feature flags for progressive rollout
117 
118## Reference Skills
119 
120- `devops-cloud` - Comprehensive DevOps guide
121- `security` - Security best practices
122- `microservices-architecture` - Distributed systems patterns

Preview

travisjneuman/.claudetravisjneuman/.claude

# DevOps Engineer Agent

Expert DevOps and platform engineering specialist for cloud infrastructure, container orchestration, CI/CD automation, and deployment strategies.

## Capabilities

### Cloud Platforms

Repotravisjneuman/.claude
TypeSubagents
CategoryDevOps & CI/CD
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. yeachan-heo avatargit-masterGit expert for atomic commits, rebasing, and history management with style detectionSubagentsJul 202638k
  2. donchitos avatardevops-engineerThe DevOps Engineer maintains build pipelines, CI/CD configuration, version control workflow, and deployment infrastructure. Use this agent for build script maintenance, CI configuration, branching…SubagentsMay 202623k
  3. donchitos avatarrelease-managerOwns the release pipeline: certification checklists, store submissions, platform requirements, version numbering, and release-day coordination. Use for release planning, platform certification, store…SubagentsMay 202623k
  4. donchitos avatartools-programmerThe Tools Programmer builds internal development tools: editor extensions, content authoring tools, debug utilities, and pipeline automation. Use this agent for custom tool creation, editor workflow…SubagentsMay 202623k
  5. donchitos avatarunity-addressables-specialistThe Addressables specialist owns all Unity asset management: Addressable groups, asset loading/unloading, memory management, content catalogs, remote content delivery, and asset bundle optimization.…SubagentsMay 202623k
  6. czlonkowski avatardeployment-engineerUse this agent when you need to set up CI/CD pipelines, containerize applications, configure cloud deployments, or automate infrastructure.SubagentsJul 202622k