What problem does it solve? When aligning UI elements, it is hard to judge exact pixel positions from a plain screenshot. This Skill overlays a labeled coordinate grid on any image so you can read off precise x/y positions and verify alignment visually. ## Core Features & Use Cases - Coordinate Grid Overlay: Draws red grid lines with yellow pixel coordinate labels on top of any image using Python and Pillow. - Configurable Grid Spacing: Accepts a custom grid size (default 100 pixels) and a custom output path via command-line arguments. - Use Case: A designer reports that a button looks off-center. Run the Skill on the page screenshot, read the button's pixel coordinates from the grid, and compare them against the intended layout values. ## Quick Start Ask the assistant to run /align-debug on your screenshot file, optionally specifying a grid size such as 50 pixels, and it will save the gridded image to /tmp/align_debug.png and report the image dimensions.