AI AGENT ADDONS
Programming Languages
12,674installs

You can manage NuGet packages for .NET projects safely. It uses the dotnet CLI command line tool to add, remove, or update packages. It never directly edits project files unless changing a version number. Always run dotnet restore after updates to check for problems. This keeps your project stable and consistent.

Before updating a package version, the skill checks if the new version exists on NuGet. It then finds where the version is set, either in a central file or in each project. After changing the version, it runs dotnet restore to make sure everything works.

Add Nuget Manager skill to your workflow

Global

mkdir -p ~/.claude/skills/nuget-manager

Project

mkdir -p .claude/skills/nuget-manager

Source Repository

Stars
35,856
Forks
4,431
Watchers
35,856
License
MIT
Last Push
24 days ago
Created
1 year ago