Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
mrgoonie avatar

Devops

  • 925 installs
  • 2.2k repo stars
  • Updated April 3, 2026
  • mrgoonie/claudekit-skills

devops is a Claude Code skill at version 2.0.0 that deploys and manages serverless, container, and Kubernetes workloads across Cloudflare, Docker, GCP, and K8s without leaving the agent chat.

About

devops is a Claudekit skill (version 2.0.0, MIT license) for deploying and operating cloud infrastructure from an AI coding session. The skill covers Cloudflare Workers, R2, D1, and Pages; Docker and Docker Compose containerization; GCP via gcloud for Cloud Run, GKE, and Cloud SQL; and Kubernetes cluster operations with kubectl and Helm plus GitOps flows using Argo CD and Flux. Developers reach for devops when shipping serverless APIs, containerized services, multi-region deployments, CI/CD pipelines, or when running security audits with RBAC and network policies. Platform selection guidance routes each workload to the right target instead of defaulting every app to one cloud.

  • Deploys to Cloudflare Workers, Pages, R2, and D1
  • Handles Docker containerization and multi-cloud orchestration
  • Manages GCP services including Cloud Run, GKE, and Cloud SQL
  • Supports full Kubernetes workflows with kubectl and Helm
  • Includes GitOps, CI/CD pipelines, and security audit commands

Devops by the numbers

  • 925 all-time installs (skills.sh)
  • +11 installs in the week ending Aug 2, 2026 (Skillselion tracking)
  • Ranked #188 of 1,438 DevOps & CI/CD skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Aug 3, 2026 (Skillselion catalog sync)
npx skills add https://github.com/mrgoonie/claudekit-skills --skill devops

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs925
repo stars2.2k
Security audit2 / 3 scanners passed
Last updatedApril 3, 2026
Repositorymrgoonie/claudekit-skills

How do you deploy to Cloudflare Workers and Kubernetes?

Safely deploy serverless, container, and Kubernetes workloads across Cloudflare, Docker, GCP, and K8s without leaving the agent chat.

Who is it for?

Developers shipping serverless, container, or Kubernetes workloads who want deployment commands executed inside the agent.

Skip if: Application-only feature work with no deployment, infrastructure, or CI/CD changes required.

When should I use this skill?

A developer asks to deploy to Cloudflare Workers, Docker, GCP Cloud Run, GKE, Kubernetes, or set up GitOps CI/CD.

What you get

Running deployments on Cloudflare, Docker, GCP Cloud Run, GKE, or Kubernetes with CI/CD and GitOps configuration.

  • Deployed workloads
  • CI/CD pipeline config
  • Kubernetes manifests

By the numbers

  • Skill version 2.0.0 in the claudekit-skills repository
  • Covers four platform families: Cloudflare, Docker, GCP, and Kubernetes

Files

SKILL.mdMarkdownGitHub ↗

DevOps Skill

Deploy and manage cloud infrastructure across Cloudflare, Docker, Google Cloud, and Kubernetes.

When to Use

  • Deploy serverless apps to Cloudflare Workers/Pages
  • Containerize apps with Docker, Docker Compose
  • Manage GCP with gcloud CLI (Cloud Run, GKE, Cloud SQL)
  • Kubernetes cluster management (kubectl, Helm)
  • GitOps workflows (Argo CD, Flux)
  • CI/CD pipelines, multi-region deployments
  • Security audits, RBAC, network policies

Platform Selection

NeedChoose
Sub-50ms latency globallyCloudflare Workers
Large file storage (zero egress)Cloudflare R2
SQL database (global reads)Cloudflare D1
Containerized workloadsDocker + Cloud Run/GKE
Enterprise KubernetesGKE
Managed relational DBCloud SQL
Static site + APICloudflare Pages
Container orchestrationKubernetes
Package management for K8sHelm

Quick Start

# 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

Reference Navigation

Cloudflare Platform

  • cloudflare-platform.md - Edge computing overview
  • cloudflare-workers-basics.md - Handler types, patterns
  • cloudflare-workers-advanced.md - Performance, optimization
  • cloudflare-workers-apis.md - Runtime APIs, bindings
  • cloudflare-r2-storage.md - Object storage, S3 compatibility
  • cloudflare-d1-kv.md - D1 SQLite, KV store
  • browser-rendering.md - Puppeteer automation

Docker

  • docker-basics.md - Dockerfile, images, containers
  • docker-compose.md - Multi-container apps

Google Cloud

  • gcloud-platform.md - gcloud CLI, authentication
  • gcloud-services.md - Compute Engine, GKE, Cloud Run

Kubernetes

  • kubernetes-basics.md - Core concepts, architecture, workloads
  • kubernetes-kubectl.md - Essential commands, debugging workflow
  • kubernetes-helm.md / kubernetes-helm-advanced.md - Helm charts, templates
  • kubernetes-security.md / kubernetes-security-advanced.md - RBAC, secrets
  • kubernetes-workflows.md / kubernetes-workflows-advanced.md - GitOps, CI/CD
  • kubernetes-troubleshooting.md / kubernetes-troubleshooting-advanced.md - Debug

Scripts

  • scripts/cloudflare-deploy.py - Automate Worker deployments
  • scripts/docker-optimize.py - Analyze Dockerfiles

Best Practices

Security: 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

Resources

  • Cloudflare: https://developers.cloudflare.com
  • Docker: https://docs.docker.com
  • GCP: https://cloud.google.com/docs
  • Kubernetes: https://kubernetes.io/docs
  • Helm: https://helm.sh/docs

Related skills

How it compares

Use devops when deployment must happen across multiple cloud targets from the agent; use narrower skills for single-framework app code only.

FAQ

Which platforms does the devops skill support?

The devops skill supports Cloudflare Workers, R2, D1, and Pages; Docker and Docker Compose; GCP Cloud Run, GKE, and Cloud SQL via gcloud; and Kubernetes with kubectl, Helm, plus Argo CD or Flux GitOps workflows.

What version is the devops Claudekit skill?

The devops skill is version 2.0.0 under the MIT license in the claudekit-skills repository. It targets serverless, container, CI/CD, and security audit tasks from within Claude Code or compatible agents.

Is Devops safe to install?

skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

DevOps & CI/CDdeployinfra

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.