mockup

Generates runnable UI mockups from approved wireframes using declared stacks.

23|7|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/kinncj/MAPLE --skill mockup-kinncj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mockup
Source: https://github.com/kinncj/MAPLE/tree/main/template/.opencode/skills/mockup
Command: npx skills add https://github.com/kinncj/MAPLE --skill mockup-kinncj

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffold high-fidelity UI component mockups using the project's declared UI stack consuming approved wireframes and design tokens. Output is runnable code — not a design file. Human approval required before the mockup is treated as the implementation target.

Core Features & Use Cases

  • Generates mockups for React Mantine, React Tailwind, and plain HTML stacks from approved wireframes.
  • Provides starter templates and ensures assets, tokens, and wireframes are aligned to design specs.
  • Outputs mockup artifacts such as <story-id>.mockup.tsx and <story-id>.mockup.md in docs/design/mockups.

Quick Start

Provide an approved wireframe and tokens, then run the mockup generator to produce runnable UI code in your chosen stack.

Frequently Asked Questions about mockup

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

FAQPage Schema
How do I generate UI mockups from wireframes in React or HTML?

The generator outputs runnable mockup code in React Mantine, React Tailwind, or plain HTML by consuming approved wireframes and design tokens. It produces artifacts like mockup.tsx and mockup.md files in docs/design/mockups.

What are the prerequisites for generating mockups from wireframes and design tokens?

Generating mockups requires approved wireframes and available design tokens as prerequisites. The tool enforces pre-flight checks to ensure both are present before producing starter UI code.

Does the mockup generator work with React Tailwind and Mantine stacks?

Yes, the mockup generator supports React Tailwind, React Mantine, and plain HTML stacks. It aligns assets, tokens, and wireframes to design specs before outputting runnable code.

Why do I need human approval before using generated UI mockups as implementation targets?

Human approval is required because the generator produces high-fidelity starter code rather than final implementation files. Approval ensures the mockup accurately reflects the wireframe and design tokens before development.

What is the best way to scaffold high-fidelity UI components from approved wireframes?

Scaffolding high-fidelity UI components is best handled by generating runnable mockup code directly from approved wireframes and tokens. This outputs starter templates rather than static design files.