anima-prod-checklist
Installation
SKILL.md
Anima Production Checklist
Overview
Anima converts Figma designs into production-ready code for React, Vue, and HTML. A failed design-to-code pipeline means engineers receive broken components, mismatched tokens, or stale screens that drift from the source of truth. This checklist ensures your Anima integration produces reliable, framework-compliant output before it reaches CI/CD.
Authentication & Secrets
-
ANIMA_API_KEYstored in secrets manager (never in source) - Figma personal access token scoped to read-only with expiration
- Separate API keys for dev/staging/prod environments
- Key rotation schedule documented (90-day cycle recommended)
- Tokens excluded from client bundles and build artifacts
API Integration
- Production base URL configured (
https://api.animaapp.com) - Rate limit handling for standard tier (10 generations/min)
- Generation cache prevents redundant API calls for unchanged screens
Related skills