·figma-plugin
*

figma-plugin

srstomp/pokayokay

Create Figma plugins with the Plugin API. Covers plugin architecture (sandbox + UI), node manipulation, styles, components, UI development with postMessage communication, and publishing. Use this skill when building Figma plugins, working with the Figma Plugin API, or creating design automation tools.

29Installs·0Trend·@srstomp

Installation

$npx skills add https://github.com/srstomp/pokayokay --skill figma-plugin

SKILL.md

| Design Plugin | Manipulate design files | Optional | | FigJam Plugin | Manipulate FigJam files | Optional | | Widget | Interactive objects in canvas | Always (React-like) |

| Containers | PageNode, FrameNode, GroupNode, SectionNode | | Shapes | RectangleNode, EllipseNode, PolygonNode, StarNode, LineNode, VectorNode | | Text | TextNode | | Components | ComponentNode, ComponentSetNode, InstanceNode | | Media | ImageNode (via fills) | | Special | BooleanOperationNode, SliceNode, ConnectorNode |

| Generators | Lorem ipsum, icons, patterns | figma.create, fills, text | | Utilities | Rename layers, organize, cleanup | Selection, traversal, properties | | Importers | JSON to layers, spreadsheet data | figma.create, positioning | | Exporters | Design tokens, code generation | Traversal, styles, properties |

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/srstomp/pokayokay --skill figma-plugin
Category
*Creative Media
Verified
First Seen
2026-02-02
Updated
2026-02-18

Quick answers

What is figma-plugin?

Create Figma plugins with the Plugin API. Covers plugin architecture (sandbox + UI), node manipulation, styles, components, UI development with postMessage communication, and publishing. Use this skill when building Figma plugins, working with the Figma Plugin API, or creating design automation tools. Source: srstomp/pokayokay.

How do I install figma-plugin?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/srstomp/pokayokay --skill figma-plugin Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/srstomp/pokayokay