What problem does it solve? Archify delivers diagrams as interactive HTML files whose export function only exists in the Viewer's Export menu, forcing a human to open a browser and click. This Skill performs that export headlessly, producing the official SVG file with no manual browser interaction. ## Core Features & Use Cases - Official export reuse: Invokes the artifact's built-in Archify.exportMenu.run('svg') instead of reimplementing serialization, so output is byte-identical to a manual browser export, including light and dark themes. - Two input forms: Accepts a delivered *.html artifact or an archify spec *.json, which it renders to HTML first before exporting. - Output validation: Learns the real filename from CDP download events and verifies the file header starts with <svg or <?xml, avoiding stale or partially written files. - Use Case: After generating an architecture diagram with archify, explicitly invoke this Skill to produce pipeline.svg on disk, ready to embed into documentation yourself. ## Quick Start Explicitly invoke the archify-svg-export skill to export my archify diagram file docs/pipeline.html to docs/pipeline.svg.