将代码或页面描述转成Figma完整界面,并按设计系统逐段搭建设计稿
该技能材料显示其本质是一个开源的提示型工作流说明,用于指导在 Figma 中生成/更新设计,本身未声明需要密钥、远程端点或本地执行能力。结合 GitHub 开源来源与较高社区采用度,整体为低风险,但其实际效果仍依赖配套的 figma-use/Figma MCP 环境,使用时应一并审查相关工具。
材料与客观检查项均表明该技能本身不需要任何密钥或环境变量;未见令牌收集、存储、转发或诱导暴露凭证的说明,凭证面风险较低。
该技能未声明任何远程端点,且系统标注为 prompt-only;从提供材料看,它主要是工作流指引而非自行发起网络通信的程序,未见独立的数据外发行为。
未见该技能自身包含本机起进程、执行脚本或调用系统能力的描述;它主要通过说明要求配合其他技能/工具使用,因此本体不体现直接代码执行权限。
从材料看,该技能本身不直接读写本地文件或系统数据;其涉及的 Figma 文件、设计系统组件与页面上下文属于配套工具链的访问范围,而非此提示型技能单独获得的权限。
来源为 GitHub 上的 openai/skills 开源仓库,且社区采用度高(约 22k star),可审计性和来源可信度较强;虽许可证未声明、维护状态未知,但当前未见闭源、不明分发源或明显供应链红旗。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "figma-generate-design" 技能: 1. 下载 https://raw.githubusercontent.com/openai/skills/main/skills/.curated/figma-generate-design/SKILL.md 2. 保存为 ~/.claude/skills/figma-generate-design/SKILL.md 3. 装好后重载技能,告诉我可以用了
Use this skill to create or update full-page screens in Figma by reusing the published design system — components, variables, and styles — rather than drawing primitives with hardcoded values. The key insight: the Figma file likely has a published design system with components, color/spacing variables, and text/effect styles that correspond to the codebase's UI components and tokens. Find and use those instead of drawing boxes with hex colors.
MANDATORY: You MUST also load figma-use before any use_figma call. That skill contains critical rules (color ranges, font loading, etc.) that apply to every script you write.
Always pass skillNames: "figma-generate-design" when calling use_figma as part of this skill. This is a logging parameter — it does not affect execution.
When building a screen from a web app that can be rendered in a browser, the best results come from running both approaches in parallel:
generate_figma_design to capture a pixel-perfect screenshot of the running web appgenerate_figma_design capture. The capture provides the exact spacing, sizing, and visual treatment to aim for, while your use_figma output has proper component instances linked to the design system.generate_figma_design output — it was only used as a visual reference.This combines the best of both: generate_figma_design gives pixel-perfect layout accuracy, while use_figma gives proper design system component instances that stay linked and updatable.
This workflow only applies to web apps where generate_figma_design can capture the running page. For non-web apps (iOS, Android, etc.) or when updating existing screens, use the standard workflow below.
Follow these steps in order. Do not skip steps.
Before touching Figma, understand what you're building:
You need three things from the design system: components (buttons, cards, etc.), variables (colors, spacing, radii), and styles (text styles, effect styles like shadows). Don't hardcode hex colors or pixel values when design system tokens exist.
…
分析 Git 历史构建安全归属拓扑,识别敏感代码负责人与 bus factor 风险。
帮助你构建、评审与重构 ASP.NET Core Web 应用及架构方案
用于构建、脚手架生成、重构并排查 ChatGPT Apps SDK 应用问题。
根据代码库在 Figma 中创建或更新专业级设计系统与组件库
在调用 Figma 操作前加载此技能,确保编辑与脚本检查稳定执行
一键串联暂存、提交、推送并用 GitHub CLI 创建拉取请求。
将 Figma 设计稿高保真转换为可直接落地的前端界面代码
将 Figma 设计组件与代码组件建立映射,便于设计与实现保持一致。
为项目代码库生成定制化设计系统规则,统一 Figma 到代码协作规范。
连接 Figma 获取设计上下文与资源,并将节点高效转换为生产代码。
将 Figma 设计转为结构化语义 JSON 与截图,支持 AI 设计转代码流程。
将 Figma 设计稳定转换为代码,并支持校验迭代与无限制调用。