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.
Global
mkdir -p ~/.claude/skills/golang-performanceProject
mkdir -p .claude/skills/golang-performanceSource Repository
Typescript Advanced Typeswshobson/agents
Master advanced TypeScript types for safer and more flexible code
Python Executorqu-skills/skills
Execute Python code safely with 100+ libraries for data, scraping, and media
Golang Error Handlingsamber/cc-skills-golang
Learn to create, wrap, inspect, and log Go errors like a professional engineer
Golang Design Patternssamber/cc-skills-golang
Idiomatic Go patterns for clean constructors error handling and graceful shutdown
Golang Concurrencysamber/cc-skills-golang
Write safe Go concurrency with goroutines, channels, and sync primitives
Golang Data Structuressamber/cc-skills-golang
Optimize Go data structures for speed and memory efficiency with internals knowledge
Golang Contextsamber/cc-skills-golang
Master Go context for cancellations, timeouts, and request values
Golang Popular Librariessamber/cc-skills-golang
Go library recommendations that focus on standard library, simplicity, and performance