ワンクリックで
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 ページを確認してインストールできます。
SOC 職業分類に基づく
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.
| 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),