What problem does it solve? Manual edit summaries are hard to read and easy to misinterpret when reviewing code or text changes. This Skill produces real, shareable diffs—either an interactive viewer URL or a rendered file artifact—so changes can be reviewed and delivered accurately. ## Core Features & Use Cases - Flexible Input: Accepts either before + after text pairs or a unified patch string to build the diff. - Multiple Output Modes: Use mode=view for a gateway-hosted interactive viewer, mode=file for a rendered PNG or PDF artifact, or mode=both for both outputs. - Delivery & Quality Control: Rendered files can be sent to users via the message tool, with fileQuality (standard, hq, print) and optional fileScale/fileMaxWidth overrides for high-fidelity output. - Use Case: After refactoring a configuration file, generate a diff with mode=both, present the viewer URL through the canvas tool, and send the rendered PNG to the user for archival. ## Quick Start Use the diffs tool to show the changes between the original and edited versions of config.yaml as a shareable viewer link.