csharp-project-init
Installation
SKILL.md
C# Project Init
Set up a C# ASP.NET Core Web API project with proper tooling and configuration.
Git commit after each step that modifies or creates files. Skip commit if nothing to commit.
Steps
-
Ensure the Git working tree is clean:
git statusIf the working directory is not clean, stop execution.
-
Check .NET SDK version (must be >=
10.0.103):dotnet --version