Figma plugin api
Practical design judgment for AI coding agents: 78 installable skills for craft, research, generation, Figma, and Memoire.
npx -y skills add sarveshsea/design-skills --skill figma-plugin-apiAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Route exact Figma Plugin API questions to current official typings and developer documentation without redistributing upstream reference material. Use when an implementation depends on verified node, variable, component, style, or editor API behavior.
SKILL.md
1.3 KB, as published. Nobody here has run it
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:
Return the verified API contract, minimal implementation approach, validation, and any version-sensitive uncertainty.