devops

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

2|1|Updated Oct 11, 2025
One-click install
npx skills add https://github.com/rafaelcalleja/claude-market-place --skill devops-rafaelcalleja
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops
Source: https://github.com/rafaelcalleja/claude-market-place/tree/main/plugins/claudekit-skills/skills/devops
Command: npx skills add https://github.com/rafaelcalleja/claude-market-place --skill devops-rafaelcalleja

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires boto3, docker, cloudflare, google-cloud-sdk, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Managing complex cloud infrastructure, containerization, and deployment pipelines manually is error-prone and time-consuming. This skill automates key DevOps workflows, ensuring reliable and efficient operations.

Core Features & Use Cases

  • Cloudflare Deployment: Automate deployments to Cloudflare Workers, D1, KV, and R2 for serverless applications.
  • Docker Optimization: Optimize Dockerfiles and container images for efficiency, security, and reduced build times.
  • Google Cloud Integration: Interact with Google Cloud Platform services for resource management and automation.
  • Infrastructure as Code (IaC): Manage cloud resources through automated scripts, ensuring consistency and version control.
  • Use Case: Deploy a new serverless application to Cloudflare Workers, automatically configuring routes, environment variables, and connecting to a D1 database, all with a single command.

Quick Start

Use the devops skill to optimize the Dockerfile in my current project directory.

Frequently Asked Questions about devops

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

FAQPage Schema
How do I deploy applications to Cloudflare Workers with infrastructure as code?

Deploy to Cloudflare Workers using infrastructure as code by defining your Workers, D1 databases, KV stores, and R2 buckets in automated scripts. This Skill automates the entire deployment pipeline—configuring routes, environment variables, and database connections—so you execute a single command instead of manual setup across multiple services.

Can I use Docker containers with Google Cloud Platform and Cloudflare together?

Yes. This Skill manages Docker containers alongside Google Cloud Platform resources and Cloudflare services, orchestrating cross-platform deployments. You can containerize applications, push them to Google Cloud, and simultaneously deploy edge functions to Cloudflare in a unified workflow.

How do I automate CI/CD pipelines across multiple cloud providers?

Automate CI/CD pipelines by using infrastructure as code to provision resources, deploy containers, and configure services across Cloudflare, Google Cloud, and Docker environments. This Skill integrates wrangler, gcloud, and docker CLIs to orchestrate multi-region, multi-platform deployments from a single automation layer.

What's the best way to optimize Dockerfiles for production deployments?

Optimize Dockerfiles by analyzing image efficiency, build times, and security posture within this Skill's Docker optimization features. The Skill applies best practices for containerization and provides guidance to reduce image size and vulnerability surface while maintaining application functionality.

Do I need separate tools to manage Cloudflare Workers, Google Cloud resources, and Docker containers?

No. This Skill consolidates management of Cloudflare Workers, Google Cloud resources, and Docker containers into a single infrastructure-as-code framework. Rather than juggling wrangler, gcloud, and docker separately, you define all resources in unified scripts and deploy consistently.

How do I set up multi-region edge deployments with Cloudflare and Google Cloud?

Build multi-region edge deployments by using this Skill to deploy Cloudflare Workers and Pages globally while provisioning Google Cloud resources regionally. The infrastructure-as-code approach lets you define edge-first architectures that route traffic through Cloudflare's global network and backend services across Google Cloud.