mockup-graduate

Graduate an approved mockup into production-ready app code.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/lostitonce420-beep/novaura.life-official --skill mockup-graduate-lostitonce420-beep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mockup-graduate
Source: https://github.com/lostitonce420-beep/novaura.life-official/tree/main/The-Gilded-Cage/.local/skills/mockup-graduate
Command: npx skills add https://github.com/lostitonce420-beep/novaura.life-official --skill mockup-graduate-lostitonce420-beep

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Move an approved mockup from the mockup sandbox into the main app, transforming it into production-ready code that matches the app's conventions.

Core Features & Use Cases

  • Identify the approved mockup and extract key design decisions for production translation.
  • Analyze the main app's patterns (routing, state management, styling, and component library) to plan the integration.
  • Transform and place the component in the main app, replace mock data with real data, wire navigation, and adapt to the app's conventions.
  • Update routing and verify the integration with linting, tests, and accessibility checks as needed.

Quick Start

Confirm the approved mockup variant and initiate the graduation process to produce production-ready code.

Frequently Asked Questions about mockup-graduate

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

FAQPage Schema
How do I convert an approved UI mockup into production-ready code?

To convert an approved UI mockup into production-ready code, you plan the transformation, install missing dependencies, adapt data flow and routing, and place UI components to match the main app's conventions.

What does graduating a mockup into a main application involve?

Graduating a mockup into a main application involves extracting design decisions, analyzing app patterns for state management and styling, replacing mock data with real data, and wiring navigation to the app's routing structure.

How do I integrate sandbox mockups with existing app routing and state management?

You integrate sandbox mockups by analyzing the main app's routing and state management patterns, adapting the component to fit those conventions, updating routing configurations, and verifying the integration with linting and tests.

Do I need to manually install dependencies when moving mockups to production?

You do not need to manually install all dependencies when moving mockups to production; the graduation process identifies and installs missing dependencies required to adapt the component to the main app's environment.

Can I enforce accessibility and error handling when transforming mockups into production code?

Yes, you can enforce accessibility and error handling when transforming mockups, as the graduation process applies production-grade patterns and verifies the integration with accessibility checks alongside linting and tests.