figma-code-connect

Generate .figma.ts templates mapping Figma components to code components.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/izo/Ulk --skill figma-code-connect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: figma-code-connect
Source: https://github.com/izo/Ulk/tree/main/community-skills/figma/figma-code-connect
Command: npx skills add https://github.com/izo/Ulk --skill figma-code-connect

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

## What problem does it solve? Create Code Connect template files (.figma.ts) that map Figma components to code snippets, enabling automated generation of ready-to-use UI templates.

## Core Features & Use Cases

  • Generate .figma.ts templates by mapping Figma components to code components.
  • Discover unmapped components via MCP, fetch properties, and align with existing code.
  • Validate and organize templates within your project alongside optional references and docs.

### Quick Start Provide a Figma file URL and the target code component, then run the template generator to produce a .figma.ts file.

Frequently Asked Questions about figma-code-connect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I map Figma components to code templates automatically?

To map Figma components to code templates, this skill generates .figma.ts or .figma.js files that translate design specs from published team library components into ready-to-run UI code snippets.

What is Code Connect and how does it work for design-to-code workflows?

Code Connect is a process that bridges design and code by generating template files, mapping Figma UI components directly to existing code components so design changes translate into ready-to-use frontend templates.

Do I need a Figma MCP server to generate .figma.ts files?

Yes, generating .figma.ts files requires an active Figma MCP server to locate unmapped components, fetch their properties, and align them with your existing TypeScript or JavaScript code components.

How do I create a .figma.ts template from a Figma URL?

Provide a Figma file URL and the target code component, then run the template generator. The skill parses the URL, extracts component properties via MCP, and produces the final .figma.ts template file.

Can I use this to find unmapped Figma components in my project?

Yes, the skill discovers unmapped Figma components via MCP, fetches their properties, and matches them against your existing code components to ensure all UI elements are properly aligned and documented.

What are the limitations of generating code templates from Figma designs?

This template generation requires published components in a Figma team library and an existing TypeScript or JavaScript project structure to accurately map design specs into ready-to-run code.