ck:devops

Automate cloud infrastructure deployment across Cloudflare, Docker, Google Cloud, and Kubernetes.

1|Updated May 4, 2026
One-click install
npx skills add https://github.com/auxi-wardrobe/auxi-all-in --skill ck-devops-auxi-wardrobe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:devops
Source: https://github.com/auxi-wardrobe/auxi-all-in/tree/main/.agents/skills/devops
Command: npx skills add https://github.com/auxi-wardrobe/auxi-all-in --skill ck-devops-auxi-wardrobe

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires wrangler, kubectl, helm, docker, google-cloud-cli, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the deployment and management of cloud infrastructure across various platforms, simplifying complex operations and reducing manual effort.

Core Features & Use Cases

  • Cloudflare Deployment: Automate the deployment of Workers, Pages, R2, and D1 services.
  • Docker Containerization: Containerize applications for scalability and portability.
  • GCP Management: Deploy and manage GCP services like Cloud Run, GKE, and Cloud SQL.
  • Kubernetes Orchestration: Automate Kubernetes cluster management with kubectl and Helm.
  • Use Case: Deploy a new serverless application using Cloudflare Workers and manage its lifecycle with the help of this Skill.

Quick Start

Deploy a Cloudflare Worker using the command: wrangler init my-worker && cd my-worker && wrangler deploy

Frequently Asked Questions about ck:devops

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

FAQPage Schema
How do I automate Kubernetes cluster management and deployments using Helm?

Automate Kubernetes cluster management by using kubectl and Helm to orchestrate containerized deployments. This Skill streamlines cluster operations and infrastructure lifecycle management across Google Cloud and integrated container platforms.

What's the best way to deploy serverless applications to Cloudflare Workers?

Deploy serverless applications to Cloudflare Workers by executing `wrangler init` and `wrangler deploy`. This Skill automates the deployment and lifecycle management of Workers, Pages, R2, and D1 services.

Do I need to install Google Cloud CLI and Docker to manage GCP infrastructure?

Yes, you need the Google Cloud CLI, Docker, kubectl, Helm, and wrangler CLI installed locally. These dependencies are required to execute the automated infrastructure deployment and containerization tasks across the specified cloud platforms.

Can I use this to manage both Docker containerization and GCP Cloud Run services?

Yes, you can manage Docker containerization for application scalability alongside GCP services like Cloud Run. It automates deployment and infrastructure management across both containerized environments and Google Cloud Platform natively.

How does CI/CD pipeline automation work across Cloudflare, Docker, and Kubernetes?

CI/CD pipeline automation works by orchestrating deployments across Cloudflare, Docker, and Kubernetes clusters. It integrates serverless deployment, containerization, and cluster orchestration to reduce manual infrastructure effort.

What are the limitations of using wrangler CLI for Cloudflare infrastructure deployment?

The wrangler CLI is limited to deploying and managing Cloudflare-specific infrastructure like Workers, Pages, R2, and D1. Broader cloud orchestration requires complementary tools like Docker, kubectl, and Google Cloud CLI for full stack management.