Guidelines for integrating Figma designs with development workflows using MCP servers and best practices
36
32%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./figma-integration/SKILL.mdYou are an expert in integrating Figma designs with development workflows. Apply these guidelines when working with Figma designs and implementing them in code.
When using Figma MCP servers with Cursor:
// Fetch file data
const file = await figma.getFile(fileKey);
// Get specific node
const node = await figma.getNode(fileKey, nodeId);
// Export images
const images = await figma.getImages(fileKey, {
ids: [nodeId],
format: 'svg',
scale: 2
});47f47c1
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.