figma-code-connect

Generate parserless .figma.js Code Connect templates from Figma component selections.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/artosetrov/iron-fist-arena-backend --skill figma-code-connect-artosetrov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: figma-code-connect
Source: https://github.com/artosetrov/iron-fist-arena-backend/tree/main/.claude/skills/figma-code-connect
Command: npx skills add https://github.com/artosetrov/iron-fist-arena-backend --skill figma-code-connect-artosetrov

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Creates parserless Code Connect templates (.figma.js) that map Figma components to code snippets. Use when you need to turn design components into reusable code scaffolds without parser-based files.

Core Features & Use Cases

  • Parserless template generation: produce .figma.js mappings that reference Figma components and their props.
  • Figma-to-code workflow: integrates with MCP-backed contexts to fetch component context and generate ready-to-run templates.
  • Use Case: scale design-to-code where teams publish components to Figma libraries and maintain consistent code mappings across a design system.

Quick Start

Create a parserless Code Connect template for a selected Figma component.

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 without using a parser?

To map Figma components to code without a parser, generate parserless .figma.js templates that reference component properties, handle slots, and integrate with your codebase using ready-to-export mappings.

What is a parserless Code Connect template in Figma?

A parserless Code Connect template is a .figma.js file that maps Figma components to code snippets, reflecting component properties and slots without requiring parser-based configuration files.

How do I generate a .figma.js template for a selected Figma component?

Generate a .figma.js template by applying the Skill to a Figma selection with a mapped fileKey and nodeId, producing a file with example code, imports, and metadata for the target code component.

What do I need to create a Figma to code component mapping?

Creating a Figma to code mapping requires a mapped Figma fileKey and nodeId, a target code component, and a ready-to-export template structure with example, imports, and metadata.

Can I scale design-to-code mappings for a Figma design system?

Yes, you can scale design-to-code mappings by generating .figma.js templates for Figma library components, maintaining consistent code mappings across your design system without parser files.

Does Figma Code Connect work with MCP-backed contexts?

Yes, Figma Code Connect integrates with MCP-backed contexts to fetch component context and generate ready-to-run parserless templates that map design components to your codebase.