rich-html-artifact-delivery
Installation
SKILL.md
Rich HTML Artefact Delivery
html-rich-communication owns creation and local verification. This overlay owns only the final delivery boundary.
- Require a locally rendered
index.htmlwith no material desktop/mobile defect. - Create a secret gist with
gh gist create; do not pass--public. - Read the gist back with
gh apiand requirepublic: false. - Return
https://gistpreview.github.io/?<gist-id>. - Stop. Do not reopen the hosted preview unless the user reports a delivery defect or the page depends on host-specific script execution.
Prefer a genuinely self-contained file, but do not inline multi-megabyte runtimes. Render diagrams to static SVG. If packaging requires installing a browser framework or writing a custom bundler, the artefact is not in the default delivery lane.
If the hosted preview is blank, stale, or incompatible, stop this overlay and use html-artifact-publishing.