execute-figma-script

Execute Figma Plugin API scripts with automatic fixes and splitting.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Zeyden/claude-skills --skill execute-figma-script
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute-figma-script
Source: https://github.com/Zeyden/claude-skills/tree/main/skills/execute-figma-script
Command: npx skills add https://github.com/Zeyden/claude-skills --skill execute-figma-script

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the execution of Figma Plugin API scripts, ensuring they run correctly by automatically applying necessary fixes for common API pitfalls and handling large scripts by splitting them.

Core Features & Use Cases

  • Automated Script Execution: Runs user-provided Figma Plugin API scripts.
  • API Fixes: Automatically corrects known issues in Figma's API before execution.
  • Script Splitting: Handles large scripts by dividing them into manageable parts.
  • Verification: Includes a dimension audit and prompts for visual verification via screenshots.
  • Use Case: You have a complex Figma script to generate a set of components. This Skill will ensure it runs without errors, even if it uses deprecated API calls or exceeds character limits, and then verify the output.

Quick Start

Execute the Figma script located at 'docs/design/figma-scripts/create-buttons.js' using the execute-figma-script skill.

Frequently Asked Questions about execute-figma-script

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a Figma Plugin API script that fails due to character limits or deprecated calls?

You can execute Figma Plugin API scripts by using an automated runner that applies fixes for deprecated calls and splits large scripts into manageable parts to prevent execution failures.

How does automated Figma script execution handle sizing and clipping issues?

Automated Figma script execution handles sizing and clipping issues by automatically applying known API fixes before running the script, ensuring asynchronous calls and common pitfalls are corrected.

What is the best way to verify Figma script output for generated components?

The best way to verify Figma script output is through automated dimension audits and screenshot verification, which validate that the generated components meet expected visual and numerical specifications.

Can I execute complex Figma scripts that exceed standard file size limits?

Yes, you can execute complex Figma scripts that exceed standard limits because the execution process automatically splits large files into smaller, manageable parts for successful processing.

Why do asynchronous Figma API calls fail when generating multiple components?

Asynchronous Figma API calls often fail due to unhandled API pitfalls; an automated execution skill manages these asynchronous operations and applies necessary fixes to prevent failures.

Do I need manual screenshot checks after running a Figma design system script?

Manual screenshot checks are prompted after running a Figma design system script, but the process also performs automated console log analysis and dimension audits to validate execution.