Audit a Figma file for off-system colors and styles
언제 쓸까: The team's file has drifted from the design tokens and you want to find the strays.
사전 조건
- Figma plugin imported via manifest — Figma → Plugins → Development → Import from manifest
- Running
bun run socket— From the repo; opens the WebSocket
흐름
-
ConnectConnect to Figma, channel abc123 (copy from the plugin UI).✓ 복사됨→ Connected; document name shown
-
Scan for off-system fillsScan all nodes for fill colors that aren't in our 12 brand tokens. List node paths.✓ 복사됨→ List of drift instances
-
ReportGroup by nearest frame and summarize. Suggest which token each stray should be.✓ 복사됨→ Actionable cleanup list
결과: A file you can hand to a designer with concrete fixes.
함정
- Channel ID rotates if you restart the plugin — Always copy fresh from the plugin panel; stale IDs silently time out