What problem does it solve?
Extracting UI components from a running codebase for isolated visual inspection and iterative design is tedious and error-prone when done by hand. This Skill removes guesswork by copying the real source, resolving imports, stubbing external behavior, and producing an isolated preview that matches the app's visual output exactly.
Core Features & Use Cases
- Precise extraction: Trace the full import graph for a target component and copy or inline dependencies so the component renders identically in a sandbox.
- Safe stubbing: Replace network calls, routing, and global state with deterministic mocks so previews are stable and side-effect free.
- Scoped styling and fonts: Generate a group-level stylesheet that reproduces the app's CSS variables and fonts without leaking tokens into other mockups.
- Use Case: Move an app's Navbar or Settings page into the mockup sandbox to create variants, run visual comparisons, or hand the exact rendering to designers.
Quick Start
Extract the Navbar component from the frontend codebase into the mockup sandbox and preview it on the canvas for redesign.