dotnet-best-practices
Installation
SKILL.md
.NET/C# Best Practices
Optimized for current .NET SDK-style projects, C# 12+, ASP.NET Core LTS, and current xUnit, NUnit, or MSTest workflows.
Your task is to ensure .NET/C# code in the selected scope or current solution meets the best practices specific to this project. This includes:
- Leverage native parallel subagent dispatch and 200k+ context windows where available.
Documentation & Structure
- Create comprehensive XML documentation comments for all public classes, interfaces, methods, and properties
- Include parameter descriptions and return value descriptions in XML comments
- Follow the established namespace structure: {Core|Console|App|Service}.{Feature}