What problem does it solve? Teams maintain diagrams in many formats, and manually redrawing a flowchart or wireframe when switching tools wastes time and introduces errors. This Skill automates cross-format diagram conversion across a 5-format matrix (ASCII, HTML, SVG, Mermaid, PNG) with a deterministic detect → parse → emit → validate pipeline. ## Core Features & Use Cases - Cross-format conversion: Convert any diagram between ASCII, HTML, SVG, Mermaid, and PNG using a dispatch matrix with direct, IR-based, and two-step conversion paths. - Intermediate Representation (IR): Parse sources into a shared IR JSON for normalize-then-edit workflows before emitting the target format. - Validation gate: Every output is validated with a unified PASS/FAIL contract; failed conversions are aborted with FIX hints instead of delivering broken files. - PNG output-only rule: PNG is accepted as a target from any format but refused as a source, enforcing re-authoring from the original artifact. - Use Case: You have an ASCII wireframe from a planning doc and need an SVG for a design review. Run the conversion, and the Skill detects the format, parses to IR, emits SVG, validates it, and writes the file next to the source. ## Quick Start Ask the AI to convert your diagram file to another format, for example: convert my flowchart.mmd to SVG using /amw-convert-any-diagram-format.