MauiDevFlow
Automated .NET MAUI app building, inspection, and debugging
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core