What problem does it solve? Reports generated during a session (security scans, verification results, task specs, handoffs) live as Markdown files under .marvin/ and are hard to share with people outside the terminal. This Skill converts any of those reports into a shareable artifact — a print-ready HTML document for PDF export or a Markdown digest — without any server-side rendering. ## Core Features & Use Cases - Multi-format export: Produce a standalone HTML document (print to PDF via the browser) or a Markdown digest from any report under .marvin/. - Template-driven rendering: Fill a shipped, self-contained template styled on the widget theme, with cookbook sections for findings, checks, and document report kinds. - Provenance tracking: Every export carries Source, Command, Generated, Exported, and Marvin version metadata. - Use Case: After running a security scan, ask to export the scan report as a PDF; the Skill resolves the report via the report MCP tool, fills the findings template with severity-grouped results, and writes a self-contained HTML file to .marvin/export/ ready for browser printing. ## Quick Start Ask the assistant to export the latest security scan report to PDF using the report-export skill.