code-connect-components
✓使用 Code Connect 将 Figma 设计组件连接到代码组件。当用户说“代码连接”、“将此组件连接到代码”、“将 Figma 连接到代码”、“映射此组件”、“将组件链接到代码”、“创建代码连接映射”、“添加代码连接”、“将设计连接到代码”或想要在 Figma 设计和代码实现之间建立映射时使用。需要 Figma MCP 服务器连接。
SKILL.md
This skill helps you connect Figma design components to their corresponding code implementations using Figma's Code Connect feature. It analyzes the Figma design structure, searches your codebase for matching components, and establishes mappings that maintain design-code consistency.
When the user provides a Figma URL with file key and node ID, first run getmetadata to fetch the node structure and identify all Figma components.
IMPORTANT: When extracting the node ID from a Figma URL, convert the format:
使用 Code Connect 将 Figma 设计组件连接到代码组件。当用户说“代码连接”、“将此组件连接到代码”、“将 Figma 连接到代码”、“映射此组件”、“将组件链接到代码”、“创建代码连接映射”、“添加代码连接”、“将设计连接到代码”或想要在 Figma 设计和代码实现之间建立映射时使用。需要 Figma MCP 服务器连接。 来源:figma/mcp-server-guide。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/figma/mcp-server-guide --skill code-connect-components- 分类
- *创意媒体
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 code-connect-components?
使用 Code Connect 将 Figma 设计组件连接到代码组件。当用户说“代码连接”、“将此组件连接到代码”、“将 Figma 连接到代码”、“映射此组件”、“将组件链接到代码”、“创建代码连接映射”、“添加代码连接”、“将设计连接到代码”或想要在 Figma 设计和代码实现之间建立映射时使用。需要 Figma MCP 服务器连接。 来源:figma/mcp-server-guide。
如何安装 code-connect-components?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/figma/mcp-server-guide --skill code-connect-components 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/figma/mcp-server-guide