ck:devops

Manage cloud infrastructure deployments across Cloudflare, Docker, Google Cloud, and Kubernetes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the complex and time-consuming process of deploying and managing applications across diverse cloud platforms, from serverless functions to containerized applications and Kubernetes clusters.

Core Features & Use Cases

  • Multi-Platform Deployment: Deploy to Cloudflare (Workers, R2, D1), Docker, Google Cloud (Cloud Run, GKE), and Kubernetes (kubectl, Helm).
  • Infrastructure as Code: Manage deployments using GitOps principles and tools like Helm.
  • CI/CD Integration: Automate build and deployment pipelines.
  • Use Case: You need to deploy a new microservice. You can use this Skill to containerize it with Docker, deploy it to Google Cloud Run for serverless execution, and configure its Kubernetes deployment using Helm, all managed through a single Skill.

Quick Start

Deploy the current project to Cloudflare Workers using the provided wrangler.toml configuration.

Frequently Asked Questions about ck:devops

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

FAQPage Schema
How do I deploy an application to Google Cloud Run and Kubernetes using Helm?

You can deploy applications to Google Cloud Run and Kubernetes using Helm by leveraging this Skill's infrastructure management capabilities. It utilizes gcloud CLI and kubectl to orchestrate containerized workloads and configure deterministic deployments across GCP and K8s environments.

What is the best way to manage multi-platform deployments across Docker, GCP, and Cloudflare?

Managing multi-platform deployments across Docker, GCP, and Cloudflare is streamlined through a unified interface using platform-specific tools like wrangler, Docker, and gcloud CLI. This approach supports serverless applications, containerized workloads, and GitOps workflows for deterministic deployments.

Can I use this to deploy serverless functions to Cloudflare Workers?

Yes, you can deploy serverless functions to Cloudflare Workers. The Skill utilizes the wrangler CLI and your wrangler.toml configuration to quickly deploy serverless applications, while also supporting Cloudflare R2 and D1 for comprehensive infrastructure management.

Does this Skill support GitOps workflows and CI/CD pipeline integration?

Yes, this Skill supports GitOps workflows and CI/CD pipeline integration. It manages cloud infrastructure deployments using GitOps principles and automates build and deployment pipelines across diverse platforms to ensure deterministic infrastructure management.

Do I need pre-installed CLI tools to manage Kubernetes and Google Cloud deployments?

Yes, you need platform-specific CLI tools installed to manage deployments. The Skill interacts directly with your environment using gcloud CLI, kubectl, Helm, Docker, and wrangler to execute infrastructure commands and manage your containerized workloads effectively.