anima-core-workflow-a
Installation
SKILL.md
Anima Core Workflow A — Figma-to-React Pipeline
Overview
Build a review-driven Figma-to-React pipeline. Detect an approved source revision, generate only allowlisted nodes, contain the output, and open a review change; never turn a Figma change directly into merged or deployed application code.
Prerequisites
- Completed
anima-install-authsetup - Figma file with organized components (auto-layout recommended)
- React project (Next.js, Vite, or CRA)
Authentication
Create the Anima client only on the backend with ANIMA_TOKEN; pass a managed
FIGMA_TOKEN for the allowlisted file to generateCode. Stop on either token's
401/403 result and correct access without widening the source allowlist.