概要
This skill provides a comprehensive framework for implementing Central Package Management (CPM) in .NET projects. By consolidating NuGet package versions into a single Directory.Packages.props file at the solution root, it eliminates version drift and simplifies maintenance for multi-project repositories. It provides Claude with the specific logic needed to add, update, and organize dependencies without introducing version conflicts or common build errors like NU1008.