mockup-extract

Extract UI components into a mockup sandbox with stubbed dependencies.

Updated Aug 4, 2025
One-click install
npx skills add https://github.com/nirajrathod19/Inlytix_BI --skill mockup-extract
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mockup-extract
Source: https://github.com/nirajrathod19/Inlytix_BI/tree/main/.local/skills/mockup-extract
Command: npx skills add https://github.com/nirajrathod19/Inlytix_BI --skill mockup-extract

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows users to take existing UI components from their main application and bring them into a sandbox environment for redesign, variant creation, or visual reference, ensuring the source code is the definitive starting point.

Core Features & Use Cases

  • Component Extraction: Pulls existing code components into a mockup sandbox.
  • Design Iteration: Enables redesign, variant creation, and visual review of live components.
  • Accurate Representation: Ensures exact visual fidelity by using the source code, not approximations.
  • Use Case: A user wants to redesign their application's header. This skill extracts the current header component, allowing the designer to experiment with new layouts and styles within the sandbox without affecting the live application.

Quick Start

Use the mockup-extract skill to put the user's current settings page on the canvas.

Frequently Asked Questions about mockup-extract

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract UI components from an existing application for redesign?

To extract UI components for redesign, this Skill pulls existing code components into a dedicated mockup sandbox. It analyzes dependency trees, stubs external dependencies, and rewrites import paths to ensure isolated rendering without affecting the live application.

Can I create design variants using my application's actual source code?

Yes, you can create design variants using your application's actual source code. The Skill prioritizes using the real source code as the definitive starting point, ensuring exact visual fidelity rather than relying on approximations during design iteration.

What's the best way to isolate a frontend component for visual review?

The best way to isolate a frontend component for visual review is to copy it into a mockup sandbox. This Skill handles the extraction by inlining code and stubbing external dependencies, allowing you to experiment with new layouts independently.

Does extracting components into a sandbox break my application's dependency tree?

No, extracting components into a sandbox does not break your application's dependency tree. The Skill analyzes the dependency tree, copies or inlines the necessary code, and rewrites import paths to ensure the component renders correctly in isolation.

Why should I use source code instead of a visual mockup for design iteration?

Using source code for design iteration ensures accurate representation and exact visual fidelity. By extracting the actual component, you avoid approximations and can directly experiment with new layouts and styles within the sandbox environment.

Can I redesign a specific page section like a settings page without affecting the live app?

Yes, you can redesign a specific page section like a settings page without affecting the live app. The Skill extracts the target component into an isolated mockup sandbox, allowing you to iterate on design variants safely.