figma-code-connect-components

Identify unmapped Figma components and fetch matching code components for Code Connect mappings.

12|7|Updated Sep 15, 2025
One-click install
npx skills add https://github.com/allofmeng/streamline_project --skill figma-code-connect-components-allofmeng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: figma-code-connect-components
Source: https://github.com/allofmeng/streamline_project/tree/main/.agents/skills/figma-code-connect-components
Command: npx skills add https://github.com/allofmeng/streamline_project --skill figma-code-connect-components-allofmeng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill connects Figma design components to their corresponding code implementations using Code Connect, enabling seamless design-to-code mapping and consistency checks.

Core Features & Use Cases

  • Automates discovery of unmapped components in Figma and searches for matching code components in the repository.
  • Proposes mappings with context (nodeId, componentName, and potential source paths) for quick reviewer decisions.
  • Guides transitions to additional actions like creating new code components when a match is not found, or switching to related skills for canvas edits.

Quick Start

Run get_code_connect_suggestions with a Figma fileKey and nodeId to start mapping, then review and confirm mappings.

Frequently Asked Questions about figma-code-connect-components

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

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

You can map Figma components to code by running get_code_connect_suggestions with a Figma fileKey and nodeId. The workflow scans the frame for unmapped components, searches your repository for matches, and proposes mappings with context like nodeId and source paths for quick reviewer confirmation.

How does Code Connect find matching code components for a Figma frame?

Code Connect finds matching code components by analyzing a Figma frame and scanning your configured codebase for potential component counterparts in conventional directories. It identifies unmapped Figma components and fetches matching code components to establish mappings.

Do I need a Figma MCP server to use Code Connect for design-to-code mapping?

Yes, establishing Code Connect mappings requires a Figma MCP server, a configured codebase with conventional component directories, and proper permissions to create mappings in the target Figma file.

What if Code Connect cannot find a matching code component for my Figma design?

When no matching code component exists, the workflow suggests creation paths and guides transitions to additional actions, such as creating new code components or switching to related skills for canvas edits.

Can I automate discovery of unmapped Figma components in my repository?

Yes, this skill automates the discovery of unmapped Figma components by scanning Figma frames and searching your repository for matching code components to propose Code Connect mappings.