mockup-graduate

Graduate approved mockups into production-ready main-app code.

Updated Dec 1, 2025
One-click install
npx skills add https://github.com/KartikSharma4448/MyPortfolio --skill mockup-graduate-kartiksharma4448
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mockup-graduate
Source: https://github.com/KartikSharma4448/MyPortfolio/tree/main/.local/skills/mockup-graduate
Command: npx skills add https://github.com/KartikSharma4448/MyPortfolio --skill mockup-graduate-kartiksharma4448

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Move an approved mockup from the mockup sandbox into the main app. Transform the self-contained prototype into production-ready code that matches the app's conventions.

Core Features & Use Cases

  • Identify the approved mockup and read its design decisions.
  • Analyze the main app's patterns (routing, state management, data fetching, styling) to plan the transformation.
  • Transform the mockup into production-ready components, wire up navigation, integrate with app state, and install any missing dependencies.
  • Verify the integration and provide options for cleaning up the sandbox after graduation.

Quick Start

Select an approved mockup variant and run the graduation workflow to transform it into production-ready code in the main app.

Frequently Asked Questions about mockup-graduate

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

FAQPage Schema
How do I integrate an approved mockup into production code?

To integrate an approved mockup into production code, this Skill automates the graduation workflow by transforming the prototype, wiring up navigation, installing missing dependencies, and matching main app conventions.

What is the process for moving a mockup component into a main app router?

The process for moving a mockup component into a main app router involves analyzing the app's architecture, transforming the mockup into production-ready components, and wiring the new component directly into the existing router and state management.

Can I graduate a mockup without understanding my main app's architecture?

No, graduating a mockup requires understanding the main app's architecture and component conventions. The Skill needs this context to properly plan the transformation and wire new components into existing routing and state management.

What's the best way to transform a self-contained prototype into production-ready components?

The best way to transform a self-contained prototype into production-ready components is to plan the transformation by analyzing app patterns for routing, state management, data fetching, and styling before applying the changes.

Does graduating a mockup install missing dependencies automatically?

Yes, graduating a mockup installs missing dependencies automatically. The workflow includes dependency installation as part of transforming the approved mockup variant into production-ready main-app code.

What happens to the mockup sandbox after graduation?

After graduation, the workflow verifies the integration and provides options for cleaning up the sandbox. This ensures the production environment remains organized once the mockup is successfully transformed.