为项目代码库生成定制化设计系统规则,统一 Figma 到代码协作规范。
该技能本身是开源的 prompt-only 文档型技能,不要求密钥、未声明远程端点,整体风险较低。需注意的是,它会引导已连接的 Figma MCP 与代码库分析流程,因此实际数据访问与写入边界主要取决于宿主代理和所连接工具的权限配置。
材料明确标注无需密钥或环境变量;技能本身未请求 API token、账号凭证或其他敏感认证信息,未见直接凭证泄露或滥用面。
未声明任何远程端点,技能本身也不是网络客户端。文档仅提到需要连接 Figma MCP server,但未显示该技能自行向未知或无关主机外发数据。
该对象被标记为 prompt-only,未包含可执行安装步骤、脚本或本机进程启动逻辑。它会指导代理调用外部 Figma MCP 工具,但自身不提供代码执行能力。
技能描述要求分析项目代码库并生成规则文件,但这些属于对宿主代理/已连接工具的间接指导,不代表该技能自身具备文件读写权限。未见超出其声明用途的过度授权请求。
来源为 GitHub 上的 openai/skills 开源仓库,社区采用度高(约 22k stars),可审计性和来源可信度较强。虽许可证与维护状态未明确,但未见闭源、失维或可疑分发红旗。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "figma-create-design-system-rules" 技能: 1. 下载 https://raw.githubusercontent.com/openai/skills/main/skills/.curated/figma-create-design-system-rules/SKILL.md 2. 保存为 ~/.claude/skills/figma-create-design-system-rules/SKILL.md 3. 装好后重载技能,告诉我可以用了
This skill helps you generate custom design system rules tailored to your project's specific needs. These rules guide AI coding agents to produce consistent, high-quality code when implementing Figma designs, ensuring that your team's conventions, component patterns, and architectural decisions are followed automatically.
| Agent | Rule File |
|---|---|
| Claude Code | CLAUDE.md |
| Codex CLI | AGENTS.md |
| Cursor | .cursor/rules/figma-design-system.mdc |
Design system rules are project-level instructions that encode the "unwritten knowledge" of your codebase - the kind of expertise that experienced developers know and would pass on to new team members:
Once defined, these rules dramatically reduce repetitive prompting and ensure consistent output across all Figma implementation tasks.
Use this skill when:
Follow these steps in order. Do not skip steps.
Call the Figma MCP server's create_design_system_rules tool to get the foundational prompt and template.
Parameters:
clientLanguages: Comma-separated list of languages used in the project (e.g., "typescript,javascript", "python", "javascript")clientFrameworks: Framework being used (e.g., "react", "vue", "svelte", "angular", "unknown")This tool returns guidance and a template for creating design system rules.
Structure your design system rules following the template format provided in the tool's response.
Before finalizing rules, analyze the project to understand existing patterns:
Component Organization:
src/components/, app/ui/, lib/components/)Styling Approach:
Component Patterns:
Architecture Decisions:
Based on your codebase analysis, create a comprehensive set of rules. Include:
- IMPORTANT: Always use components from `[YOUR_PATH]` when possible
- Place new UI components in `[COMPONENT_DIRECTORY]`
- Follow `[NAMING_CONVENTION]` for component names
- Components must export as `[EXPORT_PATTERN]`
- Use `[CSS_FRAMEWORK/APPROACH]` for styling
- Design tokens are defined in `[TOKEN_LOCATION]`
- IMPORTANT: Never hardcode colors - always use tokens from `[TOKEN_FILE]`
…
一键串联暂存、提交、推送并用 GitHub CLI 创建拉取请求。
帮助你构建、评审与重构 ASP.NET Core Web 应用及架构方案
用于构建、脚手架生成、重构并排查 ChatGPT Apps SDK 应用问题。
帮助你基于接口文档或脚本快速生成可组合的命令行工具
一键创建新的 Figma 设计或 FigJam 空白文件,便于快速开始协作创作。
帮助用户在 Linear 中查看、创建和更新工单、项目与团队流程。
根据代码库在 Figma 中创建或更新专业级设计系统与组件库
将代码或页面描述转成Figma完整界面,并按设计系统逐段搭建设计稿
帮助生成界面设计规范、获取配色方案并检索品牌设计参考素材。
将 Figma 设计稳定转换为代码,并支持校验迭代与无限制调用。
帮助生成或审查设计系统,检查视觉一致性并评审样式相关改动。
将 Figma 设计组件与代码组件建立映射,便于设计与实现保持一致。