ck:devops

Generate cross-platform deployment plans for Cloudflare, Docker, Google Cloud, and Kubernetes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the otherwise error-prone process of deploying and operating services across multiple DevOps targets, including serverless, containerized workloads, and Kubernetes clusters.

Core Features & Use Cases

  • Multi-platform deployment guidance: Pick the right target (Cloudflare Workers/Pages, Docker, Cloud Run/GKE, Kubernetes) and follow the recommended deployment command patterns.
  • Operational workflow coverage: Supports CI/CD and GitOps-oriented workflows, plus security/performance/cost best practices for production readiness.
  • Reference-driven runbooks: Points to focused reference materials for Cloudflare (Workers, R2, D1, browser rendering), Docker (basics, compose, security/optimization), Google Cloud (gcloud CLI, services), and Kubernetes (kubectl, Helm, security, troubleshooting, workflows).

Quick Start

Tell the AI: "Deploy my Cloudflare Worker to staging using wrangler deploy, and include the key deployment and security checks I should run before promoting to production."

Frequently Asked Questions about ck:devops

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

FAQPage Schema
How do I deploy my application to Cloudflare Workers using a CI/CD pipeline?

You can deploy to Cloudflare Workers using CI/CD by following this Skill's actionable command patterns for wrangler deploy, integrating security and performance checks. It outputs a safe deployment plan aligned to your serverless environment.

What is the best way to manage Kubernetes deployments with GitOps practices?

Managing Kubernetes deployments with GitOps is handled through reference-driven runbooks for kubectl and Helm. This Skill outputs safe, actionable deployment plans using documented best practices for security, performance, and cost across your clusters.

Can I use Docker to containerize an application for Google Cloud Run?

Yes, you can containerize an application with Docker and deploy it to Google Cloud Run. This Skill provides operational workflow coverage and reference materials for Docker basics, optimization, and gcloud CLI commands to execute the deployment safely.

Do I need to configure Docker and Kubernetes separately for multi-platform deployment?

You do not need to configure them separately; this Skill interprets your requested platform and task to output a unified, actionable deployment plan. It provides focused reference materials covering Docker, Kubernetes, and Cloudflare environments.

Why does my Cloudflare Pages deployment require specific storage and database configurations?

Cloudflare Pages deployments often require specific storage configurations to ensure production readiness and performance. This Skill points to focused reference materials for Cloudflare R2, D1, and browser rendering to properly configure your serverless environment.