What problem does it solve? AI coding agents implementing Figma designs often guess at project conventions, producing inconsistent component structure, hardcoded values, and misplaced files. This Skill captures your codebase's unwritten conventions as explicit rule files so agents follow them automatically on every Figma implementation task. ## Core Features & Use Cases - Codebase Analysis: Inspects component organization, styling approach, design tokens, naming conventions, and architecture decisions before writing rules. - Multi-Agent Rule Output: Saves generated rules to the correct file for Claude Code (CLAUDE.md), Codex CLI (AGENTS.md), or Cursor (.cursor/rules/figma-design-system.mdc with YAML frontmatter). - Figma MCP Workflow Rules: Encodes the required get_design_context, get_screenshot, and asset-handling flow so implementations match designs 1:1. - Use Case: A React + Tailwind team asks the agent to create design system rules; the Skill analyzes src/components and tailwind.config.js, then writes rules enforcing token usage and component reuse for all future Figma tasks. ## Quick Start Ask the agent to create design system rules for your project, specifying your languages and framework so it can analyze the codebase and save the rules file.