$npx skillfedfor your agent

Figma Developer

Figma Developer bridges design and development by extracting components, design tokens, and assets directly from Figma into production-ready code. It automates icon export as React components, syncs design decisions as CSS and JSON tokens, and generates component structures—eliminating manual handoff between designers and developers.

Figma Developer automates conversion of Figma designs into production-ready React components with design tokens and asset export.

AI-generated summary based on this skill's SKILL.md

32 7 MITupdated by daffy0208

Decision gist · record as of 2025-12-25

Figma Developer automates conversion of Figma designs into production-ready React components with design tokens and asset export. Figma Developer bridges design and development by extracting components, design tokens, and assets directly from Figma into production-ready code. It automates icon export as React components, syncs design decisions as CSS and JSON tokens, and generates component structures—eliminating manual handoff between designers and developers.

manual: git clone https://github.com/daffy0208/ai-dev-standards → cp -r ai-dev-standards/skills/figma-developer ~/.claude/skills/figma-developer
skills/figma-developer/SKILL.md · version aea11c18

Use it when

  • Yes.
  • Figma Developer generates icon components and assets from Figma frames automatically.

Verify before relying

Read SKILL.md below before installing (2 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

daffy0208/ai-dev-standards/figma-developer · repository language: TypeScript

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How does Figma Developer convert figma designs to react code?

Figma Developer automates the conversion of Figma designs into production-ready React components. It reads your design frames directly from Figma, extracts component structures, and generates TypeScript-ready code that maintains design fidelity while following React best practices. This eliminates manual recreation and keeps your codebase synchronized with design updates.

Can Figma Developer extract design tokens from Figma?

Yes. Figma Developer extracts design tokens directly from your Figma file and syncs them as CSS variables and JSON files. This ensures your color palettes, typography scales, spacing systems, and other design decisions flow automatically into your codebase, creating a single source of truth for design consistency across teams.

Does Figma Developer generate icon components from Figma frames?

Figma Developer generates icon components and assets from Figma frames automatically. It exports SVG icons as reusable React components, preserving your design system's icon library and making icons instantly available to developers without manual export steps.

How can I automate design-to-code workflow with Figma Developer?

Figma Developer integrates with GitHub Actions to automate your entire design-to-code pipeline. Set up triggers that run whenever your Figma file updates, automatically regenerating components, tokens, and assets in your repository. This bridges the gap between designers and developers by eliminating manual handoffs and keeping code always in sync with design.

What license does Figma Developer use?

Figma Developer is released under the MIT license, allowing you to use, modify, and distribute it freely in both open-source and commercial projects with minimal restrictions.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Figma Developer

Turn Figma designs into production-ready code.

Core Principle

Design is the single source of truth.

Designers work in Figma. Developers build from Figma. The bridge between them should be automated, not manual.


Phase 1: Setup & Authentication

Get Figma Access Token
  1. Go to Figma Settings
  2. Scroll to "Personal access tokens"
  3. Click "Generate new token"
  4. Name it (e.g., "Development")
  5. Copy and save securely
Environment Setup
# .env
FIGMA_ACCESS_TOKEN=figd_...
Install Figma Client
npm install node-fetch
Test Connection

```typescript import { FigmaClient } from '@/integrations/design-tools/figma/client'

const client = new FigmaClient({ accessToken: process.env.FIGMA_ACCESS_TOKEN })

// Test with a public file const file = await

(truncated - see the full file via the links below)

File tree — 2 files
skills/figma-developer/SKILL.md
skills/figma-developer/manifest.yaml

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Convert Figma designs to production-ready React components automatically”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

Figma
by hoodini · hoodini/ai-agents-skills

Connect to Figma's API to retrieve design files, pull component data, and automate design-to-code pipelines. Generate React components and Tailwind CSS directly from Figma nodes, export images in multiple formats, and sync design system updates programmatically.

no license declared → metadata onlyupdated Jul 2026
★ 257repo stars
Figma Developer
by oakoss · oakoss/agent-skills

Figma Developer bridges design and code by pulling design tokens, icons, and component data directly from Figma's REST API. It handles token extraction to CSS variables, SVG icon exports, React component generation, and CI-based automation for continuous design sync.

no license declared → metadata onlyupdated Mar 2026
★ 13repo stars
Figma Code Connect Components
by openai · openai/skills

This skill connects Figma design components to their code counterparts using Code Connect mapping. It identifies unmapped published components, searches your codebase for matching implementations, and establishes mappings to keep design and code in sync.

no license declared → metadata onlyupdated Jul 2026
★ 24,259repo stars
Figma And Lit
by rodydavis · rodydavis/skills

This guide walks through creating a Figma plugin powered by Lit web components. You'll configure TypeScript and Webpack, build a custom component with Lit's decorator syntax, and connect it to Figma's plugin API for design automation tasks.

no license declared → metadata onlyupdated Jul 2026
★ 59repo stars
Figma Implement Design
by openai · openai/skills

This skill transforms Figma designs into production-ready application code by extracting design context, visual references, and assets from Figma files, then translating them into your project's framework and conventions. It ensures 1:1 visual fidelity while reusing existing components and design tokens.

no license declared → metadata onlyupdated Jul 2026
★ 24,259repo stars
figma-implement-design
by foryourhealth111-pixel · foryourhealth111-pixel/Vibe-Skills

This skill translates Figma designs into production-ready code by connecting to the Figma MCP server, extracting design context and visual references, and implementing components with 1:1 visual fidelity. It handles design token mapping, asset downloads, and project convention integration to ensure the final UI matches Figma specs exactly.

Apache-2.0updated Jul 2026
★ 2,494repo stars

More skills Figma Implement Design (NOASSERTION) · figma-implement-design (MIT) · figma-integration (Apache-2.0) · Asset Manager (MIT) · Figma Code Connect (NOASSERTION)

Tags
design-automationtoken-managementcomponent-extractionasset-exportworkflow-integrationdesign-system-synccode-generationfigma-apidesign-dev-bridge