What problem does it solve? Creating animated GIFs that meet Slack's strict dimension, file size, and color constraints requires manual trial and error with image tools, and this Skill provides the constraints, utilities, and validation needed to produce compliant GIFs programmatically. ## Core Features & Use Cases - GIF Assembly and Optimization: The GIFBuilder class assembles PIL-generated frames, applies global palette color quantization, removes duplicate frames, and resizes output for Slack emoji (128x128) or message (480x480) formats. - Animation Motion Utilities: Easing functions (bounce, elastic, back, ease-in-out) and frame composer helpers (gradients, stars, circles, text) enable smooth motion effects like shake, pulse, spin, fade, and particle bursts. - Slack Compliance Validation: Built-in validators check dimensions, file size, frame count, and duration against Slack requirements before upload. - Use Case: A user asks for an animated emoji of a bouncing star for their Slack workspace; the Skill generates frames with PIL, applies bounce easing, optimizes to 128x128 with 48 colors, and validates the result is Slack-ready. ## Quick Start Create a Slack emoji GIF of a pulsing heart at 128x128 pixels and validate it meets Slack's requirements.