From antigravity-bundle-systems-programming
Implements Go concurrency patterns using goroutines, channels, sync primitives, and context for building concurrent apps, worker pools, pipelines, and debugging race conditions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-bundle-systems-programming:go-concurrency-patternsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Production patterns for Go concurrency including goroutines, channels, synchronization primitives, and context management.
Production patterns for Go concurrency including goroutines, channels, synchronization primitives, and context management.
resources/implementation-playbook.md.resources/implementation-playbook.md for detailed patterns and examples.npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-bundle-systems-programmingImplements Go concurrency patterns using goroutines, channels, sync primitives, and context for building concurrent apps, worker pools, pipelines, and debugging race conditions.
Master Go concurrency with goroutines, channels, sync primitives, and context. Use for building concurrent Go applications, worker pools, or debugging race conditions.
Provides code examples for Go goroutines, channels (unbuffered, buffered, directional, closing), select statements, and sync patterns when writing concurrent Go code.