Skip to main content
Back to registry

go-concurrency-patterns

wshobson/agents

Production patterns for Go concurrency including goroutines, channels, synchronization primitives, and context management.

Installs3
Install command
npx skills add https://github.com/wshobson/agents --skill go-concurrency-patterns
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Production patterns for Go concurrency including goroutines, channels, synchronization primitives, and context management. - Building concurrent Go applications - Implementing worker pools and pipelines - Managing goroutine lifecycles - Using channels for communication - Debugging race conditions - Implementing graceful shutdown - Use context - For cancellation and deadlines - Close channels - From sender side only - Use errgroup - For concurrent operations with errors - Buffer channels - When you know the count - Prefer channels - Over mutexes when possible - Don't leak goroutines - Always have exit path - Don't close from receiver - Causes panic - Don't use shared memory - Unless necessary - Don't ignore context cancellation - Check ctx.Done() - Don't use time.Sleep for sync - Use proper primitives

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does go-concurrency-patterns do?

Production patterns for Go concurrency including goroutines, channels, synchronization primitives, and context management.

Is go-concurrency-patterns good?

go-concurrency-patterns does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does go-concurrency-patterns work with?

go-concurrency-patterns currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to go-concurrency-patterns?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install go-concurrency-patterns?

npx skills add https://github.com/wshobson/agents --skill go-concurrency-patterns

Related skills

More from wshobson/agents

Related skills

Alternatives in Software Engineering