Agent Skills: dotnet-nuget

NuGet and .NET package management: dependency management and modernization.

UncategorizedID: autohandai/community-skills/dotnet-nuget

Install this agent skill to your local

pnpm dlx add-skill https://github.com/autohandai/community-skills/tree/HEAD/dotnet-nuget

Skill Files

Browse the full folder contents for dotnet-nuget.

Download Skill

Loading file tree…

dotnet-nuget/SKILL.md

Skill Metadata

Name
dotnet-nuget
Description
"NuGet and .NET package management: dependency management and modernization."

dotnet-nuget

Overview

Use this skill for NuGet package management, dependency upgrades, central package management, restore failures, lock files, feeds, and package modernization with guidance from dotnet/skills.

Workflow

  1. Inspect package references, Directory.Packages.props, lock files, NuGet config, feeds, and CI restore commands.
  2. Identify direct and transitive dependencies before changing versions.
  3. Preserve compatibility ranges, target frameworks, package source mapping, and private-feed configuration.
  4. Validate with restore, build, tests, and package vulnerability checks where available.

Guardrails

  • Do not update unrelated packages in the same change.
  • Avoid leaking private feed URLs, credentials, or tokens in output.
  • Call out breaking changes and package downgrade or conflict risks.

Expected Output

Return package changes or guidance with dependency rationale and validation results.