deploy-and-ops

Build, deploy, and configure websites on Cloudflare Workers.

1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/bluewaves-creations/website-foundation --skill deploy-and-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-and-ops
Source: https://github.com/bluewaves-creations/website-foundation/tree/main/.claude/skills/deploy-and-ops
Command: npx skills add https://github.com/bluewaves-creations/website-foundation --skill deploy-and-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of building, deploying, and maintaining your website on Cloudflare Workers, ensuring a smooth and reliable online presence.

Core Features & Use Cases

  • Build & Deploy: Automates the entire build and deployment pipeline.
  • Configuration Management: Guides you through setting up wrangler.jsonc, secrets, and custom domains.
  • Troubleshooting: Provides solutions for common build, runtime, and test errors.
  • Use Case: You need to deploy the latest changes to your production website. This skill will build the site, deploy it to Cloudflare Workers, and verify the deployment.

Quick Start

Run bun run deploy to build and deploy the site to production.

Frequently Asked Questions about deploy-and-ops

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

FAQPage Schema
How do I deploy my website to Cloudflare Workers?

To deploy your website to Cloudflare Workers, run `bun run deploy` to build the site, deploy it to production, and verify the deployment automatically.

How do I configure secrets and custom domains in wrangler.jsonc?

Configuring secrets and custom domains in wrangler.jsonc involves managing your operational configuration through guided setup, ensuring your Cloudflare Workers site is properly linked and secured.

Why does my Cloudflare Workers deployment fail during the build phase?

Cloudflare Workers deployment failures during the build phase are addressed by running pre-deploy checks and troubleshooting common build, runtime, and test errors to ensure production readiness.

What is the best way to manage operational configuration for a Cloudflare Workers site?

The best way to manage operational configuration for a Cloudflare Workers site is to streamline build, deployment, and maintenance pipelines, ensuring a smooth and reliable online presence.

Do I need bun to deploy and troubleshoot my site on Cloudflare Workers?

You need bun to execute the `bun run deploy` command for building and deploying your site to Cloudflare Workers, alongside wrangler for configuration and secrets management.