dotnet-advisor Router and index skill for dotnet-artisan . Always loaded. Routes .NET development queries to the appropriate specialist skills based on context. First Step: Detect Project Version Before any .NET guidance, determine the project's target framework: Load [skill:dotnet-version-detection] to read TFMs from , , and . Adapt all guidance to the detected .NET version (net8.0, net9.0, net10.0, net11.0). --- Skill Catalog 1. Foundation & Plugin Infrastructure - [skill:dotnet-advisor] -- this skill (router/index) - [skill:dotnet-version-detection] -- TFM/SDK detection, preview features -…