AI AGENT ADDONS

Golang Performance

samber/cc-skills-golang
Programming Languages
34,505installs

When your Go application is running slower than expected, you can pinpoint bottlenecks with profiling and apply targeted fixes. This skill gives you proven patterns to speed up your code.

It focuses on allocation reduction, CPU efficiency, and memory layout. You will also learn about pooling, caching, and hot-path optimization.

Use this skill after profiling has identified a problem. It helps you choose the right pattern to fix performance issues quickly and safely.

Add Golang Performance skill to your workflow

Global

mkdir -p ~/.claude/skills/golang-performance

Project

mkdir -p .claude/skills/golang-performance

Source Repository

Stars
2,322
Forks
149
Watchers
2,322
License
MIT
Last Push
28 days ago
Created
4 months ago