npx claudepluginhub takazudo/claude-resources[what to do with the selection]This skill uses the workspace's default tool permissions.
Read the user's current Figma desktop app selection and work with it based on their instructions.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
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.