devops

Automate deployments across Cloudflare Workers, Docker, Google Cloud, and Kubernetes.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/lv7dev/shop_v2 --skill devops-lv7dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops
Source: https://github.com/lv7dev/shop_v2/tree/main/.claude/skills/devops
Command: npx skills add https://github.com/lv7dev/shop_v2 --skill devops-lv7dev

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The DevOps Skill enables teams to deploy and manage cloud infrastructure across Cloudflare Workers, Docker, Google Cloud, and Kubernetes with a single, automated workflow.

Core Features & Use Cases

  • Unified deployments: Push code and configurations to multiple targets (Cloudflare Workers, Dockerized apps, GCP, and Kubernetes).
  • GitOps & CI/CD automation: Streamline pipelines, environment promotion, and rollbacks with IaC/IaC-agnostic tooling.
  • Security & Audit: Centralized policy enforcement and deployment auditing.

Quick Start

Use the skill to deploy a new worker to production, build and push a Docker image, and promote a staging environment to production.

Frequently Asked Questions about devops

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

FAQPage Schema
How do I automate multi-cloud deployments across Kubernetes and Cloudflare Workers?

You can automate multi-cloud deployments by orchestrating infrastructure management across Cloudflare Workers, Docker, Google Cloud, and Kubernetes. The skill reads wrangler.toml to streamline GitOps workflows, environment promotion, and rollbacks using a single automated pipeline.

What do I need to set up CI/CD pipelines for Docker and Google Cloud?

To set up CI/CD pipelines for Docker and Google Cloud, you need the wrangler CLI, Docker, gcloud, and kubectl/helm installed. These tools allow the workflow to build and push containerized apps and manage cloud infrastructure seamlessly.

Does this DevOps skill support environment promotion and rollbacks?

Yes, the skill supports environment promotion and rollbacks through GitOps and CI/CD automation. It streamlines deployment pipelines across multiple targets, enabling centralized policy enforcement and deployment auditing.

Can I manage infrastructure as code for serverless and containerized apps together?

Yes, you can manage infrastructure as code for both serverless and containerized applications. The skill targets serverless workflows like Cloudflare Workers alongside Docker and Kubernetes, unifying configurations and deployments across diverse environments.

What is the best way to deploy a Cloudflare Worker to production?

The best way to deploy a Cloudflare Worker to production is using the wrangler CLI in conjunction with this automated workflow. It reads your wrangler.toml configuration to orchestrate the deployment and enforce security audits.

Are there limitations when pushing configurations to multiple cloud targets?

Limitations include the strict dependency on having wrangler CLI, Docker, gcloud, and kubectl/helm properly configured. Deployment auditing and centralized policy enforcement rely on these specific tools functioning correctly across your target environments.