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

Ck:Google Adk Python

  • 22 installs
  • 95 repo stars
  • Updated July 7, 2026
  • binjuhor/shadcn-lar

This listing bundles ck:devops, a Claude Code skill that deploys and manages cloud infrastructure across Cloudflare, Docker, GCP, and Kubernetes.

About

The SKILL.md bundled under this listing is a DevOps skill that deploys and manages cloud infrastructure across Cloudflare Workers, Docker, Google Cloud, and Kubernetes. It covers serverless deployment, containerization, GitOps, CI/CD pipelines, and security audits. A developer uses it when shipping apps to the edge or a container platform and managing clusters with kubectl and Helm. Note the listing slug reads google-adk-python but the actual document content is the ck:devops skill.

  • Deploys to Cloudflare Workers, Docker, GCP Cloud Run/GKE, and Kubernetes
  • Covers GitOps workflows (Argo CD, Flux) and CI/CD pipelines
  • Includes RBAC, network policies, and security audit guidance

Ck:Google Adk Python by the numbers

  • 22 all-time installs (skills.sh)
  • Ranked #896 of 1,438 DevOps & CI/CD skills by installs in the Skillselion catalog
  • Data as of Aug 2, 2026 (Skillselion catalog sync)
At a glance

ck:google-adk-python capabilities & compatibility

Capabilities
cloud deployment · containerization · kubernetes management · ci cd
Works with
cloudflare · docker · gcp · kubernetes
Use cases
devops · ci cd · security audit
Runs
Runs locally
Pricing
Free
From the docs

What ck:google-adk-python says it does

Deploy to Cloudflare (Workers, R2, D1), Docker, GCP (Cloud Run, GKE), Kubernetes (kubectl, Helm). Use for serverless, containers, CI/CD, GitOps, security audit.
SKILL.md
Deploy and manage cloud infrastructure across Cloudflare, Docker, Google Cloud, and Kubernetes.
SKILL.md
npx skills add https://github.com/binjuhor/shadcn-lar --skill ckgoogle-adk-python

Add your badge

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

Listed on Skillselion
Installs22
repo stars95
Last updatedJuly 7, 2026
Repositorybinjuhor/shadcn-lar

What it does

A developer uses it to deploy and manage cloud infrastructure across Cloudflare, Docker, GCP, and Kubernetes.

Who is it for?

Deploying serverless apps to Cloudflare Workers or containerized workloads to Cloud Run/GKE and managing Kubernetes clusters.

Skip if: Application feature code; this skill is purely deployment and infrastructure.

When should I use this skill?

Deploying to Cloudflare, Docker, GCP, or Kubernetes, or setting up CI/CD and GitOps pipelines.

What you get

An app deployed and running on the appropriate cloud platform with sound security and cost practices.

  • Deployed serverless workers
  • Container images
  • Kubernetes manifests

By the numbers

  • Sub-50ms latency target with Cloudflare Workers

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

FAQ

Which platforms does this skill deploy to?

Cloudflare (Workers, R2, D1), Docker, Google Cloud (Cloud Run, GKE, Cloud SQL), and Kubernetes with kubectl and Helm.

Does it cover CI/CD?

Yes, it covers CI/CD pipelines and GitOps workflows with Argo CD and Flux.

DevOps & CI/CDdeployinfra

This week in AI coding

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

unsubscribe anytime.