figma-copy-rewriter
Installation
SKILL.md
Figma Copy Rewriter
Rewrite interface copy on Figma screens to be simple, jargon-free, and terminologically consistent. Works on any Figma file.
Prerequisites: Load the figma:figma-use skill before calling use_figma. Load ux-copy-guidelines.md before auditing.
Workflow
Phase 1 -- Extract
Read all text nodes from the target Figma file or specific page/frame.
Step 1: Get the fileKey from the user (extract from Figma URL if provided).
Step 2: Run use_figma to list all pages and identify target scope (full file, specific page, or specific frame).
Step 3: Run use_figma to extract every text node: { nodeId, characters, parentFrameName, textType }.