What problem does it solve? Figma's REST API imposes strict rate limits (as low as 6 calls per month on free plans) and requires API tokens, making programmatic design automation impractical. This Skill connects AI editors like Claude, Cursor, and GitHub Copilot directly to live Figma files through a plugin bridge, enabling full read/write access without tokens or rate limits. ## Core Features & Use Cases - 73 MCP Tools for Full CRUD: Create frames, text, components, styles, and variables; modify fills, strokes, and layout; search and batch-update nodes across pages. - Bidirectional Design Access: Read design context with depth and detail controls, then write changes back to the live file, including prototype reactions and component swaps. - Export Capabilities: Capture screenshots, save images to disk, export frames to PDF, and generate design tokens as JSON or CSS. - Use Case: Ask your AI editor to build a design system from scratch: create color variable collections with light/dark modes, bind variables to component fills, generate button components with auto-layout, and export the tokens as JSON for your codebase. ## Quick Start Install the Figma plugin from the release ZIP, register the MCP server with your AI editor using npx @vkhanhqui/figma-mcp-go, then ask the AI to create a frame with auto-layout and text in the currently open Figma file.