Author Cloudflare Worker Bundler-compatible apps that build and preview correctly inside a space. Use this skill whenever you scaffold, modify, or deploy a project that will be built with @cloudflare/worker-bundler (i.e. anything served from /space/:name/preview/:branch/). Covers wrangler config, project layout, static asset rules, server entry conventions, npm dependency limits, and the most common cause of blank previews (JSX in browser scripts).
$npx -y skills add cloudflare/vibesdk --skill app-file-structureInstalls into the current project.
Run `npx skills use "https://github.com/cloudflare/vibesdk" --skill "cloudflare/vibesdk/app-file-structure"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/cloudflare/vibesdk" that are relevant to the current task. Run `npx skills add "https://github.com/cloudflare/vibesdk"` and select the relevant skills, then follow their instructions.