omgskills Get the Mac app
Skill

golang-performance

@samber 1.5k stars 35k installs Trending #296 on Skills.Sh Updated 2026-05-01 Author match: High

Golang performance optimization patterns and methodology - if X bottleneck, then apply Y. Covers allocation reduction, CPU efficiency, memory layout, GC tuning, pooling, caching, and hot-path optimization. Use when profiling or benchmarks have identified a bottleneck and you need the right optimization pattern to fix it. Also use when performing performance code review to suggest improvements or benchmarks that could help identify quick performance gains. Not for measurement methodology (see golang-benchmark skill) or debugging workflow (see golang-troubleshooting skill).

agentagent-skillsaiantigravityclaudeclaude-codecodecodex

Install

Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.

Install command
git clone https://github.com/samber/cc-skills-golang /tmp/cc-skills-golang && ln -s /tmp/cc-skills-golang/skills/golang-performance ~/.claude/skills/golang-performance

View on GitHub

More from this repo