← Skills

/sync-figma-tasks

Track design feedback across Figma files.

What it does

Scans your Figma files for comments that mention you. Creates tasks from unanswered comments and closes tasks when comments are resolved or replied to. Keeps work/figma-comments.md up to date with all active feedback threads.

Connections used

Setup

  1. Connect Figma at claude.ai/settings/connectors
  2. Paste this into Claude Code:
Set up Figma comment tracking for my Patina. Create a script that uses the Figma API to pull comments mentioning me from my active files, and a /sync-figma-tasks skill that creates tasks from unanswered comments and closes resolved ones. I'll give you my Figma token and file keys.

How it works

  1. Fetches comments from all configured Figma files
  2. Filters for comments mentioning you
  3. Creates tasks for unanswered comments
  4. Closes tasks when comments have been replied to or resolved
  5. Updates work/figma-comments.md with current state