site-phase-8

Build and deploy websites to Cloudflare Pages with Wrangler CLI.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/felipemlanna1/vendedor-de-sites-v2 --skill site-phase-8
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: site-phase-8
Source: https://github.com/felipemlanna1/vendedor-de-sites-v2/tree/main/.claude/skills/site-phase-8
Command: npx skills add https://github.com/felipemlanna1/vendedor-de-sites-v2 --skill site-phase-8

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires npm, wrangler, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Automates the final build and deployment process of a website to Cloudflare Pages, streamlining the production workflow.

Core Features & Use Cases

  • Final Build: Executes a production build of a website.
  • Deployment: Pushes the build to Cloudflare Pages.
  • Result Summary: Provides a summary of the deployed site with URL, client details, sections, and quality score.
  • Use Case: Ideal for website development agencies or individuals who need to quickly deploy client websites after the development phase.

Quick Start

Run the site-phase-8 skill to complete the final build and deployment for your site.

Frequently Asked Questions about site-phase-8

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

FAQPage Schema
How do I automate website deployment to Cloudflare Pages?

Automating website deployment to Cloudflare Pages requires running a production build via npm and pushing the output using the Wrangler CLI. This skill handles both steps and returns a summary with the live URL and quality score.

What's the best way to run a final build before deploying to Cloudflare Pages?

The best way to run a final build for Cloudflare Pages is executing an npm production build followed by Wrangler CLI deployment. This approach ensures production-quality output and provides a result summary with client details and sections.

Does Cloudflare Pages deployment with Wrangler require npm?

Yes, Cloudflare Pages deployment with Wrangler requires npm to execute the website's production build process. The Wrangler CLI then takes the build output and pushes it live to the Cloudflare Pages platform.

Can I get a deployment summary after publishing to Cloudflare Pages?

You can get a deployment summary after publishing to Cloudflare Pages by automating the process with Wrangler. The summary includes the deployed site URL, client details, sections, and a quality score for the final build.

How does automated site deployment streamline web development workflows?

Automated site deployment streamlines web development workflows by combining the npm build process and Wrangler CLI deployment into a single step. This eliminates manual deployment tasks and immediately provides a result summary for production sites.