mockup-graduate

Graduate approved mockups into production code with routing and dependencies.

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

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

  • Transfers a validated mockup variant from mockup sandbox into the main codebase.
  • Analyzes the main app's routing, state management, and UI library to adapt the mockup.
  • Installs missing dependencies, wires navigation, and verifies integration by building and rendering.

Quick Start

Follow the graduation flow to graduate the approved mockup into the main app and verify it builds.

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 frontend code?

Graduating a mockup into production code requires adapting it to the main app's routing and state management. The Skill analyzes existing patterns, installs missing dependencies, transforms the mockup to production code, wires navigation, and verifies integration through building and rendering.

What does it mean to graduate a mockup into the main application?

Graduating a mockup means transforming an approved sandbox variant into production-ready code within the main application. It involves analyzing app patterns, adapting routing and state management, and verifying the integration builds and renders correctly.

Can I integrate a mockup variant without manually wiring navigation?

Yes, the Skill automatically wires navigation when graduating a mockup. It analyzes the main app's existing routing patterns and connects the transformed production code seamlessly, ensuring the new component integrates without manual navigation setup.

Does graduating mockups install missing frontend dependencies automatically?

Yes, the Skill installs missing dependencies automatically during the graduation process. It identifies required packages by analyzing the main app's patterns, ensuring the transformed production code builds and renders correctly without manual package management.

What is the best way to refactor a mockup to match existing component library conventions?

The best way is to analyze the main app's existing UI patterns and component library conventions first. The Skill automatically refactors the mockup code to match these patterns, ensuring the production integration aligns with the app's established architecture.

Why does my mockup integration fail to build after moving it to the main app?

Mockup integration fails to build when routing, state management, or dependencies are not adapted to the main app's patterns. The Skill prevents this by analyzing conventions, installing missing packages, and verifying the integration by building and rendering before completion.