What problem does it solve?
This Skill automates the process of moving an approved mockup from a sandbox into the main application and adapting it to the app's architecture so teams avoid manual rewrites, styling mismatches, and routing mistakes.
Core Features & Use Cases
- Pattern Analysis & Mapping: Inspect the approved mockup component to extract colors, typography, layout, icons, and structural patterns and map them to the main app's conventions.
- Dependency & Asset Reconciliation: Compare imports against the main app, install missing packages, and copy required assets into the app's asset pipeline.
- Code Transformation & Wiring: Replace mock data with real API hooks, adapt UI imports to the app's component library, wire navigation and state, and update routing and imports.
- Verification & Cleanup: Run linters, restart dev workflows, and perform basic rendering checks before optionally removing or preserving the sandbox mockup for reference.
- Use Case: When a designer or stakeholder approves a variant, graduate it into the live React app so it becomes a routed, data-driven page integrated with auth and backend calls.
Quick Start
Graduate variant B into the main React app, adapt its styles to the existing design system, and wire its data, routing, and state connections for production.