What problem does it solve? Hand-drawn ASCII diagrams are hard to share and present; this Skill converts ASCII box-drawing input into clean, rendered SVG diagrams by parsing the sketch into a node/edge graph and routing it to the correct diagram renderer. ## Core Features & Use Cases - ASCII Parsing: Tokenizes Unicode box-drawing, ASCII art boxes, or Mermaid-like text into a node/edge graph via bin/amw-ascii-parse.py. - Intelligent Routing: Classifies the diagram (layered architecture, flowchart, sequence, freeform cluster) and delegates rendering to the matching diagram sub-skill. - Visual Verification: Renders SVG to PNG with bin/amw-svg-render.py and runs a render-view-fix loop (max 3 iterations) before delivery. - Use Case: Paste an ASCII sketch of a Browser → API server architecture and receive a measured, oklch-colored architecture.svg plus a PNG preview. ## Quick Start Invoke the /amw-ascii-to-svg command with your ASCII diagram pasted inline or as a file path to get a rendered SVG and PNG preview. Note: this Skill is deprecated; new workflows should use the amw-diagram-convert skill (IR-pivot conversion path).