go-concurrency-patterns
Production-ready Go concurrency patterns including worker pools, pipelines, and synchronization primitives.
Install
npx skills add https://github.com/wshobson/agents --skill go-concurrency-patternsStats
| Total installs | 3,647 |
| Weekly installs | 3.6K |
| GitHub stars | 32.4K |
| First seen | Jan 20, 2026 |
| Source | @wshobson/agents |
Summary
- Covers core primitives: goroutines, channels, select, sync.Mutex, sync.WaitGroup, and context.Context with practical examples for each
- Includes seven battle-tested patterns: worker pools, fan-out/fan-in pipelines, bounded concurrency with semaphores, graceful shutdown, error groups, concurrent maps, and select timeouts
- Provides race detection guidance via command-line flags and best practices for avoiding common pitfalls like goroutine leaks and improper channel closure
- Demonstrates context-based cancellation, deadline management, and proper cleanup patterns across all examples
Tags
Related skills
| Skill | Installs | vs go-concurrency-patterns |
|---|---|---|
| resend | 4,357 | +710 |
| projection-patterns | 3,473 | -174 |
| python-packaging | 4,277 | +630 |
| risk-metrics-calculation | 3,568 | -79 |
| firebase-app-hosting-basics | 3,604 | -43 |
FAQ
- How many installs does go-concurrency-patterns have?
- go-concurrency-patterns has 3,647 total installs and 3.6K installs this week.
- Where is go-concurrency-patterns hosted?
- go-concurrency-patterns is published by @wshobson/agents at https://github.com/wshobson/agents.
- How many GitHub stars does go-concurrency-patterns have?
- go-concurrency-patterns has 32.4K GitHub stars.
- When was go-concurrency-patterns first indexed?
- OrangeBot.AI first indexed go-concurrency-patterns on Jan 20, 2026.
- How do I install go-concurrency-patterns?
- Run: npx skills add https://github.com/wshobson/agents --skill go-concurrency-patterns