In all the projects I set up, I try to respect the following architectural and development conventions.
- Objectives and Responsibilities
- .NET Naming Conventions
- Blazor Conventions
- GIT Conventions
- Unit Tests and Code Coverage
You can use this “CSharp Naming Conventions” AI Skill to help your AI coding agent (GitHub Copilot, Claude Code, Gemini CLI, …) automatically apply these C# / .NET / Blazor conventions when writing, reviewing, or refactoring code.
- Install GitHub CLI v2.90+
- Run
gh skill install dvoituron/dotnet-agent-kit
These conventions are mainly based on CSharp Coding Guidelines.

