export-to-figma — Figma export export-to-figma, figma-web-studio, TETRA2000, community, Figma export, ai agent skill, ide skills, agent automation, AI agent integration, design workflow optimization, clipboard output, existing file export

v1.0.0
GitHub

About this Skill

Perfect for Design-focused AI Agents needing seamless integration with Figma for streamlined design workflows. export-to-figma is a skill that allows AI agents to export design components or pages to Figma, utilizing the Figma MCP server.

Features

Supports export to new or existing Figma files
Enables clipboard output for easy design sharing
Requires Figma MCP server (figma@claude-plugins-official) for functionality
Configurable output modes: newFile, existingFile, or clipboard
Specifies target component or page route for export

# Core Topics

TETRA2000 TETRA2000
[0]
[0]
Updated: 3/15/2026

Quality Score

Top 5%
41
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
> npx killer-skills add TETRA2000/figma-web-studio/export-to-figma
Supports 19+ Platforms
Cursor
Windsurf
VS Code
Trae
Claude
OpenClaw
+12 more

Agent Capability Analysis

The export-to-figma skill by TETRA2000 is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for Figma export, AI agent integration, design workflow optimization.

Ideal Agent Persona

Perfect for Design-focused AI Agents needing seamless integration with Figma for streamlined design workflows.

Core Value

Empowers agents to export components or pages directly to Figma, leveraging the Figma MCP server for efficient design collaboration, utilizing parameters such as target, outputMode, and figmaFileKey to customize the export process.

Capabilities Granted for export-to-figma

Exporting UI components to Figma for design refinement
Automating page design updates in Figma using AI-generated content
Streamlining design handoffs from development to design teams via Figma

! Prerequisites & Limits

  • Requires Figma MCP server connection (figma@claude-plugins-official)
  • Needs configuration in .claude/settings.json
Project
SKILL.md
1.9 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Export to Figma Skill

Parameters

  • target (required): Component name or page route to export
  • outputMode (optional): newFile, existingFile, or clipboard (default: ask user)
  • figmaFileKey (optional): Required when outputMode is existingFile

Prerequisites

This skill requires the Figma MCP server (figma@claude-plugins-official). If unavailable, report: "Figma MCP server not connected. Enable figma@claude-plugins-official in .claude/settings.json or check your Figma authentication."

Workflow

1. Identify Target

  • Determine if target is a component or page
  • Read the component/page source files
  • Verify the files exist

2. Start Dev Server

  • Start the Vite dev server: npm run dev
  • Wait for it to be ready
  • Verify the target renders correctly at the expected URL:
    • Component: Use Storybook URL (http://localhost:6006)
    • Page: Use dev server URL (http://localhost:5173/{route})

3. Generate Figma Design

  • Call generate_figma_design with:
    • The URL of the rendered component/page
    • Description of the design
    • Output mode (new file, existing file, or clipboard)
  • Poll for completion using the returned captureId (check every 5 seconds)

4. Establish Code Connect

After successful design generation:

  • Call add_code_connect_map to link the Figma node to the React component
  • Map the component file path and props

5. Update Indexes

  • Update docs/components.md or docs/pages.md with the Figma URL and node ID
  • Update the component registry with the Figma link

Output

Report:

  1. Figma design created (URL)
  2. Code Connect mapping established
  3. Index documents updated

Error Handling

  • Figma MCP unavailable: Report error with setup instructions, do not proceed
  • Dev server fails: Report Vite error, suggest npm run dev manually
  • Design generation fails: Report the error from the MCP server

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is export-to-figma?

Perfect for Design-focused AI Agents needing seamless integration with Figma for streamlined design workflows. export-to-figma is a skill that allows AI agents to export design components or pages to Figma, utilizing the Figma MCP server.

How do I install export-to-figma?

Run the command: npx killer-skills add TETRA2000/figma-web-studio/export-to-figma. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for export-to-figma?

Key use cases include: Exporting UI components to Figma for design refinement, Automating page design updates in Figma using AI-generated content, Streamlining design handoffs from development to design teams via Figma.

Which IDEs are compatible with export-to-figma?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for export-to-figma?

Requires Figma MCP server connection (figma@claude-plugins-official). Needs configuration in .claude/settings.json.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add TETRA2000/figma-web-studio/export-to-figma. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use export-to-figma immediately in the current project.

Related Skills

Looking for an alternative to export-to-figma or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
Design

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
AI

antd-commit-msg

Logo of ant-design
ant-design

Generate a single-line commit message for ant-design by reading the projects git staged area and recent commit style. Use when the user asks for a commit message, says msg, commit msg, 写提交信息, or wants

97.8k
0
Design