Визуализация diff-изменений в коде

★ 7.5 · general

diffs is a Claude Code skill that produces real, shareable diffs instead of manual edit summaries. It accepts either before/after text pairs or a unified patch string and returns an interactive viewer URL, a rendered PNG/PDF file artifact, or both at once via mode=view, mode=file, and mode=both. The viewer URL is presented through the canvas tool using canvas present or canvas navigate; to deliver a file to a user or channel, the message tool is called with details.filePath. File output quality is controlled via fileQuality (standard, hq, print) with optional fileScale and fileMaxWidth overrides for large or high-fidelity diffs. The skill is designed for developers and technical teams who need to visualize code or text changes and share them as a link or attachment.