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 , see [skill:dotnet-file-based-apps] instead. --- Step 1: Find the Solution Root Look for solution files in the workspace, starting from the current directory and walking up to the repository root. .sln (Legacy Format) The traditional MSBuild…