maui-ai-debugging

Installation
SKILL.md

MAUI AI Debugging

Compatibility note: this legacy skill name is retained for older clients. The canonical replacement is maui-devflow-debug, installed through maui devflow init / maui devflow skills update.

Build, deploy, inspect, and debug .NET MAUI apps from the terminal. This skill enables a complete feedback loop: build → deploy → inspect → fix → rebuild.

Prerequisites

dotnet tool install --global Microsoft.Maui.Cli --prerelease || dotnet tool update --global Microsoft.Maui.Cli --prerelease
dotnet tool install --global androidsdk.tool    # Android only
dotnet tool install --global appledev.tools     # iOS/Mac only
Installs
1
GitHub Stars
213
First Seen
4 days ago
maui-ai-debugging — dotnet/maui-labs