一键导入
build-component-figma
Source-specific build flow for new components from a Figma Dev Mode node link.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Source-specific build flow for new components from a Figma Dev Mode node link.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Apply architecture and token guardrails so implementation stays aligned with the shared multi-region design-system contract.
Update an existing component from a design reference and text description for a specific theme, defaulting to CSS-only changes unless markup changes are explicitly requested.
Update existing skills while keeping them simple, coherent, and non-duplicative; always recommend the best placement for new rules.
Commits, pushes, merges to main locally, ends on main. Never deletes branches.
基于 SOC 职业分类
| name | build-component-figma |
| description | Source-specific build flow for new components from a Figma Dev Mode node link. |
This is the Figma-specific build flow. Use it directly when the component source is Figma.
media as an image content slot by default (not decorative placeholder), unless user notes explicitly state otherwise.article.html, always add lorem ipsum text before and after the component.article.html, never delete existing components; only add the new component alongside existing content.Run this skill when the user requests a new component from a Figma Dev Mode node link, for example:
Build a new [component-name] from Figma.
- Figma node link (with node-id): [link]
- Placement target: [article.html|index.html]
- Notes: [optional]
Collect before coding:
node-id.article.html inside <article>, wrapped with <div class="article-component">, centered, and with lorem ipsum text before and after the component, orindex.html inside <main>, wrapped with <div class="frontpage-component">, centered.If any required input is missing, ask before implementation.
media as image by default),yes).build/<component-name>.article.html, lorem ipsum text exists before and after the component,article.html, existing components remain intact (no deletions),