This skill should be used when the user provides Figma URLs or node IDs, asks about design-to-code implementation, or needs to set up or troubleshoot the Figma MCP server. It uses the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma and translate Figma nodes into production code.
From hugin-coworknpx claudepluginhub michelve/hugin-marketplace --plugin hugin-coworkThis skill uses the workspace's default tool permissions.
LICENSE.txtassets/figma-small.svgassets/figma.pngassets/icon.svgreferences/figma-mcp-config.mdreferences/figma-tools-and-prompts.mdSearches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Guides agent creation for Claude Code plugins with file templates, frontmatter specs (name, description, model), triggering examples, system prompts, and best practices.
Use the Figma MCP server for Figma-driven implementation. For setup and debugging details (env vars, config, verification), see references/figma-mcp-config.md.
These rules define how to translate Figma inputs into code for this project and must be followed for every Figma-driven change.
When invoking this skill with arguments:
$ARGUMENTS - Flexible handling of Figma URLs or node IDs
https://figma.com/design/:fileKey/:fileName?node-id=1-2abc123 (skill will extract design context for entire file)10-25 (when file context is already established)/figma https://figma.com/design/abc123/MyDesign?node-id=10-25/figma abc123The skill parses $ARGUMENTS to determine what Figma data to fetch (design context, screenshot, assets, or variables) based on the user's intent and the format provided.
references/figma-mcp-config.md - setup, verification, troubleshooting, and link-based usage reminders.references/figma-tools-and-prompts.md - tool catalog and prompt patterns for selecting frameworks/components and fetching metadata.