From claude-resources
Reads the currently selected element in Figma desktop, presents its properties, and acts on it based on user instructions such as implementing the design or extracting styles.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-resources:figrefer [what to do with the selection][what to do with the selection]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read the user's current Figma desktop app selection and work with it based on their instructions.
Read the user's current Figma desktop app selection and work with it based on their instructions.
claude mcp add --transport http figma-desktop http://127.0.0.1:3845/mcpCall these tools in parallel (no nodeId needed — reads current selection):
mcp__figma-desktop__get_screenshot - visual referencemcp__figma-desktop__get_design_context - code reference with styles, fonts, colorsmcp__figma-desktop__get_metadata - structure, dimensions, positionsSummarize the selection for the user:
$ARGUMENTS contains what the user wants to do. Common scenarios:
get_design_context may return only metadata. Use get_metadata to find specific child node IDs, then call get_design_context on those.get_variable_defs (via mcp__figma-desktop__get_variable_defs) if the user asks about design tokens or variables.http://localhost:3845/assets/... and can be used directly in code.npx claudepluginhub takazudo/claude-resources --plugin claude-resourcesBuilds or updates full-page screens, modals, dialogs, drawers, sidebars, and panels in Figma by reusing published design system components, variables, and styles instead of drawing primitives with hardcoded values.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.