mockup-graduate

Graduate approved mockups into production code with routing and state integration.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/sftwrstef/sol --skill mockup-graduate-sftwrstef
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mockup-graduate
Source: https://github.com/sftwrstef/sol/tree/main/.local/skills/mockup-graduate
Command: npx skills add https://github.com/sftwrstef/sol --skill mockup-graduate-sftwrstef

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Graduate an approved mockup from the sandbox into production code that follows the app's conventions and integrates with routing and state management.

Core Features & Use Cases

  • Identify the approved mockup and read its component decisions (colors, typography, layout) to guide production translation.
  • Analyze the main app's patterns to map the mockup to existing components, services, and routing.
  • Plan, implement, and verify the transformation, install missing dependencies, and place the production component in the app with validated integration.

Quick Start

Specify the approved mockup variant to graduate and initiate the transformation into 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 turn an approved design mockup into production code?

Graduating a mockup into production code requires analyzing your main app's patterns to map the mockup to existing components, services, and routing. This Skill automates that transformation by planning the transition, installing missing dependencies, and placing the component directly in your production tree.

What is the process for transitioning a mockup to production patterns in a codebase?

The mockup-to-production transition process works by reading the mockup's styling decisions, mapping them to your app's existing components and routing, and then planning and implementing the transformation. It finishes by placing the production component and verifying the integration.

Can I graduate multiple mockups into my main app at the same time?

Yes, you can graduate multiple mockups simultaneously. The transformation process handles one or more approved mockups, applying your app's production patterns, wiring routing and state, and verifying the integration for each component placed in the production tree.

Does graduating a mockup into production automatically install missing dependencies?

Yes, graduating a mockup into production code automatically installs missing dependencies. As part of the transformation process, the Skill identifies required packages, installs them, places the component in your production tree, and verifies the integration.

What's the best way to wire routing and state management when moving a mockup to production?

The best way to wire routing and state when moving a mockup to production is to analyze your main app's existing patterns first. This Skill maps the mockup to your current components and services, then plans and implements the routing and state wiring automatically.

Why does my mockup need transformation before integrating into the main app?

A mockup needs transformation before integrating into the main app because sandbox mockups rarely follow production conventions. Transforming the mockup ensures it matches your app's existing components, routing, and state management patterns for a fully validated integration.