figma-data-handling
Installation
SKILL.md
Figma Data Handling
Overview
Work with Figma's data APIs: comments, version history, and user information. Handle sensitive data correctly with redaction and privacy compliance.
Prerequisites
FIGMA_PATwith appropriate scopes (file_comments:read/write,file_versions:read)- Understanding of GDPR/CCPA basics
Instructions
Step 1: Comments API
const PAT = process.env.FIGMA_PAT!;
const FILE_KEY = process.env.FIGMA_FILE_KEY!;