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

  1. Ensure the Git working tree is clean:

    git status
    

    If the working directory is not clean, stop execution.

  2. Check .NET SDK version (must be >= 10.0.103):

    dotnet --version
    
Related skills

More from jim60105/copilot-prompt

Installs
11
GitHub Stars
18
First Seen
Mar 1, 2026