AI AGENT ADDONS

Golang Concurrency

samber/cc-skills-golang
Programming Languages
33,839installs

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.

Add Golang Concurrency skill to your workflow

Global

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

Project

mkdir -p .claude/skills/golang-concurrency

Source Repository

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