anima-webhooks-events
Installation
SKILL.md
Anima Webhooks & Events
Overview
Use Figma Webhooks v2 to detect approved design changes and enqueue Anima generation. Figma supplies the event contract; this workflow does not invent an Anima webhook API.
Prerequisites
- Team-level Figma webhook permission, a publicly reachable HTTPS endpoint, and a webhook passcode stored in a secret manager rather than source or request logs.
- An allowlist mapping approved file keys and component node IDs to their generated output directories and responsible owners.
- A durable event-id/version store, queue with retry and dead-letter handling, and a staging workspace containing synthetic design data.
- A rate-limit budget, replay/duplicate policy, and an explicit approval gate before generated code can be merged or deployed.