deploy

Build and deploy websites to Cloudflare Workers after TypeScript checks and tests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of building and deploying your website to Cloudflare Workers, ensuring that pre-flight checks are performed to guarantee a stable release.

Core Features & Use Cases

  • Automated Deployment: Streamlines the deployment pipeline for websites hosted on Cloudflare Workers.
  • Pre-flight Checks: Includes TypeScript type checking, comprehensive test execution, and a production build to catch errors before deployment.
  • Use Case: When you're ready to publish new changes to your live website, use this Skill to safely and efficiently deploy them.

Quick Start

Run the deploy skill to build and publish the site to Cloudflare.

Frequently Asked Questions about deploy

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

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

This Skill automates the process to deploy a website to Cloudflare Workers by validating TypeScript types, executing unit tests, and generating a production build before publishing your changes.

Does deploying to Cloudflare Workers require TypeScript type checking?

Yes, this deployment process requires TypeScript type checking as a mandatory pre-flight check to validate your code and guarantee a stable production release on Cloudflare Workers.

Can I publish changes to Cloudflare without running unit tests first?

No, this deployment workflow executes comprehensive unit tests as a mandatory pre-flight check to catch errors before generating the production build and publishing to Cloudflare.

What is the best way to automate a production build for a Cloudflare site?

The best way to automate a production build for a Cloudflare site is to use a deployment pipeline that streamlines type validation, testing, and building into a single secure release process.

Why does my Cloudflare deployment fail during the build process?

Your Cloudflare deployment may fail during the build process if pre-flight checks detect TypeScript type errors or failing unit tests, which are designed to prevent unstable releases from publishing.