rm-nuget-manager
CommunitySafely manage NuGet packages via dotnet CLI
Authormichaelvolz
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This skill prevents inconsistent or unsafe NuGet dependency changes by centralizing package modifications through the dotnet CLI workflow described in the SKILL entry.
Core Features & Use Cases
- Workflow Enforcement: Always use dotnet add/remove commands for package lifecycle changes and only edit manifests for version bumps.
- Version Validation: Confirm target versions exist using dotnet package search and jq before updating Directory.Packages.props or csproj entries.
- Restoration Assurance: Run dotnet restore immediately after edits to catch compatibility issues.
- Use Case: Update Newtonsoft.Json to a new release by verifying the version, locating its definition in Directory.Packages.props, changing the version, and restoring the solution.
Quick Start
Ask the NuGet manager to add Serilog to src/WebApi/WebApi.csproj using dotnet add package Serilog to keep dependencies consistent.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: rm-nuget-manager Download link: https://github.com/michaelvolz/redmuffin.Blazor.StaticWeb/archive/main.zip#rm-nuget-manager Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.