Optimizes Figma REST API interactions by managing rate limits, implementing retries, and controlling request concurrency.
This skill provides Claude with specialized logic to navigate Figma's 'leaky bucket' rate-limiting system effectively. It offers robust implementation patterns for exponential backoff using Figma's specific Retry-After headers, request queuing with concurrency control via p-queue, and proactive monitoring to prevent API throttling. It is an essential resource for developers building production-grade Figma integrations, data exporters, or synchronization tools that require high reliability and high-volume request throughput without encountering 429 errors.
주요 기능
01Request queuing and concurrency control using p-queue
02Context-aware handling for Figma-specific rate limit headers
032,024 GitHub stars
04Automatic exponential backoff with Retry-After header compliance