将 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:
…
用于构建、脚手架生成、重构并排查 ChatGPT Apps SDK 应用问题。
根据代码库在 Figma 中创建或更新专业级设计系统与组件库
在调用 Figma 操作前加载此技能,确保编辑与脚本检查稳定执行
连接 Figma 获取设计上下文与资源,并将节点高效转换为生产代码。
帮助你用 gh CLI 处理当前分支 GitHub PR 的评审与问题评论。
帮助你构建、评审与重构 ASP.NET Core Web 应用及架构方案
将 Figma 设计稿高保真转换为可直接落地的前端界面代码
将代码或页面描述转成Figma完整界面,并按设计系统逐段搭建设计稿
为项目代码库生成定制化设计系统规则,统一 Figma 到代码协作规范。
将 Figma 设计稳定转换为代码,并支持校验迭代与无限制调用。
将 Figma 设计转为结构化语义 JSON 与截图,支持 AI 设计转代码流程。
将 Figma 设计令牌与组件同步到设计系统代码库并自动生成前端产物。