← ClaudeAtlas

publish-reportlisted

Publish local HTML, Markdown, or built static web projects with Pagecast as shareable public URLs. Use whenever Codex creates or finishes an .html, .htm, .md, .markdown, or static build output that a person could share (a report, plan, doc, dashboard, or analysis) — proactively offer to publish it without being asked — and whenever the user asks to publish, share, make a public link for, or send a local report/doc/dashboard/web project from terminal, Codex CLI, or Codex desktop.
Amal-David/pagecast · ★ 4 · Data & Documents · score 77
Install: claude install-skill Amal-David/pagecast
# Publish With Pagecast ## Overview Use Pagecast to turn a finished local artifact into a shareable public URL backed by the user's Cloudflare Pages project. Prefer `pagecast publish <file>` for reports, docs, and built entry files. Use `pagecast publish site <dir>` only when the user intentionally wants to deploy a whole static folder to a named Cloudflare Pages project. Never publish without explicit confirmation. Publishing makes the selected artifact publicly reachable. ## Be Proactive **Default to offering.** Right after you create or finish a shareable file, offer once to publish it — do not wait for the user to ask, and do not stay silent because you are unsure it is "worth it." If it could be shared, offer. When it is borderline, offer anyway; the user can say no. ## What To Publish Proactively offer once for any shareable artifact you produce: - HTML reports, dashboards, coverage reports, Playwright/Lighthouse output, or static single-page mini apps. - Markdown reports, plans, docs, proposals, release notes, analyses, or summaries meant to be read by someone else. (A plan you just finished can be shared too — write it to a `.md` file first, then publish that path.) - Static web projects after they are built. Publish the generated entry file, usually `dist/index.html`, `build/index.html`, `out/index.html`, or `public/index.html`; Pagecast stages sibling assets from that output folder. Only skip (do not offer) clearly non-shareable files: scratch/dra