What problem does it solve? Figma's official API imposes restrictive rate limits (as low as 6 requests per month for free users), making it impractical for AI agents to read or edit design files. This Skill bypasses those limits by streaming live document data directly from a Figma plugin to AI tools over a local MCP server connection. ## Core Features & Use Cases - Read Tools: Query document trees, current selection, nodes by ID, styles, variables, and design context with depth limits to control token usage. - Write Tools: Create and edit frames, text, shapes, and images; set fills, strokes, effects, and auto-layout; duplicate, reparent, group, and delete nodes (design editor only). - Screenshot Export: Export nodes as PNG, SVG, JPG, or PDF, either base64-encoded or saved to the local filesystem. - Multi-File Support: Connect to multiple Figma files simultaneously and address each by fileKey. - Use Case: Extract design tokens from a Figma design system file with get_styles and get_variable_defs, convert them to CSS custom properties, and generate React components from selected nodes. ## Quick Start Connect to my open Figma file and extract all design tokens and component structure so you can generate matching React components.