cloudflare-pageslisted
Install: claude install-skill sarmakska/slipstream
## Overview
Publish a built static front end to Cloudflare Pages.
## Steps
1. Build the front end with `pnpm --dir {{appName}} build`.
2. Deploy with `pnpm exec wrangler pages deploy {{appName}}/dist --project-name {{pagesProject}}`.
3. Configure the custom domain in the Cloudflare dashboard.
## Verify
Curl the deployed Pages URL and confirm a 200 status code.