What problem does it solve?
This Skill provides the ability to programmatically interact with Figma files, enabling users to execute JavaScript scripts that manipulate and modify design files directly.
Core Features & Use Cases
- JavaScript Execution: Execute JavaScript in the context of Figma files via the Plugin API.
- Node Creation and Manipulation: Create and modify nodes like rectangles, frames, components, text, and more.
- Variable and Style Management: Create and bind variables for colors, text, and other properties.
- Component Creation and Management: Create and manage components, including variants and property bindings.
- Use Case: Use this Skill to automate repetitive design tasks, create custom design tools, or integrate Figma into your existing workflow.
Quick Start
Load the figma-use skill before executing any script that interacts with the Figma file, and always specify skillNames: "figma-use" when calling use_figma.