AI AGENT ADDONS

Figma Use

openai/skills
Design & UI/UX
1,530installs

Figma files can be controlled with code. This skill runs JavaScript inside your Figma document to create, edit, or delete layers. It also reads file structure and modifies properties like colors and layout. You no longer need to click around. Just tell the AI what to change and it will write the code for you.

Before every action, the skill must be loaded first. This avoids common errors. It works together with another skill that builds full screens from a design system. The code uses the Figma Plugin API and all its references are available in the skill folder.

Each step is small and validated. Colors use a 0 to 1 range. Fonts must be loaded before text. Layers added to a page start away from the top-left corner. These simple rules keep your designs safe and accurate.

Add Figma Use skill to your workflow

Global

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

Project

mkdir -p .claude/skills/figma-use

Source Repository

Stars
22,980
Forks
1,563
Watchers
22,980
Last Push
1 month ago
Created
8 months ago