# Figma Sync

> Sync a Figma-driven UI task into production code while preserving project conventions and validating visual parity.

- Skill: `agentenatalie/figma-sync` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add agentenatalie/figma-sync`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentenatalie/figma-sync/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Design & Media
- Author: agentenatalie (https://skillmd.com/u/agentenatalie)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/agentenatalie/figma-sync

---


# Figma Sync

Use this skill when a task starts from a Figma frame or node link and needs to become production code.

## Tools

- `Read`
- `Bash`
- `Task`
- `WebSearch`

## Constraints

- Always fetch concrete design context before implementation.
- Reuse project components and tokens before inventing new ones.

## Examples

### Input

Implement this Figma card component in the current app.

### Output

```text
Implementation plan:
- Fetch design context
- Map to existing UI primitives
- Verify spacing and typography against screenshot
```


