Writing concurrent code in Go can be tricky. This skill helps you use goroutines, channels, and sync primitives correctly. It also catches common mistakes like goroutine leaks and race conditions.
Whether you are building a worker pool or a fan-out pipeline, this skill guides you through safe patterns. Every goroutine should have a clear exit. Channels transfer ownership explicitly. Share memory by communicating is the Go mantra you will apply here.
You can use this skill to write new code, review a pull request, or audit an entire codebase. The goal is structured concurrency that avoids leaks and keeps your program stable.
Global
mkdir -p ~/.claude/skills/golang-concurrencyProject
mkdir -p .claude/skills/golang-concurrencySource 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 Performancesamber/cc-skills-golang
Speed up your Go code using proven patterns for allocation reduction and CPU efficiency
Golang Design Patternssamber/cc-skills-golang
Idiomatic Go patterns for clean constructors error handling and graceful shutdown
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