mockup-graduate

Move approved mockups from sandbox into production-ready application code.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/bcwgames/FNaF-TVE --skill mockup-graduate-bcwgames
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mockup-graduate
Source: https://github.com/bcwgames/FNaF-TVE/tree/main/Five-Nights-At-Freddys-The-Virtual-Experience/.local/skills/mockup-graduate
Command: npx skills add https://github.com/bcwgames/FNaF-TVE --skill mockup-graduate-bcwgames

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Identify the approved mockup variant and extract design decisions (colors, typography, layout).
  • Analyze the main app's patterns for routing, state management, and component usage to guide the transformation.
  • Plan and execute the production integration, install missing dependencies, and verify visuals and behavior.

Quick Start

Approve a mockup variant and run the graduation workflow 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 move an approved mockup into production code?

To move an approved mockup into production code, you run the graduation workflow which transforms the mockup variant, resolves dependencies, and integrates it into your main app's routing and state management.

What does graduating a mockup into a main application involve?

Graduating a mockup involves extracting design decisions like colors and typography, analyzing the main app's patterns, and executing code transformation to ensure visual fidelity and behavioral consistency within existing conventions.

How do I update routing and state management when integrating mockup code?

Updating routing and state management during mockup integration happens automatically as the graduation workflow analyzes your main app's existing patterns and wires the transformed mockup code directly into those structures.

Does mockup graduation handle missing dependencies during code transformation?

Yes, the mockup graduation process handles missing dependencies by automatically resolving and installing required packages as part of the production-ready code transformation workflow.

Can I preserve visual fidelity when converting a mockup variant to production code?

You can preserve visual fidelity during mockup conversion because the graduation workflow extracts specific design decisions such as layout, typography, and colors to match the mockup variant exactly within the main app.

When should I not use automated mockup graduation for code integration?

You should avoid automated mockup graduation when a mockup variant has not been explicitly approved for production, as the workflow requires a chosen variant to execute dependency resolution and routing updates correctly.