ck:devops

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Deploying and operating applications across edge and cloud platforms is fragmented, error-prone, and time-consuming; this Skill unifies serverless, container, and Kubernetes workflows with automation, best practices, and repeatable scripts to reduce manual steps and deployment risk.

Core Features & Use Cases

  • Automated deployment targets: Cloudflare Workers/Pages (wrangler), R2, D1; Google Cloud Run and GKE; Docker images and Compose.
  • Kubernetes management: kubectl, Helm chart templating, GitOps workflows (Argo CD/Flux), and cluster security/RBAC guidance.
  • CI/CD and automation: scripts to build, test, deploy, and rollback with environment handling and session reuse for browser rendering tasks.
  • Real-world example: build a multi-stage Docker image, push to a registry, deploy to Cloud Run, and update a Helm release via a GitOps commit with zero-downtime rollout.

Quick Start

Deploy a Docker image gcr.io/my-project/my-image:latest to Cloud Run in us-central1 with health checks and an automated rollout using the devops skill.

Frequently Asked Questions about ck:devops

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

FAQPage Schema
How do I automate Docker builds and Google Cloud Run deployments together?

Automating Docker builds and Google Cloud Run deployments involves using multi-stage builds, pushing images to a registry, and deploying via gcloud commands. This workflow supports health checks and automated rollouts.

Can I manage Kubernetes Helm charts and GitOps workflows in the same pipeline?

Managing Kubernetes Helm charts and GitOps workflows in the same pipeline is supported through kubectl operations, Helm chart templating, and GitOps commits using Argo CD or Flux for zero-downtime rollouts.

Does this support deploying serverless applications to Cloudflare Workers and R2?

Deploying serverless applications to Cloudflare Workers, R2, and D1 is fully supported through automated wrangler commands. It handles edge deployments alongside containerized cloud infrastructure.

What is the best way to rollback a cloud deployment if something goes wrong?

The best way to rollback a cloud deployment is using built-in rollback-capable deployment workflows. These scripts automate reverting changes across Docker, Cloud Run, and Helm releases safely.

Do I need to configure environment variables separately for GKE and Cloud Run?

You do not need to configure environment variables entirely separately; the workflow supports environment handling and secure secret handling across GKE, Cloud Run, and Docker deployments consistently.