What problem does it solve? Generated or imported Excalidraw diagrams often ship with overlapping labels, arrows crossing text, ragged spacing, and clipped viewport content. This Skill runs a mandatory layout-and-cleanup pass that raises a drawing's quality score to at least 95 before it is saved or shared, without altering its meaning. ## Core Features & Use Cases - Score-gated polishing: Baselines the drawing with score_drawing, runs auto_polish_drawing, then loops lint, repair, and re-score until the score reaches 95 or no further gain is possible. - Semantic preservation: Fixes overlaps, arrow-over-text intersections, viewport overflow, and spacing while keeping node counts, edges, and labels unchanged, with rollback if a pass lowers the score. - Secret redaction: Scans all text elements before saving and replaces JWTs, API keys, database URLs, and tokens with [REDACTED_*] placeholders. - Use Case: After generating an architecture diagram from a prompt, run this Skill to reroute two arrows crossing labels, pull a clipped node back inside the viewport, and save a versioned 96-score drawing with an exportable PNG. ## Quick Start Ask the AI to polish the current Excalidraw drawing and bring its score above 95 without moving any pinned elements before saving and exporting it.