confetti-burst
Installation
SKILL.md
confetti-burst
Purpose
Emit a burst of small particle shapes from a focal point at a specific beat (typically a music hit or scene climax). Communicates "celebration" / "yes!" / "win" without explicit text.
Params
{
"emit_position": { "x": 540, "y": 960 },
"emit_frame": 36, // when the burst fires
"particle_count": 24,
"particle_size_range_px": [6, 14],
"particle_colors": ["#FF7BB6", "#0F0F0F", "#FFCC33"],
"spread_angle_deg": 90,
"spread_origin_deg": -90, // 0 = right, -90 = up