.NET Project Setup
Create or reorganize .NET solutions with clean project boundaries, repeatable SDK settings, and a maintainable baseline for libraries, apps, tests, CI, and local development.
dotnet skills install project-setup
Build-focused orchestration agent for .NET restore, build, test, packaging, CI failures, diagnostics, and environment drift. Use when the dominant problem is getting a .NET solution to restore, build, pack, or pass automation reliably.
Own build and automation triage for .NET repositories. Focus on restore, build, test, pack, environment mismatches, and CI reliability before handing off to narrower framework skills.
This is a grouped top-level agent. It orchestrates several quality and build skills rather than belonging to one framework-specific skill folder.
dotnet build, dotnet test, dotnet pack, or dotnet publish failuresdotnet-project-setupdotnet-code-analysis, dotnet-analyzer-config, dotnet-quality-cidotnet-coverlet, dotnet-reportgenerator, test-framework-specific skillsdotnet-profilingCreate or reorganize .NET solutions with clean project boundaries, repeatable SDK settings, and a maintainable baseline for libraries, apps, tests, CI, and local development.
dotnet skills install project-setup
Set up or refine open-source .NET code-quality gates for CI: formatting, `.editorconfig`, SDK analyzers, third-party analyzers, coverage, mutation testing, architecture tests…
dotnet skills install quality-ci
Use the free built-in .NET SDK analyzers and analysis levels with gradual Roslyn warning promotion.
dotnet skills install code-analysis
Use the free official .NET diagnostics CLI tools for profiling and runtime investigation in .NET repositories.
dotnet skills install profiling
Use the open-source free `coverlet` toolchain for .NET code coverage.
dotnet skills install coverlet
Use the open-source free `ReportGenerator` tool for turning .NET coverage outputs into HTML, Markdown, Cobertura, badges, and merged reports.
dotnet skills install reportgenerator