.claude/skills/devops/SKILL.md
Deploy to Cloudflare (Workers, R2, D1), Docker, GCP (Cloud Run, GKE), Kubernetes (kubectl, Helm). Use for serverless, containers, CI/CD, GitOps, security audit.
npx skillsauth add yosnap/devdock ck:devopsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Deploy and manage cloud infrastructure across Cloudflare, Docker, Google Cloud, and Kubernetes.
| Need | Choose | |------|--------| | Sub-50ms latency globally | Cloudflare Workers | | Large file storage (zero egress) | Cloudflare R2 | | SQL database (global reads) | Cloudflare D1 | | Containerized workloads | Docker + Cloud Run/GKE | | Enterprise Kubernetes | GKE | | Managed relational DB | Cloud SQL | | Static site + API | Cloudflare Pages | | Container orchestration | Kubernetes | | Package management for K8s | Helm |
# Cloudflare Worker
wrangler init my-worker && cd my-worker && wrangler deploy
# Docker
docker build -t myapp . && docker run -p 3000:3000 myapp
# GCP Cloud Run
gcloud run deploy my-service --image gcr.io/project/image --region us-central1
# Kubernetes
kubectl apply -f manifests/ && kubectl get pods
cloudflare-platform.md - Edge computing overviewcloudflare-workers-basics.md - Handler types, patternscloudflare-workers-advanced.md - Performance, optimizationcloudflare-workers-apis.md - Runtime APIs, bindingscloudflare-r2-storage.md - Object storage, S3 compatibilitycloudflare-d1-kv.md - D1 SQLite, KV storebrowser-rendering.md - Puppeteer automationdocker-basics.md - Dockerfile, images, containersdocker-compose.md - Multi-container appsgcloud-platform.md - gcloud CLI, authenticationgcloud-services.md - Compute Engine, GKE, Cloud Runkubernetes-basics.md - Core concepts, architecture, workloadskubernetes-kubectl.md - Essential commands, debugging workflowkubernetes-helm.md / kubernetes-helm-advanced.md - Helm charts, templateskubernetes-security.md / kubernetes-security-advanced.md - RBAC, secretskubernetes-workflows.md / kubernetes-workflows-advanced.md - GitOps, CI/CDkubernetes-troubleshooting.md / kubernetes-troubleshooting-advanced.md - Debugscripts/cloudflare-deploy.py - Automate Worker deploymentsscripts/docker-optimize.py - Analyze DockerfilesSecurity: Non-root containers, RBAC, secrets in env vars, image scanning Performance: Multi-stage builds, edge caching, resource limits Cost: R2 for large egress, caching, right-size resources Development: Docker Compose local dev, wrangler dev, version control IaC
development
ALWAYS activate this skill before fixing ANY bug, error, test failure, CI/CD issue, type error, lint, log error, UI issue, code problem.
data-ai
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
development
Create, edit, analyze spreadsheets (.xlsx, .csv, .tsv). Use for Excel formulas, data analysis, visualization, formatting, pivot tables, charts, formula recalculation.
content-media
Create, edit, analyze .pptx PowerPoint files. Use for presentations, slides, layouts, speaker notes, template modification, content extraction, slide generation.