figma-use

Enforce YAML-defined pre-flight context for Figma plugin automation workflows.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/lalaABC/waprcn --skill figma-use-lalaabc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: figma-use
Source: https://github.com/lalaABC/waprcn/tree/main/resources/bundled/mcp_skills/figma/figma-use
Command: npx skills add https://github.com/lalaABC/waprcn --skill figma-use-lalaabc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The prerequisite for use_figma is unclear or inconsistently applied, leading to common, hard-to-debug failures. This Skill defines a mandatory pre-load and context-check so users always load the correct API surface and references before executing any Figma plugin code.

Core Features & Use Cases

  • Enforces loading of plugin API references and design-system guidance before any use_figma call.
  • Provides structured guidance for multi-step workflows, error recovery, and metadata conventions.
  • Use Case: A developer loads plugin-api-standalone docs and wwds references, then begins coding use_figma scripts with confidence.

Quick Start

Load plugin-api-standalone.index.md and wwds references before writing use_figma code.

Frequently Asked Questions about figma-use

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

FAQPage Schema
Why does my use_figma automation workflow fail during execution?

use_figma automation workflows fail when prerequisites are unclear. You must load plugin-api-standalone.index.md and wwds references before writing code to establish a safe pre-flight context and prevent hard-to-debug errors.

How do I set up a pre-flight context for Figma plugin automation?

To set up pre-flight context for Figma plugin automation, define a YAML skill unit with mandatory frontmatter and contextual references. This validates the API surface and enables robust error-recovery workflows before executing code.

What references do I need to load before writing Figma plugin scripts?

Before writing Figma plugin scripts, you need to load plugin-api-standalone.index.md and wwds design-system references. This ensures you have the correct API surface and design guidance loaded for safe execution.

Does the use_figma workflow require specific metadata conventions?

Yes, the use_figma workflow requires mandatory YAML frontmatter and contextual references. These metadata conventions enable discovery, validation, and robust error-recovery for multi-step Figma plugin automation tasks.

How do I recover from integration errors in Figma plugin code?

To recover from integration errors in Figma plugin code, follow the structured guidance for multi-step workflows and metadata conventions defined in the pre-flight context. This reduces common integration failures and aids debugging.

What is the best way to enforce safe use_figma workflows?

The best way to enforce safe use_figma workflows is by requiring a YAML-defined skill unit with mandatory frontmatter. This metadata enforces loading plugin API references and design-system guidance before any use_figma call.