mockup-graduate

Convert approved mockups into production components matching app architecture and UI conventions.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/naopensedoit2-design/Claramente-nao-sou-um-Escritor --skill mockup-graduate-naopensedoit2-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mockup-graduate
Source: https://github.com/naopensedoit2-design/Claramente-nao-sou-um-Escritor/tree/main/.local/skills/mockup-graduate
Command: npx skills add https://github.com/naopensedoit2-design/Claramente-nao-sou-um-Escritor --skill mockup-graduate-naopensedoit2-design

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the gap between an approved design mockup and working production code, so your UI looks correct and functions properly in the real app.

Core Features & Use Cases

  • Mockup-to-production transformation: Moves an approved mockup from the mockup sandbox into the main app while preserving the approved visual design (spacing, typography, layout, animations, icons).
  • App-pattern alignment: Analyzes the main app’s routing, state management, data fetching, and component conventions, then adapts the mockup accordingly.
  • Production readiness checks: Replaces mock data with real integrations, wires navigation and state, adds loading/error/empty states, installs missing dependencies, and verifies rendering.

Quick Start

Activate this skill by saying “use this one, put this in my app, graduate this mockup,” after you approve the desired variant on the canvas.

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 mockup into production-ready UI components?

To convert an approved mockup into production-ready UI, the transformation process moves the approved design from the sandbox into the main app, preserving visual fidelity while adapting to existing routing, state management, and component conventions.

What does it mean to align a mockup with existing app patterns?

Aligning a mockup with existing app patterns means analyzing the main application's routing, state management, data fetching, and component conventions, then adapting the mockup's styling and structure to integrate seamlessly with those established architectural patterns.

How do I replace mock data with real integrations when graduating a mockup?

To replace mock data with real integrations when graduating a mockup, the production readiness process wires actual data fetching, updates routing, adds loading and error states, and installs missing dependencies to verify the component renders correctly.

Can I use this to install missing dependencies during UI integration?

Yes, you can install missing dependencies during UI integration. The transformation process identifies required packages for the approved mockup variant and installs them to ensure the production-ready component functions correctly within the main app.

What is the best way to add loading and empty states to a graduated mockup component?

The best way to add loading and empty states to a graduated mockup component is through the production readiness checks, which replace mock data with real integrations and explicitly wire loading, error, and empty states into the final UI.

Why does my graduated mockup not render correctly in the main app?

If your graduated mockup does not render correctly, the production readiness verification step checks rendering after updating routing, replacing mock data, and installing dependencies to ensure the component integrates properly within the main application architecture.