Figma Skill

Work with Figma files, frames, and components. Use when asked to read designs, inspect layers, or pull assets from Figma.

Figma

Use Figma from the command line via bridge figma.

Connection Check

Always verify access before taking action:

bridge figma list figma --schema
bridge figma call figma.get_me

Common Actions

  • List available Figma MCP tools and their schemas
  • Fetch file metadata, frames, or component definitions by file key
  • Use any Figma MCP tool directly via bridge figma call figma.<tool> key=value

Safety

  • Confirm before making write operations
  • Never expose full API keys in output
  • If auth fails, ask the user to generate/update their personal access token at https://www.figma.com/settings (Personal access tokens), then update the Figma app's credential on the Apps page (/apps → Figma → Manage → Replace key)

Related documentation