mockup-graduate

Migrate approved mockups into production components with routing, state, and styling.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/soq123/SE3354-Calo-fit --skill mockup-graduate-soq123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mockup-graduate
Source: https://github.com/soq123/SE3354-Calo-fit/tree/main/.local/skills/mockup-graduate
Command: npx skills add https://github.com/soq123/SE3354-Calo-fit --skill mockup-graduate-soq123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Move an approved mockup from the mockup sandbox into the main application and convert it into production-ready code that conforms to the project's conventions and architecture.

Core Features & Use Cases

  • Transform mockup prototypes into production-ready components that follow the app's conventions.
  • Wire routing, state management, and styling to integrate with the existing codebase.
  • Use Case: When a mockup is approved for production, graduate the mockup to a fully integrated page or component with routing and data wiring.

Quick Start

Identify the approved mockup in the mockup sandbox and run the graduation workflow to generate a production-ready component 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 convert a mockup into production-ready code?

To convert a mockup into production-ready code, this Skill analyzes your main app's architecture, maps mockup parts to production equivalents, wires routing and state, migrates assets, and verifies the build.

How does mockup graduation handle routing and state management integration?

Mockup graduation handles routing and state integration by analyzing the main application's architecture and mapping the mockup's components to the existing production routing and state management conventions.

What is the best way to move an approved mockup into an existing application?

The best way to move an approved mockup into an existing application is to run a graduation workflow that transforms the prototype, installs missing dependencies, and conforms the code to project conventions.

Does the mockup graduation process run tests and linting automatically?

Yes, the mockup graduation process automatically runs the linter and tests, and verifies the build to ensure the integrated production code meets the necessary quality and architecture standards.

Can I integrate a design-system mockup without manually installing dependencies?

You can integrate a design-system mockup without manual dependency installation because the graduation workflow identifies and installs all missing dependencies required for production integration.

Why does my mockup to production migration fail the build verification?

Mockup to production migration may fail build verification if the mapped routing, state, or styling does not conform to the main app's architecture, or if required dependencies were not installed correctly.