Agent Plugins Marketplace
All plugins

dotnet-nuget

v0.1.1

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

CodexClaude Code1 Skill

484 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 23, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install dotnet-nuget for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add dotnet-nuget@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/managedcode/dotnet-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is external-sources/upstreams/dotnet-skills/dotnet-nuget/.

Plugin files

external-sources/upstreams/dotnet-skills/dotnet-nuget/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/convert-to-cpm/SKILL.md

Included Skills1

convert-to-cpmskills/convert-to-cpm/SKILL.md

Convert .NET projects and solutions (.sln, .slnx) to NuGet Central Package Management (CPM) using Directory.Packages.props. USE FOR: converting to CPM, centralizing or aligning NuGet package versions across multiple projects, inlining MSBuild version properties from Directory.Build.props into Directory.Packages.props, resolving version conflicts or mismatches across a solution or repository, updating or bumping or syncing package versions across projects. Also activate when packages are out of sync, drifting, or inconsistent -- even without the user mentioning CPM. Provides baseline build capture, version conflict resolution, build validation with binlog comparison, and a structured post-conversion report. DO NOT USE FOR: packages.config projects (must migrate to PackageReference first) or repositories that already have CPM fully enabled.

Plugin manifests2

external-sources/upstreams/dotnet-skills/dotnet-nuget/.codex-plugin/plugin.json
{
  "name": "dotnet-nuget",
  "version": "0.1.1",
  "description": "NuGet and .NET package management skills: dependency management and modernization.",
  "skills": [
    "./skills/"
  ]
}
external-sources/upstreams/dotnet-skills/dotnet-nuget/.claude-plugin/plugin.json
{
  "name": "dotnet-nuget",
  "version": "0.1.1",
  "description": "NuGet and .NET package management skills: dependency management and modernization.",
  "skills": [
    "./skills/"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[dotnet-nuget on Agent Plugins Marketplace](https://pluginsmp.com/plugins/dotnet-nuget)