About
The .NET Repository Discovery skill automates the initial exploration phase of a .NET codebase by locating the primary solution (.sln) file and indexing all associated projects. It generates a comprehensive solution map in both JSON and Markdown formats, detailing target frameworks and identifying test projects. This provides Claude with instant context on the repository architecture, making it easier to navigate complex C# projects, plan refactoring, or implement new features without manual file tree traversal.