What problem does it solve? Building a new design system component from a Figma design involves many error-prone steps: resolving product context, mapping semantic tokens, handling platform differences, creating metadata and changelog artifacts, and wiring up a review page. This Skill orchestrates that entire workflow so a component is implemented consistently without manual gate-checking. ## Core Features & Use Cases - Figma-to-component implementation: Discovers canonical name, variants, states, and semantic tokens from Figma plus repository context, then implements the component for confirmed platforms (Web, SwiftUI, Compose). - Pending-first versioning artifacts: Creates metadata, changelog source, and a pending release item with currentVersion: null and proposed initial version 1.0.0, never bumping versions automatically. - Review page and routing: Registers the component in the correct Components group, creates the review page and route, and renders the ComponentReleaseStatus changelog block. - Use Case: A designer shares a Figma link for a new Button component for the Driver product on Web. The Skill confirms platform scope, resolves tokens including Day/Night color mode mapping, implements the component, and returns a verified review page URL. ## Quick Start Ask the agent to build a component by providing a Figma link, product name, and target platform, for example: build this Figma component for the driver product on Web.