What problem does it solve? Design teams struggle to keep Figma files synchronized with code, audit accessibility compliance, and document components manually. This Skill provides 22 ready-to-use playbooks that extend the native Figma MCP server to automate design-system workflows directly inside Figma. ## Core Features & Use Cases - Design Token Export/Import: Convert Figma variables to DTCG JSON, CSS custom properties, Tailwind, SCSS, or TypeScript, and push tokens back into Figma as variables. - Accessibility & Quality Audits: Run WCAG 2.2 contrast linting, touch-target size checks, and per-component accessibility scorecards across the node tree. - Component Analysis & Documentation: Extract variant state machines, deep component trees with resolved tokens, and generate Markdown component documentation. - Versioning & Collaboration: List version history, generate changelogs between versions, and manage file comments via the Figma REST API. - Use Case: A design engineer selects a component set in Figma, asks the agent to export all semantic tokens to CSS variables, then runs a WCAG contrast lint to flag accessibility violations before handoff. ## Quick Start Ask the agent to export the Figma design tokens from the current file to CSS custom properties using the figma-export-tokens playbook.