AI AGENT ADDONS

Figma Use Figjam

figma/mcp-server-guide
AI & Agent Building
1,006installs

AI agents can use this skill to work with FigJam boards in Figma. FigJam is a digital whiteboard for team brainstorming. The skill tells the agent how to inspect the board, add stickies, shapes, and images. It also explains how to change text on any node safely.

A key rule is to always load fonts before changing text. Skipping this step causes errors. The agent must also use the right tool to inspect FigJam files. The get_figjam tool returns the full node tree. The get_metadata tool does not work on FigJam files.

To work efficiently, the skill recommends loading all needed tools in one batch. Use a single ToolSearch call with select syntax instead of many separate calls. This saves time and avoids delays. The skill is meant to be used alongside the main figma-use skill for more advanced tasks.

Add Figma Use Figjam skill to your workflow

Global

mkdir -p ~/.claude/skills/figma-use-figjam

Project

mkdir -p .claude/skills/figma-use-figjam

Source Repository

Stars
1,672
Forks
153
Watchers
1,672
Last Push
1 month ago
Created
1 year ago