chip-orbit
Installation
SKILL.md
chip-orbit
Purpose
Render N chips arriving around a central element at specific, asymmetric anchor positions (NOT a grid). Implies "conversation orbiting the focal object" — many reactions, opinions, pins clustering around the hero.
Params
{
"hero_element_bbox": { "x": 200, "y": 800, "w": 400, "h": 800 },
"chips": [
{ "content": "Design goals", "emoji": "✨", "anchor_x_pct": 0.18, "anchor_y_pct": 0.22, "delay_frames": 0 },
{ "content": "LOVE YELLOW!", "emoji": "🟡", "anchor_x_pct": 0.78, "anchor_y_pct": 0.30, "delay_frames": 6 },
{ "content": "INTO IT", "emoji": "🔥", "anchor_x_pct": 0.30, "anchor_y_pct": 0.74, "delay_frames": 12 },
{ "content": "yes", "emoji": "👀", "anchor_x_pct": 0.80, "anchor_y_pct": 0.70, "delay_frames": 18 }
],