将 Figma 设计组件与代码组件建立映射,便于设计与实现保持一致。
该技能材料显示其为开源的提示型 Skill,本身未声明需要密钥或自建远程端点,整体风险较低。其主要能力依赖外部 Figma MCP 与代码库访问,按工具固有性质需留意,但材料中未见明显越权或数据外发红旗。
材料明确写明无密钥/环境变量要求;未见要求用户提供 token、API key 或长期凭证,凭证泄露面较小。
技能本身未声明独立远程端点,但工作流依赖已连接的 Figma MCP,并会获取 Figma 场景图、组件信息与缩略图;这属于其声明功能范围内的常规外部交互,需确认数据仅经预期的 Figma 通道处理。
系统检查项标记为 prompt-only,材料未显示其会在本机启动进程、执行脚本或申请额外系统能力;README 还将涉及 Plugin API 脚本写入的任务明确切换到其他技能。
README 明确需要访问项目代码库以扫描组件,并读取 Figma 组件/映射信息;这属于实现设计-代码映射的常规数据访问,但应限制在相关仓库与所选 Figma 节点范围内。
来源为 GitHub 上的开源仓库,可审计;且社区采用度高(约 22k star),这明显降低供应链风险。许可证与维护状态在材料中未明确,建议安装前补充核验。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "figma-code-connect-components" 技能: 1. 下载 https://raw.githubusercontent.com/openai/skills/main/skills/.curated/figma-code-connect-components/SKILL.md 2. 保存为 ~/.claude/skills/figma-code-connect-components/SKILL.md 3. 装好后重载技能,告诉我可以用了
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.
get_code_connect_suggestions + send_code_connect_mappings workflows.https://figma.com/design/:fileKey/:fileName?node-id=1-2
node-id parameter. Code Connect mapping will fail without it.figma-desktop MCP: User can select a node directly in the Figma desktop app (no URL required)Follow these steps in order. Do not skip steps.
Call get_code_connect_suggestions to identify all unmapped components in a single operation. This tool automatically:
figma-desktop MCP (no URL provided)If the figma-desktop MCP server is connected and the user has NOT provided a Figma URL, immediately call get_code_connect_suggestions. No URL parsing is needed — the desktop MCP server automatically uses the currently selected node from the open Figma file.
Note: The user must have the Figma desktop app open with a node selected. fileKey is not passed as a parameter — the server uses the currently open file.
Parse the URL to extract fileKey and nodeId, then call get_code_connect_suggestions.
IMPORTANT: When extracting the node ID from a Figma URL, convert the format:
node-id=1-2nodeId=1:2Parse the Figma URL:
https://figma.com/design/:fileKey/:fileName?node-id=1-2:fileKey (segment after /design/)1-2 from URL, then convert to 1:2 for the toolget_code_connect_suggestions(fileKey=":fileKey", nodeId="1:2")
Handle the response:
For each unmapped component returned by get_code_connect_suggestions, search the codebase for a matching code component.
What to look for:
…
将 Figma 设计稿高保真转换为可直接落地的前端界面代码
帮助用户创建、搭建或修改 Jupyter 笔记本,用于实验探索与教程编写。
将对话与决策整理成结构化 Notion 页面,便于沉淀知识库与规范文档
结合 Notion 上下文与研究结果,高效准备会议议程、预读和参会材料。
将文本批量转换为语音旁白与无障碍朗读,支持音频提示生成。
一键创建新的 Figma 设计或 FigJam 空白文件,便于快速开始协作创作。
根据代码库在 Figma 中创建或更新专业级设计系统与组件库
将代码或页面描述转成Figma完整界面,并按设计系统逐段搭建设计稿
将 Figma 设计映射到真实 React 组件库,帮助 AI 生成可直接落地的前端代码。
连接 Figma 获取设计上下文与资源,并将节点高效转换为生产代码。
连接 Figma 设计稿,提取变量、截图并辅助转换为开发代码
通过 AI 读写并自动修改 Figma 设计稿