dotnet-project-analysis

Originally fromwshaddix/dotnet-skills
Installation
SKILL.md

dotnet-project-analysis

Analyzes .NET solution structure, project references, and build configuration. This skill is foundational -- agents need to understand project layout before doing any meaningful .NET development work.

Prerequisites: Run [skill:dotnet-version-detection] first to determine TFM and SDK version. For .NET 10+ single-file apps without a .csproj, see [skill:dotnet-file-based-apps] instead.

Scope

  • Finding solution root (.sln, .slnx)
  • Parsing project references and dependency graphs
  • Detecting Central Package Management (CPM) configuration
  • Identifying build configuration files (Directory.Build.props, Directory.Build.targets)

Out of scope

Installs
3
GitHub Stars
222
First Seen
Feb 24, 2026
dotnet-project-analysis — novotnyllc/dotnet-artisan