Guidelines for integrating Figma designs with development workflows using MCP servers and best practices
28
18%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Advisory
Suggest reviewing before use
Fix and improve this skill with Tessl
tessl review fix ./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
});05a7130
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.