This skill writes and maintains Figma Code Connect template files that map your published Figma components to actual code snippets in your codebase. It parses Figma URLs, discovers unmapped components through the Figma MCP server, fetches component properties like variants and boolean toggles, then generates the .figma.ts template files with the correct property mapping syntax. The workflow is methodical: it'll search your component directories to find matching React components by comparing prop interfaces, confirm the match with you, then output a template that uses figma.getString(), figma.getEnum(), and friends to translate design properties into JSX. Requires an Enterprise plan and the Figma MCP server running. Useful if you're keeping design tokens and component APIs in sync without writing boilerplate by hand.
npx skills add https://github.com/figma/mcp-server-guide --skill figma-code-connect-components