About
The Go Performance skill provides Claude with specialized knowledge for identifying and resolving performance bottlenecks in Go applications. It offers practical implementation patterns for reducing memory allocations using sync.Pool, implementing efficient string manipulation with strings.Builder, and optimizing system calls via buffered I/O. By applying benchmarking best practices and avoiding common pitfalls like defer leaks in tight loops, this skill ensures your Go services achieve maximum throughput and minimal latency.