What problem does it solve? AI coding agents produce inconsistent code when implementing Figma designs because they lack knowledge of your project's component conventions, styling approach, and design token system. This Skill generates custom design system rules that encode those conventions into agent-readable rule files. ## Core Features & Use Cases - Codebase Analysis: Inspects component organization, styling approach, design tokens, and architecture patterns to derive accurate rules. - Multi-Agent Rule Output: Writes rules to CLAUDE.md for Claude Code, AGENTS.md for Codex CLI, or .cursor/rules/figma-design-system.mdc for Cursor. - Figma MCP Integration: Uses the Figma MCP server's create_design_system_rules tool as the foundation and defines the required get_design_context and get_screenshot workflow. - Use Case: A team starting Figma-driven development on a React and Tailwind project runs this Skill once so every subsequent Figma implementation automatically reuses existing components and design tokens. ## Quick Start Ask the agent to create design system rules for your project using the Figma MCP server and save them to your agent's rule file.