mockup-graduate

Move an approved mockup from the sandbox into the main app and productionize it.

18|4|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/El3tar-cmd/DevHive-Cli --skill mockup-graduate-el3tar-cmd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mockup-graduate
Source: https://github.com/El3tar-cmd/DevHive-Cli/tree/main/skills/mockup-graduate
Command: npx skills add https://github.com/El3tar-cmd/DevHive-Cli --skill mockup-graduate-el3tar-cmd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill moves an approved mockup from the mockup sandbox into the main production app and transforms the self-contained prototype into production-ready code that aligns with the project's conventions.

Core Features & Use Cases

  • Identify the approved mockup variant from artifacts/mockup-sandbox and read its design decisions.
  • Analyze the main app's routing, state management, and styling to ensure consistency with existing conventions.
  • Plan and execute the transformation by wiring real data sources, replacing mock data with API calls, installing missing dependencies, and integrating the component into the target project.

Quick Start

Identify the approved mockup and implement the production-ready component in the target application.

Frequently Asked Questions about mockup-graduate

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

FAQPage Schema
How do I migrate an approved mockup to production code?

Graduating an approved mockup involves identifying the selected variant from the sandbox, analyzing the host app's routing and state conventions, replacing mock data with API calls, installing missing dependencies, and placing the production component into the main app.

What is the process of turning a UI prototype into a production component?

Turning a UI prototype into a production component requires analyzing the target app's styling and routing patterns, planning the code transformation, wiring real API data sources to replace mock data, and verifying the final integration within the main application.

Can I move a self-contained prototype into an existing app without breaking conventions?

Yes, you can migrate a self-contained prototype by analyzing the main app's routing, state management, and styling conventions first, then planning the code transformation to ensure the graduated component aligns with existing project patterns.

How do I replace mock data with API calls when promoting a mockup?

To replace mock data with API calls during mockup promotion, analyze the host app's existing data sources, plan the transformation, wire the real data sources into the component, and verify the integration within the main application.

Do I need to manually install dependencies when graduating a mockup variant?

You do not need to manually install dependencies when graduating a mockup variant; the graduation process identifies missing dependencies and installs them automatically while planning the transformation and placing the production component.