dannotedannoteCommunityยท1 Agent Skills Included

figma-use

Control Figma from the terminal with commands or JSX

Controls Figma directly from the terminal to create frames, shapes, text, icons, components, and variants using simple commands or JSX. Eliminates manual clicking in the Figma editor and removes the need for plugin installation or proxy servers. Exports designs back to JSX or Storybook stories, runs design lint checks, and compares frames with visual diffs.
npx skills add dannote/figma-use --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install figma-use?โ–ผ

Run `npx skills add dannote/figma-use --all -g -y` in your terminal to install this skill globally for your AI agent.

How to control Figma from the command line?โ–ผ

Start Figma with remote debugging enabled, then run commands like `figma-use create frame --width 400 --height 300` or pipe JSX into `figma-use render --stdin` to build designs.

Can AI agents edit Figma files directly?โ–ผ

Yes. Unlike Figma's official MCP plugin which is read-only, figma-use lets agents create, modify, and export real design elements through over 100 CLI commands.

How to convert Figma designs to React code?โ–ผ

Run `figma-use export jsx <node-id> --pretty` to turn any Figma node into JSX, or use `figma-use export storybook` to generate typed Storybook stories from your components.

Does figma-use work with Figma version 126 and newer?โ–ผ

Yes. Run `figma-use patch` once to re-enable remote debugging, or use `figma-use daemon start --pipe` to launch Figma with a debug pipe without any patching.

Related Repositories in Design & Creative

View All in Design & Creativeโ†’