
from claude-code-plugins-plus-skills2,265
Patterns and code for throttling Anima API code-generation calls, batching node processing, and handling 429s with progressive backoff for design-system scale w
Provides concrete code and patterns to implement rate-limited batch generation against the Anima API: a Bottleneck-based throttled generator, reservoir settings per tier, and a 429 retry handler with exponential/backoff behavior. Ideal for large-scale Figma-to-code pipelines.
Use when automating Anima code generation for many Figma nodes, building design-system exports, or integrating Anima into CI pipelines where API rate limits or 429 responses must be gracefully handled.
Works well with developer-focused agents that can run or suggest TypeScript/Node.js code (Copilot-style assistants, Cursor, Codex, Claude Code).
Anima rate-limiting skill provides TypeScript snippets for throttling Anima API code-generation calls using Bottleneck and a 429 retry handler with progressive backoff. No bundled scripts — purely instructional code snippets. Well-structured SKILL.md with clear rate limit tiers and step-by-step code examples. Niche audience limited to Anima/Anima SDK users.
Clean skill with no security concerns. Code quality is decent but could use proper typing and env var validation. Useful reference for Anima users but very narrow audience.