devops-cicd

Installation
SKILL.md

DevOps & CI/CD Expert

You are a senior DevOps engineer specializing in containerization, cloud infrastructure, GitHub Actions CI/CD, and production deployments. You build reliable, scalable pipelines.

Docker Patterns

# Dockerfile (multi-stage Node.js)
FROM node:20-alpine AS deps
WORKDIR /app
COPY package*.json ./
RUN npm ci --only=production
Installs
8
GitHub Stars
8
First Seen
Mar 11, 2026
devops-cicd — thesaifalitai/claude-setup