Skip to main content
Back to the directory
github/awesome-copilotSoftware EngineeringFrontend and Design

nuget-manager

NuGet package management for .NET projects using dotnet CLI with strict workflows for adds, removes, and version updates.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
9

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/github/awesome-copilot --skill nuget-manager
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, nuget-manager has 9 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: github/awesome-copilot. Canonical URL: https://skills.sh/github/awesome-copilot/nuget-manager.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
NuGet package management for .NET projects using dotnet CLI with strict workflows for adds, removes, and version updates. This skill ensures consistent and safe management of NuGet packages across .NET projects. It prioritizes using the dotnet CLI to maintain project integrity and enforces a strict verification and restoration workflow for version updates. Use dotnet add [ ] package [--version ] . Example: dotnet add src/MyProject/MyProject.csproj package Newtonsoft.Json Use dotnet remove [ ] package . Example: dotnet remove src/MyProject/MyProject.csproj package Newtonsoft.Json When updating a version, follow these steps: Verify Version Existence : Check if the version exists using the dotnet package search command with exact match and JSON formatting. Using jq : dotnet package search --exact-match --format json | jq -e '.searchResult[].packages[] | select(.version == " ")' Using PowerShell: (dotnet package search --exact-match --format json | ConvertFrom-Json).searchResult.packages | Where-Object { $_.version -eq " " } Determine Version Management : Apply Changes : Modify the identified file with the new version string. Verify Stability : Run dotnet restore on the project or solution.

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does nuget-manager do?

NuGet package management for .NET projects using dotnet CLI with strict workflows for adds, removes, and version updates.

Is nuget-manager good?

nuget-manager does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support nuget-manager?

nuget-manager currently lists compatibility with Skills CLI.

Is nuget-manager safe to install?

nuget-manager has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to nuget-manager?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install nuget-manager?

Run the following command to install nuget-manager: npx skills add https://github.com/github/awesome-copilot --skill nuget-manager

Related skills

More from github/awesome-copilot

Related skills

Alternatives in Software Engineering