ck:devops

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

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/quanganh208/cookmate --skill ck-devops-quanganh208
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:devops
Source: https://github.com/quanganh208/cookmate/tree/main/.claude/skills/devops
Command: npx skills add https://github.com/quanganh208/cookmate --skill ck-devops-quanganh208

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Simplifies and automates deployment, orchestration, and operational workflows across Cloudflare (Workers, R2, D1), container platforms, Google Cloud, and Kubernetes so teams can ship features faster and reduce manual operational toil.

Core Features & Use Cases

  • Edge & Serverless Deployments: Deploy Cloudflare Workers, Pages, and R2-backed services with wrangler.
  • Container Builds & Cloud Run: Build, tag, and push Docker images and deploy to Cloud Run or registries.
  • Kubernetes & GitOps: Manage clusters with kubectl and Helm, and adopt GitOps workflows (Argo CD/Flux) for automated rollouts.
  • CI/CD and Security Best Practices: Scripts and guidance for CI pipelines, non-root containers, RBAC, secrets handling, and cost/performance optimizations.
  • Developer Tools: Included utilities to automate Worker deployments and analyze Dockerfiles, plus extensive reference docs for platform-specific patterns.

Quick Start

Deploy the current project to Cloudflare Workers using the wrangler configuration, run the provided cloudflare_deploy.py in dry-run to validate, then finalize the production deployment and confirm service health.

Frequently Asked Questions about ck:devops

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

FAQPage Schema
How do I automate deployments to Cloudflare Workers and R2?

Automate Cloudflare Workers and R2 deployments by running wrangler configurations through provided scripts. Validate configurations in dry-run mode first, then finalize production deployments and confirm service health.

What's the best way to deploy Docker containers to Google Cloud Run?

Deploy Docker containers to Google Cloud Run by building, tagging, and pushing images to registries using gcloud-authenticated workflows. Scripts orchestrate the container build process and execute authenticated Cloud Run deployments.

Can I manage Kubernetes clusters using Helm and GitOps?

Manage Kubernetes clusters using kubectl and Helm templating. Adopt GitOps workflows with Argo CD or Flux for automated rollouts, ensuring observable deployment pipelines and continuous delivery synchronization.

How do I implement security best practices for CI/CD pipelines?

Implement CI/CD security by enforcing RBAC, utilizing non-root containers, and applying secure secrets handling. Reference scripts provide guidance for CI pipelines alongside cost and performance optimizations.

Does this tool work with both serverless edge and containerized infrastructure?

Serverless edge and containerized infrastructure are both supported. Deploy Cloudflare Workers for edge workloads while simultaneously managing Docker containers, Google Cloud GKE clusters, and Cloud Run services.