Skip to main content
Back to the directory
wshobson/agentsSoftware EngineeringFrontend and Design

go-concurrency-patterns

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

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
5

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/wshobson/agents --skill go-concurrency-patterns
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, go-concurrency-patterns has 5 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: wshobson/agents. Canonical URL: https://skills.sh/wshobson/agents/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. - 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 - 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...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

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.

Which AI agents support go-concurrency-patterns?

go-concurrency-patterns currently lists compatibility with Skills CLI.

Is go-concurrency-patterns safe to install?

go-concurrency-patterns has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to go-concurrency-patterns?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install go-concurrency-patterns?

Run the following command to 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