figma-prod-checklist

Featured

Production readiness checklist for Figma REST API integrations. Use when deploying Figma integrations to production, preparing for launch, or auditing an existing integration for production fitness. Trigger with phrases like "figma production", "deploy figma", "figma go-live", "figma launch checklist".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Figma Production Checklist ## Overview Complete checklist for deploying Figma API integrations to production, covering authentication, error handling, rate limits, monitoring, and rollback. ## Prerequisites - Staging environment tested and verified - Production PAT or OAuth credentials ready - Monitoring infrastructure available ## Instructions ### Step 1: Authentication & Secrets - [ ] Production PAT stored in secret manager (not env files) - [ ] PAT uses minimum required scopes (`file_content:read`, not `files:read`) - [ ] PAT expiry tracked (max 90 days) with rotation reminder - [ ] OAuth refresh token flow tested (if using OAuth) - [ ] Separate tokens for dev/staging/prod - [ ] No tokens in client-side code or git history ### Step 2: Error Handling - [ ] All HTTP status codes handled (400, 403, 404, 429, 500) - [ ] `Retry-After` header honored on 429 responses - [ ] Exponential backoff with jitter for transient errors - [ ] Max retry limit to prevent infinite loops - [ ] Graceful degradation when Figma is unavailable - [ ] Error responses do not leak token values in logs ### Step 3: Rate Limiting - [ ] Request queue with concurrency control (max 3-5 concurrent) - [ ] Batch node IDs in single requests (up to 50 per call) - [ ] Response caching for frequently accessed files (TTL: 60-300s) - [ ] Rate limit monitor with proactive throttling - [ ] No tight loops calling Figma API without delays ### Step 4: Monitoring & Health ```typescript // Health check endpoint asy...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

anima-prod-checklist

Production readiness checklist for Anima design-to-code pipelines. Use when deploying automated design-to-code services, preparing CI/CD Figma-to-code automation, or validating output quality before production. Trigger: "anima production", "anima go-live", "anima prod checklist".

2,266 Updated today
jeremylongshore
AI & Automation Featured

fathom-prod-checklist

Production readiness checklist for Fathom API integrations. Trigger with phrases like "fathom production", "fathom go-live", "fathom checklist".

2,266 Updated today
jeremylongshore
AI & Automation Featured

figma-reference-architecture

Reference architecture for production Figma API integrations. Use when designing a new Figma integration, planning project structure, or establishing patterns for design-to-code pipelines. Trigger with phrases like "figma architecture", "figma project structure", "figma integration design", "figma best practices layout".

2,266 Updated today
jeremylongshore
AI & Automation Solid

framer-prod-checklist

Execute Framer production deployment checklist and rollback procedures. Use when deploying Framer integrations to production, preparing for launch, or implementing go-live procedures. Trigger with phrases like "framer production", "deploy framer", "framer go-live", "framer launch checklist".

2,266 Updated today
jeremylongshore
AI & Automation Featured

fireflies-prod-checklist

Execute Fireflies.ai production deployment checklist with health checks and rollback. Use when deploying Fireflies.ai integrations to production, preparing for launch, or implementing go-live procedures. Trigger with phrases like "fireflies production", "deploy fireflies", "fireflies go-live", "fireflies launch checklist".

2,266 Updated today
jeremylongshore