ck:devops

Automate multi-platform deployments across Cloudflare, Docker, Google Cloud, and Kubernetes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines deploying and managing applications across multiple DevOps targets—Cloudflare, Docker, Google Cloud, and Kubernetes—so teams can go from build to production with consistent, repeatable workflows.

Core Features & Use Cases

  • Cloudflare edge deployments (Workers/Pages): Ship fast serverless code close to users, using platform-specific patterns for handlers and bindings.
  • Cloudflare data & storage (R2, D1, KV): Persist objects and data with the right product for latency, storage, and query needs.
  • Container delivery with Docker: Build, run, and optimize container images for consistent releases.
  • GCP deployment with gcloud (Cloud Run/GKE/Cloud SQL): Manage authentication and deploy services and clusters from the CLI.
  • Kubernetes operations (kubectl/Helm/GitOps): Apply manifests, use Helm charts, and manage GitOps workflows via Argo CD/Flux.
  • Security-first deployment guidance: Focus on least privilege, secret handling, and RBAC/network policy practices to reduce operational risk.

Quick Start

Use the ck:devops skill to plan and execute a deployment to Cloudflare Workers and its associated storage (R2/D1) by asking: "Deploy my app to Cloudflare Workers and configure R2 and D1 using the provided environment variables."

Frequently Asked Questions about ck:devops

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

FAQPage Schema
How do I automate multi-platform deployments for serverless and containers?

Automate multi-platform deployments by orchestrating CI/CD tasks to build and release workloads across Cloudflare, Docker, Google Cloud, and Kubernetes. This Skill handles platform selection for the right runtime and storage components to ensure consistent, repeatable workflows.

How do I deploy an edge-based API to Cloudflare Workers and configure R2 and D1?

Deploy edge-based APIs to Cloudflare Workers by using platform-specific patterns for handlers and bindings. You can configure R2 and D1 storage simultaneously by providing the required environment variables to persist objects and data based on latency and query needs.

What is the best way to manage Kubernetes operations using Helm and GitOps?

Manage Kubernetes operations by applying manifests, using Helm charts, and driving GitOps workflows via Argo CD or Flux. This approach ensures infrastructure changes are handled consistently with correct operational tooling for cluster management.

Can I deploy containerized workloads to Google Cloud using gcloud?

Yes, you can deploy containerized workloads to Google Cloud using gcloud CLI. The process involves managing authentication and deploying services and clusters to targets like Cloud Run, GKE, or Cloud SQL with security-focused practices.

Do I need to follow specific security practices when handling credentials for DevOps deployments?

Yes, DevOps deployments require security-first practices focusing on least privilege, secret handling, and RBAC/network policies. Correct operational handling of credentials and infrastructure tooling is necessary to reduce operational risk across all platforms.

How does Docker container delivery work for consistent application releases?

Docker container delivery works by building, running, and optimizing container images to ensure consistent releases across environments. This process creates predictable containerized workloads that can be deployed safely to various infrastructure targets.