Nuget Manager

🏢Official
by github · vlatest · Repository

Manages NuGet packages for .NET projects, streamlining dependency installation and ensuring project consistency – a vital tool for developers.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add nuget-manager npx -- -y @trustedskills/nuget-manager
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "nuget-manager": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/nuget-manager"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The nuget-manager skill allows users to manage NuGet packages within their projects, including installing, updating, and removing packages. It provides an interface for interacting with the NuGet package repository, making dependency management more streamlined.

When to use it

  • When you need to add a new library or tool to your .NET project via NuGet.
  • When maintaining dependencies and ensuring they are up-to-date.
  • When cleaning up unused packages from a project to reduce bloat.
  • During the setup of a new development environment with required package versions.

Key capabilities

  • Install specific NuGet packages by name or version.
  • Update existing packages to their latest versions.
  • Remove unused or outdated packages.
  • Search for available packages in the NuGet repository.

Example prompts

  • "Install the Newtonsoft.Json package version 13.0.1."
  • "Update all NuGet packages in the solution to their latest versions."
  • "Remove the Microsoft.AspNetCore.App package from the project."

Tips & gotchas

  • Ensure your project has a valid nuget.config file for proper package resolution.
  • Be cautious when updating packages, as newer versions may introduce breaking changes.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
github
Installs
4.4k

🏢 Official

Published by the company or team that built the technology.