ck:devops

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

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/nam3886/golang-echo-boilerplate --skill ck-devops-nam3886
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:devops
Source: https://github.com/nam3886/golang-echo-boilerplate/tree/main/.claude/skills/devops
Command: npx skills add https://github.com/nam3886/golang-echo-boilerplate --skill ck-devops-nam3886

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Deploy and manage multi-platform cloud infrastructure across edge and cloud providers is complex, inconsistent, and time-consuming; this Skill consolidates deployment patterns, CLI workflows, and automation scripts to make releases repeatable and auditable.

Core Features & Use Cases

  • Multi-platform Deployments: Patterns and commands for Cloudflare Workers, R2, D1, Docker images, Cloud Run, and GKE.
  • Kubernetes & GitOps: Helm chart guidance, kubectl best practices, and GitOps workflow examples for automated cluster syncs.
  • Automation & Diagnostics: Scripts for Worker deployments and Dockerfile optimization, plus reference guides for browser rendering, R2, D1, and security hardening.
  • Use Case: Automate building and pushing a container image, deploy to Cloud Run, configure Cloudflare for edge routing, and update Helm releases in a GitOps pipeline.

Quick Start

Use the ck:devops skill to deploy the service to Cloud Run, configure Cloudflare Workers for edge routing, and apply Helm charts to your Kubernetes cluster.

Frequently Asked Questions about ck:devops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a container image to Cloud Run and configure Cloudflare Workers for edge routing?

To deploy to Cloud Run and configure Cloudflare Workers, you build and push the Docker image, deploy via gcloud, and use wrangler CLI to script edge routing. This automates multi-platform infrastructure across cloud and edge providers.

Can I manage Kubernetes Helm charts and kubectl operations using a GitOps workflow?

You can manage Kubernetes Helm charts and kubectl operations through GitOps CI/CD pipelines. The workflow provides Helm chart guidance, kubectl best practices, and scripted deployment flows for automated cluster synchronization.

What is the best way to automate deployments across Cloudflare, Google Cloud, and Docker?

Automating deployments across Cloudflare, Google Cloud, and Docker is best handled by consolidating CLI workflows and automation scripts. This approach uses wrangler, gcloud, and docker commands to make multi-platform releases repeatable and auditable.

Do I need CLI credentials configured before deploying serverless Workers and Pages?

You need appropriate CLI credentials and network access configured before deploying serverless Workers and Pages. The deployment automation scripts require authenticated wrangler, gcloud, and docker environments to execute infrastructure commands.

How does Dockerfile analysis improve container builds for Cloud Run and GKE?

Dockerfile analysis improves container builds for Cloud Run and GKE by identifying optimization opportunities within the image configuration. This diagnostic step ensures container builds are streamlined before pushing and deploying to target platforms.

Are there reference guides for configuring Cloudflare R2, D1, and security hardening?

Reference guides for Cloudflare R2, D1, browser rendering, and security hardening are included. These provide configuration patterns and best practices for managing edge infrastructure alongside your deployment workflows.