publish-html-page
Installation
SKILL.md
Publish HTML Page
Publish HTML pages to Cloudflare Pages with an asset-first workflow: images and media are uploaded to R2 storage (cf-assets) first, then the HTML references them via URLs instead of embedding base64 data. This keeps pages lightweight and fast.
When to Use This Skill
- User asks to "create/publish/deploy an HTML page"
- User asks to "make a web page" or "build a landing page"
- User wants to publish HTML content (reports, games, dashboards, portfolios, etc.)
- User mentions
page.yesy.siteor publishing to pages
When NOT to Use This Skill
- Uploading standalone files (images, videos, PDFs) without an HTML page — use
cloudflare-assetsskill - Deploying full web applications with build steps — use
cloudflare-pagesskill - Editing existing code projects — use standard development workflow