dotnet-project-analysis

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

  • Reading and modifying individual .csproj files -- see [skill:dotnet-csproj-reading]
Related skills

More from novotnyllc/dotnet-artisan

Installs
3
GitHub Stars
208
First Seen
Feb 24, 2026