makepad-screenshot

Capture and analyze Makepad app UI screenshots for visual debugging.

37|14|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/ZhangHanDong/makepad-component --skill makepad-screenshot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: makepad-screenshot
Source: https://github.com/ZhangHanDong/makepad-component/tree/main/skills/makepad-screenshot
Command: npx skills add https://github.com/ZhangHanDong/makepad-component --skill makepad-screenshot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables automated visual debugging for Makepad GUI applications by capturing and analyzing screenshots to identify UI issues.

Core Features & Use Cases

  • Bring the target Makepad app window to front for reliable captures.
  • Capture current or named Makepad apps with deterministic screenshot workflows.
  • Analyze screenshots with Read tool and generate actionable UI reports.
  • Support slash-command based invocations to trigger end-to-end screenshot workflows.

Quick Start

Invoke the slash command /screenshot to capture the current Makepad app, or use /run-and-capture <package> to build, run, and capture a named app.

Frequently Asked Questions about makepad-screenshot

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

FAQPage Schema
What is automated screenshot visual debugging for Makepad GUI applications?

Automated screenshot visual debugging captures, analyzes, and reports UI screenshots to identify rendering issues in Makepad apps. It handles current-running apps, named targets, and build-run workflows to verify UI rendering across demos and custom apps.

How do I capture and analyze a Makepad app screenshot using a slash command?

You can capture a Makepad app screenshot by invoking the /screenshot slash command for the current app, or using /run-and-capture <package> to build, run, and capture a named app. The tool brings the target window to front for reliable captures.

Does Makepad visual debugging require macOS-native tooling?

Yes, Makepad visual debugging requires macOS-native tooling for window handling and screen capture. These native tools ensure deterministic screenshot workflows by bringing the target Makepad app window to the front for reliable captures.

Can I build and run a named Makepad app before capturing its UI screenshot?

Yes, you can build and run a named Makepad app before capturing its UI screenshot by using the /run-and-capture <package> slash command. This triggers an end-to-end workflow that builds, runs, and captures the target app.

How are captured Makepad GUI screenshots analyzed to generate UI reports?

Captured Makepad GUI screenshots are analyzed using a Read tool to evaluate UI rendering. The tool then generates actionable UI reports to help identify and resolve visual debugging issues within the Makepad application.