RedthRedthCommunityยท1 Agent Skills Included

MauiDevFlow

Automated .NET MAUI app building, inspection, and debugging

Automates the full .NET MAUI development loop: build, deploy, inspect, interact, and debug across iOS, Android, Mac, Windows, and Linux. Captures screenshots, taps elements, reads logs, monitors network traffic, and edits UI properties live without rebuilding. Eliminates manual simulator clicking and slow visual verification so coding agents can close the feedback loop on their own.
npx skills add Redth/MauiDevFlow --all -g -y
Available:

Explains the MauiDevFlow architecture, build commands, and debug-only conventions so your AI agent can correctly build, test, and extend the toolkit and its debugging skill.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install MauiDevFlow?โ–ผ

Run `npx skills add Redth/MauiDevFlow --all -g -y` in your terminal to install the skill globally. You also need the CLI via `dotnet tool install --global Redth.MauiDevFlow.CLI`.

How to debug .NET MAUI apps with an AI agent?โ–ผ

Add the MauiDevFlow agent packages to your app in DEBUG mode, then your agent can inspect the visual tree, tap elements, take screenshots, and read logs entirely from the terminal.

Can AI agents interact with Blazor Hybrid WebViews?โ–ผ

Yes. The built-in CDP bridge lets your agent run JavaScript, fill inputs, click elements, and snapshot the DOM inside any BlazorWebView.

Which platforms does MauiDevFlow support?โ–ผ

It supports iOS Simulator, Android Emulator, Mac Catalyst, macOS AppKit, Windows, and Linux/GTK, with platform-specific setup guides included.

Can I monitor network requests and device sensors?โ–ผ

Yes. It automatically captures HTTP traffic with bodies and streams live sensor data like accelerometer and gyroscope over WebSocket.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’