Claude Code skill pack for Figma (30 skills)
Installation
Open Claude Code and run this command:
/plugin install figma-pack@claude-code-plugins-plus
Use --global to install for all projects, or --project for current project only.
What It Does
> 30 production-grade Claude Code skills for the Figma REST API and Plugin API
Build design-to-code pipelines, extract design tokens, export assets, handle webhooks, and manage Enterprise features -- all with real Figma API endpoints, actual response shapes, and working TypeScript code.
Skills (30)
'Deep debugging for Figma API issues: network analysis, response inspection,.
'Choose between Figma integration architectures: CLI script, webhook.
'Automate Figma design token sync and asset export in CI/CD pipelines.
'Diagnose and fix common Figma REST API and Plugin API errors.
'Extract design tokens, colors, typography, and spacing from Figma files.
'Export images, icons, and assets from Figma files via the REST API.
'Optimize Figma API usage to minimize costs and stay within plan limits.
'Handle Figma API data correctly: comments, versions, user data, and.
'Collect Figma API diagnostic evidence for support tickets and troubleshooting.
'Deploy Figma-powered applications to Vercel, Cloud Run, and Fly.
'Configure Figma Enterprise features: OAuth 2.
'Make your first Figma REST API call to fetch a file and inspect its.
'Respond to Figma API outages, auth failures, and rate limit incidents.
'Set up Figma REST API authentication with personal access tokens or.
'Avoid the most common Figma API integration mistakes and anti-patterns.
'Load test Figma API integrations and plan for scale.
'Set up a local development workflow for Figma plugin and REST API projects.
'Migrate design systems between Figma files, or from other tools to Figma.
'Configure Figma API access across dev, staging, and production environments.
'Set up monitoring, metrics, and alerting for Figma API integrations.
'Optimize Figma REST API performance with caching, partial fetches, and.
'Enforce security policies and coding standards for Figma API integrations.
'Production readiness checklist for Figma REST API integrations.
'Handle Figma REST API rate limits with exponential backoff and request.
'Reference architecture for production Figma API integrations.
'Build resilient Figma integrations with circuit breakers, fallbacks,.
'Production-ready patterns for the Figma REST API and Plugin API.
'Secure Figma API tokens, configure scopes, and validate webhook signatures.
'Handle Figma REST API scope changes, deprecations, and migration tasks.
'Implement Figma Webhooks V2 for real-time file, comment, and library.
How It Works
/plugin install figma-pack@claude-code-plugins-plus
export FIGMA_PAT="figd_your-personal-access-token"
export FIGMA_FILE_KEY="your-file-key-from-figma-url"
"Help me extract design tokens from my Figma file"
"Export all icons from my Figma components as SVG"
"Set up a webhook to sync tokens when my Figma file changes"