dotnet-dependency

Community

Explore and audit .NET dependencies fast.

AuthorNikiforovAll
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps you understand and manage project dependencies, including why a package is included, listing direct and transitive references, and identifying outdated or vulnerable packages.

Core Features & Use Cases

  • Dependency reasoning: Use dotnet nuget why to reveal why a package is present in the graph.
  • Package inventory: List direct and transitive NuGet references with dotnet list package.
  • Audit & upgrade: Find outdated or vulnerable packages and trace transitive dependencies.

Quick Start

Inspect why a package is included: dotnet nuget why Newtonsoft.Json

Dependency Matrix

Required Modules

None required

Components

references

💻 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-dependency
Download link: https://github.com/NikiforovAll/claude-code-rules/archive/main.zip#dotnet-dependency

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