code-connect-components

Creates Code Connect mappings between Figma components and code components.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/niallr12/ticket-implementer --skill code-connect-components-niallr12
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: code-connect-components
Source: https://github.com/niallr12/ticket-implementer/tree/main/.agents/skills/code-connect-components
Command: npx skills add https://github.com/niallr12/ticket-implementer --skill code-connect-components-niallr12

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Connects Figma design components to their corresponding code implementations using Code Connect, enabling seamless design-to-code mapping and traceability across teams.

Core Features & Use Cases

  • Establish mappings between Figma components and code components
  • Validate existing mappings and fetch design context
  • Generate Code Connect mappings for React, Vue, and other front-end frameworks
  • Supports both Figma MCP server and figma-desktop workflows

Quick Start

Provide the Figma file URL and node-id, then confirm or select the matching code component to connect.

Frequently Asked Questions about code-connect-components

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

FAQPage Schema
How do I map Figma components to code components?▼

To map Figma components to code, provide the Figma file URL and node-id. The system scans for matching code candidates, extracts design context, and generates an add_code_connect_map linking the specific Figma node to your source path.

What is Code Connect used for in design-to-code workflows?▼

Code Connect is used for establishing traceability between design and development by linking Figma design components directly to their matching code implementations. This creates a seamless mapping that keeps front-end frameworks synchronized with Figma designs.

Can I use Code Connect with React and Vue front-end frameworks?▼

Yes, you can use Code Connect with React, Vue, and other front-end frameworks. The system generates mappings that include framework and language details, allowing you to connect Figma nodes to your specific component source path.

How do I link a specific Figma node to an existing code component?▼

To link a specific Figma node to an existing code component, you provide the file URL and node-id. The system checks existing code connections, analyzes design context, and proposes a mapping with the nodeId, componentName, and framework details.

Do I need the Figma MCP server to generate Code Connect mappings?▼

You do not strictly need the Figma MCP server to generate Code Connect mappings. The system supports both the Figma MCP server and figma-desktop workflows, allowing you to fetch design context and establish component mappings through either environment.

What metadata is extracted when connecting Figma designs to code?▼

When connecting Figma designs to code, the system extracts metadata from SKILL.md, analyzes the design context, and checks existing code connections. It then generates a mapping containing the nodeId, source path, componentName, and framework details.