claudeindex
Plugin

figma-fetcher

Offload Figma MCP read calls to a Haiku-powered sub-agent to cut token cost. Auto-delegates whenever a figma.com URL appears or any Figma read tool (get_design_context, get_screenshot, get_metadata, get_variable_defs, get_code_connect_map) would be called. Fetches all five tools in one shot, caches the result at tmp/figma/{fileKey}__{nodeId}.json plus a sibling .png, and returns a small markdown digest to the main conversation. Read-only — write tools (use_figma, create_new_file, generate_figma_design) stay in the main agent. Requires the official Figma MCP server.

Installation

1

Add the marketplace

/plugin marketplace add ctrlShiftBryan/ctrlshiftbryan-skills
2

Install plugins

/plugin

Run these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.