Armory
Source
Browse
Workflows

nuget-manager

Manage NuGet packages in .NET projects/solutions. Use this skill when adding, removing, or updating NuGet package versions. It enforces using `dotnet` CLI for package management and provides strict procedures for direct file edits only when updating versions.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install nuget-manager --cli claude

writes the file to.claude/commands/nuget-manager.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/commands/nuget-manager.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Manage NuGet packages in .NET projects/solutions. Use this skill when adding, removing, or updating NuGet package versions. It enforces using dotnet CLI for package management and provides strict procedures for direct file edits only when updating versions.

When to use it

Manage NuGet packages in .NET projects/solutions. Use this skill when adding, removing, or updating NuGet package versions. It enforces using dotnet CLI for package management and provides strict procedures for direct file edits only when updating versions.

How to install / invoke

# Copy the command into your project's .claude/commands/
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/commands/project-management/nuget-manager.md -o .claude/commands/nuget-manager.md

Notes

Extracted from davila7/claude-code-templates, project-management category.