What problem does it solve? The RCC Midway HPC cluster has no rsvg-convert, inkscape, or resvg, and its ImageMagick build has no working SVG delegate, so standard SVG-to-PNG conversion commands produce blank or garbage output. This Skill provides the one working rasterization path on Midway: cairosvg from a dedicated conda environment. ## Core Features & Use Cases - SVG Rasterization: Converts standalone .svg files to .png at 300 DPI using the cairosvg binary called by absolute path, with no environment activation required. - Flexible Sizing: Supports --dpi, --scale, and --output-width options to control output resolution and exact pixel dimensions. - Environment Recovery: Documents how to recreate the throwaway claude_svgrender conda env with mamba if it is ever missing. - Use Case: You have a hand-authored SVG figure for a wiki attachment and need a publication-quality PNG; run the documented cairosvg command and verify dimensions with ImageMagick identify. ## Quick Start Convert my figure.svg file to a 300 DPI PNG using the cairosvg binary from the claude_svgrender conda environment.