Distributable agent skills for .NET MAUI development. Installable via the Copilot CLI, Claude Code, or VS Code plugin system.
DevFlow runtime skills (maui-devflow-onboard, maui-devflow-debug, maui-devflow-session-review) are bundled with the maui CLI from plugins/dotnet-maui/skills/, installed with maui devflow init, and exposed through the plugin manifest.
| Plugin | Skill | Description |
|---|---|---|
| dotnet-maui | maui-devflow-onboard | Add MAUI DevFlow packages and app registration to a project. |
| maui-devflow-debug | Run MAUI DevFlow build, deploy, connection recovery, inspect, and fix loops. | |
| maui-devflow-session-review | Review opt-in MAUI DevFlow sessions for friction, retries, workarounds, and product feedback. | |
| devflow-connect | Diagnose and fix DevFlow agent connectivity issues between the maui CLI and running .NET MAUI apps. |
|
| maui-ai-debugging | Legacy compatibility skill for older DevFlow clients. | |
| android-slim-bindings | Create Android slim bindings using the Native Library Interop approach. | |
| ios-slim-bindings | Create iOS slim bindings using the Native Library Interop approach. | |
| dotnet-workload-info | Discover installed .NET workloads, SDK versions, and dependency requirements. |
# Add this repo as a marketplace
/plugin marketplace add dotnet/maui-labs
# Install the plugin
/plugin install dotnet-maui@dotnet-maui-labsSee CONTRIBUTING.md for the full guide. Quick summary:
- Create
plugins/<plugin>/skills/<skill-name>/SKILL.mdwith YAML frontmatter - Create
tests/<plugin>/<skill-name>/eval.yamlwith evaluation scenarios - Submit a PR — the
skill-checkworkflow validates automatically - A maintainer posts
/evaluateto run LLM-based evaluation