Dotnet msbuild
A collection of curated, useful, and safe skills for Autohand Code CLI Agent
npx -y skills add autohandai/community-skills --skill dotnet-msbuildAssembled 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
Comprehensive MSBuild and .NET build skills: failure diagnosis, performance optimization, code quality, and modernization.
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.3 KB, 215 tokens by cl100k_base, as published. Nobody here has run it
dotnet-msbuild
Overview
Use this skill for MSBuild and .NET build work, including build failures, slow builds, SDK-style modernization, analyzers, targets, props, and CI build behavior using dotnet/skills.
Workflow
- Inspect
.sln,.csproj,Directory.Build.*,global.json, package props, targets, and CI definitions. - Reproduce the build issue with the smallest command that exercises the failing target.
- Diagnose property, item, target, SDK, package, and workload interactions with build logs when needed.
- Validate changes with restore/build/test or the affected CI command.
Guardrails
- Do not flatten project files or remove targets without proving they are unused.
- Preserve multi-targeting, packaging, analyzers, source generation, and CI behavior.
- Keep performance and modernization changes measurable.
Expected Output
Return build-focused changes or guidance with the relevant MSBuild evidence and verification.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.