figma-ci-integration
Installation
SKILL.md
Figma CI Integration
Overview
Automate Figma API workflows in CI/CD: sync design tokens on schedule, export assets on PR, and validate design system consistency.
Prerequisites
- GitHub repository with Actions enabled
FIGMA_PATstored as GitHub secret- Design token extraction script (from
figma-core-workflow-a)
Instructions
Step 1: Scheduled Token Sync Workflow
# .github/workflows/figma-token-sync.yml
name: Sync Figma Design Tokens