dotnet-package

Official

Manage NuGet packages with the dotnet CLI.

Authormicrocks
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps developers manage NuGet package references using the dotnet CLI, eliminating manual edits to project files (csproj, Directory.Packages.props) and ensuring consistent package states across solutions.

Core Features & Use Cases

  • Add, update, or remove NuGet packages using dotnet add, dotnet remove, and dotnet restore/build workflows.
  • Enforce safe practices: never edit csproj, props, or Directory.Packages.props files directly; central management is applied via CLI commands.
  • Use Case: In a multi-project solution, quickly align PackageReference versions across projects without manual edits.

Quick Start

Use the dotnet-package skill to manage NuGet packages in a project.

  • dotnet add <PROJECT> package <PACKAGE_NAME> [--version <VERSION>]
  • dotnet remove <PROJECT> package <PACKAGE_NAME>
  • dotnet restore

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: dotnet-package
Download link: https://github.com/microcks/microcks-aspire/archive/main.zip#dotnet-package

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.