figma-plugin-api
Installation
SKILL.md
Figma Plugin API Reference Router
Do not answer exact API questions from memory when current official reference material is available.
Procedure
- Identify the exact API concept, editor type, node type, and operation involved.
- Search the current official Figma Plugin API documentation and typings for the relevant symbol.
- Verify method availability, asynchronous behavior, permissions, supported editors, and documented limitations.
- Build the smallest test or read-only inspection needed before attempting a write.
- Keep writes incremental and validate the resulting file state.
- Cite the official symbol or page and access date.
- If the official reference is unavailable or ambiguous, stop before destructive writes and report the unresolved contract.
Official sources: