coder-csharp-performance
Installation
SKILL.md
<skill_overview> Improve runtime performance with allocation-aware and measurable changes Profiling slow code paths Reducing allocations or GC pressure Optimizing async or I/O-heavy code Improving startup or throughput .NET Performance Memory and Spans GC Fundamentals </skill_overview> Measure before and after every change Use representative inputs and realistic data sizes Optimize the slowest 10% first