deploy

Build and deploy the dataqbs_site portfolio website to Cloudflare Pages with npm and Wrangler.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/CarlosCaPe/dataqbs_IA --skill deploy-carloscape
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/CarlosCaPe/dataqbs_IA/tree/main/projects/dataqbs_site/.claude/skills/deploy
Command: npx skills add https://github.com/CarlosCaPe/dataqbs_IA --skill deploy-carloscape

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of building and deploying the dataqbs_site portfolio website to Cloudflare Pages, ensuring a smooth and efficient release.

Core Features & Use Cases

  • Automated Build: Compiles the Astro + Svelte project using npm.
  • Direct Deployment: Utilizes Wrangler CLI to deploy the built assets to Cloudflare Pages.
  • Use Case: After making updates to the portfolio website, you can use this Skill to quickly build the latest version and deploy it live to Cloudflare Pages with a single command.

Quick Start

Run the deploy skill to build and deploy the dataqbs_site to Cloudflare Pages.

Frequently Asked Questions about deploy

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

FAQPage Schema
How do I build and deploy an Astro website to Cloudflare Pages?

To deploy an Astro website to Cloudflare Pages, you can use a Skill that automates the build process with npm and deploys the assets directly using the Wrangler CLI.

Do I need npm and npx installed to deploy my site to Cloudflare Pages?

Yes, you need local npm and npx installations available in your environment to execute the build and Wrangler deployment commands required for Cloudflare Pages.

What is the best way to automate continuous deployment for a Svelte portfolio on Cloudflare?

Automating continuous deployment for a Svelte portfolio on Cloudflare is achieved by running a Skill that builds the project with npm and pushes updates live via Wrangler.

Can I use Wrangler to deploy an Astro and Svelte project to Cloudflare?

Yes, Wrangler can be used to deploy an Astro and Svelte project by compiling the web assets locally with npm and then pushing the built files to Cloudflare Pages.

Why does my Cloudflare Pages deployment require a build step before publishing?

A build step is required to compile the Astro and Svelte source code into static assets using npm before Wrangler can publish them to Cloudflare Pages.

Are there limitations when using Wrangler for Astro site deployment?

Wrangler deployment for an Astro site relies on a successful local npm build step, meaning any local environment inconsistencies or missing dependencies will halt the deployment.