Dotnet maui
A collection of curated, useful, and safe skills for Autohand Code CLI Agent
npx -y skills add autohandai/community-skills --skill dotnet-mauiAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 9 stars9 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Skills for .NET MAUI development: environment setup, diagnostics, and troubleshooting.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.2 KB, 199 tokens by cl100k_base, as published. Nobody here has run it
dotnet-maui
Overview
Use this skill for .NET MAUI development, mobile and desktop workload setup, build diagnostics, simulator or device troubleshooting, and cross-platform UI issues using dotnet/skills.
Workflow
- Inspect target platforms, workloads, SDK version, platform manifests, resources, and CI build setup.
- Reproduce issues on the relevant platform target before changing shared code.
- Keep platform-specific changes isolated and document workload or tooling prerequisites.
- Validate with the narrowest applicable
dotnet build, deploy, or test command.
Guardrails
- Do not assume iOS, Android, macOS, or Windows workloads are installed.
- Preserve platform permissions, entitlements, manifests, and resource naming.
- Call out simulator, device, signing, and workload blockers clearly.
Expected Output
Return MAUI-focused changes or troubleshooting steps with platform evidence and validation.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.