
from figma-pilot98
Reference and operator guide for figma-pilot: how to use figma_execute and related APIs to programmatically create and modify Figma designs.
Figma Pilot provides a compact operator manual describing the figma_execute code-execution API and related helper tools (figma_status, figma_get_api_docs). It instructs agents how to script Figma modifications, create elements, query selections, and batch-edit designs via JavaScript. The skill is a procedural reference rather than a standalone CLI.
Always read this skill before calling figma_execute. Use it when an agent must programmatically create or modify Figma designs, run batch operations, export assets, or perform accessibility checks. It's intended for agent workflows that can execute JavaScript against Figma APIs.
Best for agents with code-execution capability and Figma integrations (Claude Code, Copilot/Code, Cursor-like agents that can run JS against the figma API).
Figma-pilot is a reference skill for the figma-pilot MCP server, guiding agents on using figma_execute and related APIs to create/modify Figma designs programmatically. No bundled scripts — it's purely documentation. Clean skill with well-organized rule references and a clear quick-start example, though it depends heavily on external rules/*.md files not included in the audit payload.
Pure reference/documentation skill with no executable scripts. No security concerns. Good progressive disclosure pattern with SKILL.md as entry point and rules/ for details.