figma-use-motion

Installation
SKILL.md

use_figma — Figma Plugin API Skill for Motion

Motion context for the use_figma MCP tool. figma-use covers the foundational Plugin API rules — load both together.

Always pass skillNames: "figma-use-motion" (comma-separated alongside figma-use) when calling use_figma for motion work. Logging only.

Runtime Gating

Motion APIs are gated behind the metronome_plugin_api user feature flag. When the calling user doesn't have it, every motion property and helper referenced in this skill throws "<name>" is not a supported API.

Bail out fast on that error. Do not retry; tell the user motion isn't enabled for them and stop. Otherwise you'll burn calls and confuse the user with repeated identical failures.

When to use this skill

Load this skill whenever a use_figma task involves:

Installs
37
GitHub Stars
1.7K
First Seen
3 days ago
figma-use-motion — figma/mcp-server-guide