dotnet-dependency
✓This skill should be used when investigating .NET project dependencies, understanding why packages are included, listing references, or auditing for outdated/vulnerable packages.
Installation
SKILL.md
Investigate and manage .NET project dependencies using built-in dotnet CLI commands.
| dotnet package search | Search NuGet for packages | | dotnet package search --exact-match| List all versions of a package | | dotnet add package | Add/update package to latest version | | dotnet add package -v | Add/update package to specific version | | dotnet remove package | Remove package reference |
| dotnet nuget why | Show dependency graph for a package | | dotnet list package | List NuGet packages | | dotnet list package --include-transitive | Include transitive dependencies | | dotnet list reference --project | List project-to-project references | | dotnet list package --outdated | Find packages with newer versions |
This skill should be used when investigating .NET project dependencies, understanding why packages are included, listing references, or auditing for outdated/vulnerable packages. Source: nikiforovall/github-copilot-rules.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/nikiforovall/github-copilot-rules --skill dotnet-dependency- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is dotnet-dependency?
This skill should be used when investigating .NET project dependencies, understanding why packages are included, listing references, or auditing for outdated/vulnerable packages. Source: nikiforovall/github-copilot-rules.
How do I install dotnet-dependency?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/nikiforovall/github-copilot-rules --skill dotnet-dependency Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/nikiforovall/github-copilot-rules
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01