# Figma MCP Design System Delivery

> Use when Figma MCP supplies approved design context, components, variables, Code Connect mappings, or an editable Figma canvas for design-system delivery. Convert intent into accessible, project-native UI without treating generated code or canvas writes as automatically approved.

- Skill: `srednoff888-art/figma-mcp-design-system-delivery` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add srednoff888-art/figma-mcp-design-system-delivery`
- Raw SKILL.md: https://api.skillmd.com/api/skills/srednoff888-art/figma-mcp-design-system-delivery/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Design & Media
- Author: srednoff888-art (https://skillmd.com/u/srednoff888-art)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/srednoff888-art/figma-mcp-design-system-delivery

---


# Figma MCP Design-System Delivery

Use the design file as a specification, not an authority that overrides the
repository's runtime, accessibility, localization, or security constraints.

## Workflow

1. Identify the approved file, frame/node, component library, variables, and
   user rights before reading design context.
2. Extract layout, states, tokens, assets, and existing Code Connect mappings.
   Resolve discrepancies against the repository's implemented components.
3. Implement or adapt components locally, preserving keyboard behavior,
   responsive constraints, contrast, reduced motion, and semantic structure.
4. Use write-to-canvas only after explicit approval; re-read the changed nodes
   and report their exact scope.

## Guardrails

- Do not export or reuse assets without confirming file and asset rights.
- Treat Figma code generation as a starting point; review dependencies, visual
  behavior, and accessible states before merging.
- Keep design-context reads separate from canvas edits and design-library writes.

