Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From figma
Create or update parserless Figma Code Connect template files for components.
npx claudepluginhub robinebers/converted-plugins --plugin figmaHow this command is triggered — by the user, by Claude, or both
Slash command
/figma:connect-figma-componentsThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /connect-figma-components Create or update parserless Figma Code Connect template files for components. ## Arguments - `figma_url`: Figma URL with `node-id` (required unless using `figma-desktop` selection) - `component_path`: optional local component path if already known ## Workflow 1. Fetch metadata and identify component nodes. 2. Check existing Code Connect templates or mappings. 3. For unmapped components, inspect the codebase for candidate implementations. 4. Present matches and create `.figma.js` templates after confirmation when needed. 5. Summarize created/skipped/unresolve...
Share bugs, ideas, or general feedback.
Create or update parserless Figma Code Connect template files for components.
figma_url: Figma URL with node-id (required unless using figma-desktop selection)component_path: optional local component path if already known.figma.js templates after confirmation when needed.Delegate to figma-code-connect-agent when mapping many components in one pass.