serialization
Choose the right serialization format for .NET applications. Prefer schema-based formats (Protobuf, MessagePack) over reflection-based (Newtonsoft.Json). Use System.Text.Json with AOT source generator
Also installable via skills CLI
npx skills add Aaronontheweb/dotnet-skills/skills/dotnet/serialization