What problem does it solve?
Building and sharing standalone HTML reports, dashboards, and prototypes usually requires manual scaffolding, design decisions, and deployment setup. This Skill standardizes the entire lifecycle of self-contained HTML artifacts, from creation with a bundled design system to validation, local preview, and publishing to a public URL.
Core Features & Use Cases
- Artifact scaffolding and design system: Generate new single-file HTML artifacts using a bundled Artifact UI theme grounded in Vercel Geist tokens, with support for project- or user-level DESIGN.md overrides.
- Validation and preview: Check HTML files for publish safety (no external scripts, fetch calls, oversized assets) and serve them locally for preview before sharing.
- Publishing to Cloudflare Workers: Deploy artifacts or existing user-provided HTML files as temporary or permanent Workers, reusing an authenticated Wrangler session when available.
- Use Case: After finishing a data analysis, ask the agent to create a benchmark viewer artifact, validate it strictly, preview it in the browser, and publish a temporary public link to share with teammates.
Quick Start
Ask the agent to create a new HTML report artifact titled "Q3 Benchmark Report", validate it, and publish a temporary preview link.