figma-pack Verified Silver

Verified Silver · 79/100 saas-packs v1.0.0 by Jeremy Longshore

Claude Code skill pack for Figma (30 skills)

30 Skills
MIT License
Free Pricing

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)

figma-advanced-troubleshooting SKILL.md View full skill →

'Deep debugging for Figma API issues: network analysis, response inspection,.

ReadGrepBash(curl:*)Bash(node:*)
figma-architecture-variants SKILL.md View full skill →

'Choose between Figma integration architectures: CLI script, webhook.

ReadGrep
figma-ci-integration SKILL.md View full skill →

'Automate Figma design token sync and asset export in CI/CD pipelines.

ReadWriteEditBash(gh:*)
figma-common-errors SKILL.md View full skill →

'Diagnose and fix common Figma REST API and Plugin API errors.

ReadGrepBash(curl:*)
figma-core-workflow-a SKILL.md View full skill →

'Extract design tokens, colors, typography, and spacing from Figma files.

ReadWriteEditBash(npm:*)Bash(node:*)Grep
figma-core-workflow-b SKILL.md View full skill →

'Export images, icons, and assets from Figma files via the REST API.

ReadWriteEditBash(npm:*)Bash(curl:*)Grep
figma-cost-tuning SKILL.md View full skill →

'Optimize Figma API usage to minimize costs and stay within plan limits.

ReadGrep
figma-data-handling SKILL.md View full skill →

'Handle Figma API data correctly: comments, versions, user data, and.

ReadWriteEdit
figma-debug-bundle SKILL.md View full skill →

'Collect Figma API diagnostic evidence for support tickets and troubleshooting.

ReadBash(curl:*)Bash(tar:*)Bash(node:*)Grep
figma-deploy-integration SKILL.md View full skill →

'Deploy Figma-powered applications to Vercel, Cloud Run, and Fly.

ReadWriteEditBash(vercel:*)Bash(fly:*)Bash(gcloud:*)
figma-enterprise-rbac SKILL.md View full skill →

'Configure Figma Enterprise features: OAuth 2.

ReadWriteEdit
figma-hello-world SKILL.md View full skill →

'Make your first Figma REST API call to fetch a file and inspect its.

ReadWriteEditBash(curl:*)Bash(node:*)Bash(npx:*)
figma-incident-runbook SKILL.md View full skill →

'Respond to Figma API outages, auth failures, and rate limit incidents.

ReadGrepBash(curl:*)
figma-install-auth SKILL.md View full skill →

'Set up Figma REST API authentication with personal access tokens or.

ReadWriteEditBash(npm:*)Bash(curl:*)Grep
figma-known-pitfalls SKILL.md View full skill →

'Avoid the most common Figma API integration mistakes and anti-patterns.

ReadGrep
figma-load-scale SKILL.md View full skill →

'Load test Figma API integrations and plan for scale.

ReadWriteEditBash(k6:*)Bash(node:*)
figma-local-dev-loop SKILL.md View full skill →

'Set up a local development workflow for Figma plugin and REST API projects.

ReadWriteEditBash(npm:*)Bash(npx:*)Bash(pnpm:*)Grep
figma-migration-deep-dive SKILL.md View full skill →

'Migrate design systems between Figma files, or from other tools to Figma.

ReadWriteEditBash(npm:*)Bash(node:*)
figma-multi-env-setup SKILL.md View full skill →

'Configure Figma API access across dev, staging, and production environments.

ReadWriteEditBash(gcloud:*)Bash(vault:*)
figma-observability SKILL.md View full skill →

'Set up monitoring, metrics, and alerting for Figma API integrations.

ReadWriteEdit
figma-performance-tuning SKILL.md View full skill →

'Optimize Figma REST API performance with caching, partial fetches, and.

ReadWriteEdit
figma-policy-guardrails SKILL.md View full skill →

'Enforce security policies and coding standards for Figma API integrations.

ReadWriteEditBash(npx:*)
figma-prod-checklist SKILL.md View full skill →

'Production readiness checklist for Figma REST API integrations.

ReadBash(curl:*)Grep
figma-rate-limits SKILL.md View full skill →

'Handle Figma REST API rate limits with exponential backoff and request.

ReadWriteEdit
figma-reference-architecture SKILL.md View full skill →

'Reference architecture for production Figma API integrations.

ReadGrep
figma-reliability-patterns SKILL.md View full skill →

'Build resilient Figma integrations with circuit breakers, fallbacks,.

ReadWriteEdit
figma-sdk-patterns SKILL.md View full skill →

'Production-ready patterns for the Figma REST API and Plugin API.

ReadWriteEdit
figma-security-basics SKILL.md View full skill →

'Secure Figma API tokens, configure scopes, and validate webhook signatures.

ReadWriteGrep
figma-upgrade-migration SKILL.md View full skill →

'Handle Figma REST API scope changes, deprecations, and migration tasks.

ReadWriteEditBash(npm:*)Bash(git:*)
figma-webhooks-events SKILL.md View full skill →

'Implement Figma Webhooks V2 for real-time file, comment, and library.

ReadWriteEditBash(curl:*)

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"

Ready to use figma-pack?