What problem does it solve? Analysis reports, research findings, and design documents often end up as local files that are hard to share. This Skill publishes them to arthub so every artifact gets a stable web link, and updates reuse the same slug so links never break. ## Core Features & Use Cases - Document Publishing: Publish markdown reports, dashboards, and design docs through the remote arthub MCP server using publish_artifact and update_artifact. - Convention Enforcement: Apply arthub's markdown rules (no raw HTML, single H1, ::: components, chart presets, self-contained live blocks) so documents pass server-side validation. - Draft Conflict Safety: Check list_artifacts before creating and get_draft before updating to avoid overwriting a human's unpublished draft. - Use Case: After finishing an analysis report, publish it to arthub and hand the user a shareable link; later, update the same slug when the data changes. ## Quick Start Publish this analysis report to arthub and give me the shareable link.