scaffold

Bootstrap a Cloudflare Workers web stack with Next.js 16 or Astro 6.

2|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/coroboros/agent-skills --skill scaffold-coroboros
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scaffold
Source: https://github.com/coroboros/agent-skills/tree/main/skills/scaffold
Command: npx skills add https://github.com/coroboros/agent-skills --skill scaffold-coroboros

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) components.

What problem does it solve?

This skill helps developers bootstrap a ready-to-use Cloudflare Workers web stack, saving time on setup and configuration for new projects.

Core Features & Use Cases

  • Provides two scaffolds: next-cloudflare and astro-cloudflare with opinionated stacks (TypeScript strict, pnpm, Biome, Tailwind).
  • Automates environment preflight checks, template overlay, and package.json script merging to produce a ready-to-deploy project.
  • Use Case: starting a brand-new site in a few minutes with a robust baseline, including cloudflare workers, build tooling, and dev server.

Quick Start

Follow the on-screen prompts to choose a scaffold and project name, then run the overlay to merge configs and install dependencies.

Frequently Asked Questions about scaffold

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

FAQPage Schema
How do I bootstrap a production-ready Cloudflare Workers web stack?

To bootstrap a Cloudflare Workers web stack, this skill runs preflight checks, overlays templates for Next.js 16 or Astro 6, merges package.json scripts, and installs dependencies. It generates configuration files like wrangler.jsonc for an opinionated TypeScript, pnpm, Biome, and Tailwind baseline.

Can I scaffold a Next.js 16 project on Cloudflare Workers?

Yes, you can scaffold Next.js 16 on Cloudflare Workers. The skill provides a dedicated next-cloudflare template overlay that configures TypeScript strict mode, pnpm, Biome, and Tailwind to produce a ready-to-deploy application baseline.

Does bootstrapping an Astro 6 site on Cloudflare require manual wrangler configuration?

No, bootstrapping Astro 6 on Cloudflare does not require manual wrangler configuration. The scaffold handles environment checks and automatically generates the necessary wrangler.jsonc configuration along with other project setup files.

What is included in the Cloudflare Workers scaffold's opinionated stack?

The Cloudflare Workers scaffold's opinionated stack includes TypeScript strict mode, pnpm for package management, Biome for linting and formatting, and Tailwind CSS for styling, alongside build tooling and a configured dev server.

Do I need to install jq before using this Cloudflare scaffold?

Yes, you need to install jq before using this Cloudflare scaffold. The scaffold lists jq as a dependency to handle automated environment preflight checks and merge package.json scripts during the template overlay process.

What's the best way to start a new Astro project on Cloudflare from an empty directory?

The best way to start a new Astro project on Cloudflare from an empty directory is running the scaffold script. It applies the astro-cloudflare template, merges configurations, and installs dependencies to yield a production-ready baseline in minutes.