mrpeterperez/tellfigma ? reverse-engineered prompt
Reverse engineered prompt
Build me a local tool that lets Claude, Cursor, VS Code, or any MCP app create and edit designs directly in Figma. I want to be able to run it with one command, like npx tellfigma, sign into Figma in Chrome, open a file, and then talk to the AI in plain English to make frames, text, buttons, pages, and updates on the canvas.
It should be able to read what is already in the file, inspect layers and variables, take screenshots so the AI can see the result, and make changes live. No API key, no plugin setup, no OAuth hassle. It should work with Figma files and FigJam too, and expose a useful set of MCP tools for creating, selecting, reading, editing, exporting, and screenshotting design elements.
If you need to, look up current docs online for the Figma plugin API and MCP details, then wire it up in a clean TypeScript project with a simple install and startup experience.
Are you gonna build this?
make sure you review the code using coderabbit