npx claudepluginhub plurigrid/asi --plugin asiThis skill uses the workspace's default tool permissions.
A skill for creating minimal, GF(3)-constrained animations optimized for Slack emoji GIFs
Creates animated GIFs optimized for Slack messages and emojis using Python validators for size/dimensions/FPS, composable animation primitives like shake/bounce, and utilities.
Generates Slack-optimized animated GIFs and emojis with size/dimension validators and composable primitives like shake, bounce. For GIF creation requests.
Creates animated GIFs optimized for Slack using Python and PIL. Covers emoji (128x128) and message (480x480) sizes, FPS/colors optimization, and drawing primitives for polished animations.
Share bugs, ideas, or general feedback.
A skill for creating minimal, GF(3)-constrained animations optimized for Slack emoji GIFs
["Use Zig for core GF(3) arithmetic (e.g., modular addition/multiplication) and bit-packing of ternary states." "Leverage Slack GIF Creator primitives (e.g., kaleidoscope, shake) with strict constraints: 3 colors, 3 frames, and 64KB max size." "Apply ordered locale patterns to ensure animations adhere to GF(3) conservation (e.g., sum of color states modulo 3 remains constant)." "Implement a validation pipeline: 1) Check GF(3) conservation in state transitions, 2) Enforce Slack constraints via check_slack_size, 3) Optimize with optimize_for_emoji." "Example workflow: 1) Define 3-keyframe animation (idle, action, reset) in GF(3) states, 2) Use Zig to compute transitions, 3) Render with Slack GIF Creator, 4) Validate with ordered locale checks."]