What problem does it solve? Keeping Figma designs and code components in sync is manual and error-prone. This Skill guides the creation and maintenance of parser-based Code Connect files (*.figma.tsx) that map Figma components to real React and React Native code, so Figma Dev Mode shows accurate, copy-paste-ready snippets. ## Core Features & Use Cases - Parser-based mapping: Authors Component.figma.tsx files using figma.connect() from @figma/code-connect, co-located with each component in libs/ui-react and libs/ui-rnative. - Prop mapping patterns: Maps Figma text, enum, boolean, nested child, and instance properties to code props using figma.string, figma.enum, figma.boolean, figma.children, and figma.instance, including nested mappings for multi-axis logic. - Review and validation checks: Enforces best practices such as flat example renders, complete enum mappings, published package specifiers in imports, and no invented props, with a diff-verifiable review checklist. - Use Case: A developer adds a new Tag component variant in Figma and needs the corresponding Tag.figma.tsx updated so Dev Mode displays the correct @ledgerhq/lumen-ui-rnative usage snippet. ## Quick Start Ask the assistant to create or update the .figma.tsx Code Connect file for a specific component, providing the Figma node URL and the component's props.