NuGet Manager enables developers to safely manage NuGet package dependencies in .NET projects and solutions using the `dotnet` CLI. The skill enforces strict procedures—requiring CLI commands for adding and removing packages while permitting direct file edits only for version updates—to maintain project integrity and prevent configuration errors. It solves the problem of inconsistent package management practices by providing a standardized workflow that includes version verification on NuGet, centralized or per-project version determination, and post-update compatibility validation via `dotnet restore`.
npx skills add https://github.com/github/awesome-copilot --skill nuget-manager