What problem does it solve? SVG diagrams often ship with overlapping text labels, clipped shapes, or colliding elements that are hard to spot manually, especially in WLILO-styled diagrams. This Skill detects those collisions, distinguishes real problems from intentional label patterns, and guides safe layout repairs. ## Core Features & Use Cases - Collision Detection: Run automated checks that report overlapping text and shapes by severity. - Guided Layout Repair: Apply safe fixes such as moving label backgrounds and adjusting spacing, then re-validate until clean. - Strict Mode Validation: Re-run checks with --strict before shipping to catch issues default validation misses. - Use Case: You edited a WLILO-styled architecture diagram and want to confirm no labels overlap before publishing; run the collision check, fix only true text-over-text problems, and verify with strict mode. ## Quick Start Check the SVG file at docs/diagrams/architecture.svg for collisions and fix any overlapping text until strict mode passes.