Diagnoses and resolves Figma REST API and Plugin API errors using specialized troubleshooting patterns and diagnostic scripts.
This skill provides Claude with the specialized knowledge required to troubleshoot and fix common issues encountered when working with Figma's REST API and Plugin API. It includes detailed guides for resolving HTTP status codes such as 403 Forbidden, 404 Not Found, and 429 Rate Limits, along with handling plugin sandbox crashes and image rendering failures. By offering actionable diagnostic bash scripts and environment checks, it streamlines the development process for engineers building Figma integrations, automation tools, and custom plugins.
主な機能
01Automated diagnosis for REST API HTTP error codes (400-500)
022,083 GitHub stars
03Rate limiting strategies for handling the Retry-After header
04Troubleshooting for Figma Plugin API sandbox crashes and memory limits
05Image export error resolution for null-node responses
06Diagnostic bash scripts for verifying tokens and file accessibility
ユースケース
01Implementing robust retry logic for Figma's rate-limited endpoints
02Debugging Forbidden or Not Found errors during Figma REST API integration
03Fixing Plugin timed out or sandbox errors in Figma plugin development