원클릭으로
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),