ck:devops

Deploy applications and infrastructure across Cloudflare, Docker, Google Cloud, and Kubernetes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Deploying and managing infrastructure across multiple cloud platforms is complex, error‑prone, and requires many separate tools and credentials.

Core Features & Use Cases

  • Multi‑Platform Deployments: Supports Cloudflare Workers, R2, D1, Docker containers, Google Cloud Run, GKE, and Kubernetes via kubectl and Helm.
  • CI/CD & GitOps: Provides scripts for automated pipelines, versioned releases, and security audits.
  • Real‑World Scenario: A SaaS team can use this skill to spin up a new microservice, push a Docker image, and expose it through a Cloudflare Worker or GKE cluster with a single command.

Quick Start

Run the devops skill with ck:devops cloudflare worker my-worker to provision a Cloudflare Worker instantly.

Frequently Asked Questions about ck:devops

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

FAQPage Schema
How do I deploy applications across multiple cloud platforms like GCP and Cloudflare?

You can deploy applications across Cloudflare, Docker, Google Cloud, and Kubernetes by running scripts that handle serverless Workers, container images, Cloud Run services, and Helm chart releases. This requires Cloudflare API token, Docker CLI, gcloud SDK, and kubectl/helm credentials.

What do I need to set up before deploying Docker containers to Google Cloud Run?

Deploying Docker containers to Cloud Run requires Docker CLI and gcloud SDK installed with appropriate credentials. You must configure authentication for your Google Cloud environment before executing the deployment commands.

Can I use Kubernetes and Helm for CI/CD GitOps pipelines with this deployment approach?

Yes, Kubernetes deployments support CI/CD and GitOps pipelines through kubectl and Helm chart releases. This allows automated versioned releases and infrastructure security audits across your GKE clusters.

Does this deployment method work for provisioning serverless Cloudflare Workers and R2 storage?

Cloudflare deployments support provisioning serverless Workers, R2 storage, and D1 databases. You can instantly provision a Cloudflare Worker by providing a valid Cloudflare API token.

What is the best way to manage infrastructure deployment for a SaaS microservice across different cloud providers?

Managing multi-platform infrastructure involves using a unified deployment approach to push Docker images and expose microservices through Cloudflare Workers or GKE clusters. This centralizes control over Cloudflare, Docker, GCP, and Kubernetes environments.

Why are my Kubernetes deployments failing during a GitOps pipeline release?

Kubernetes deployment failures during GitOps releases often stem from missing kubectl or helm credentials, or incorrect gcloud SDK authentication. Ensure all required CLI tools are installed and properly configured with appropriate access rights.