figma.audit-connect

Installation
SKILL.md

Task: Audit Figma Code Connect Mapping

Audit the specified Figma Code Connect mapping file.

Before starting, load the figma.connect-best-practices SKILL — it contains the canonical rules for every property mapping type (figma.boolean, figma.enum, figma.string, figma.textContent, figma.instance, figma.children, figma.nestedProps) and common pitfalls. Do not duplicate that guidance here; refer to it.

Inputs

You will be provided with a name or path to a Figma Code Connect mapping file. Code Connect files (.figma.tsx) are colocated with their corresponding components in this repo, typically within the component's local __figma__ directory.

Search for the mapping file and end your task if you cannot find it.

Within the current mapping file:

  • Study all the property mappings defined in props: { ... } of each figma.connect() call
  • Note which Figma variants are covered (indicated by variant: { ... })
  • Note the Figma URL(s) used — you will need these to call the MCP tools
Installs
4
Repository
coinbase/cds
GitHub Stars
485
First Seen
Apr 13, 2026
figma.audit-connect — coinbase/cds