Master Go concurrency with goroutines, channels, sync primitives, and context. Use when building concurrent Go applications, implementing worker pools, or debugging race conditions.
Add this skill
npx mdskills install sickn33/go-concurrency-patternsWell-scoped but lacks actionable instructions, relies entirely on external resource file
1---2name: go-concurrency-patterns3description: Master Go concurrency with goroutines, channels, sync primitives, and context. Use when building concurrent Go applications, implementing worker pools, or debugging race conditions.4---56# Go Concurrency Patterns78Production patterns for Go concurrency including goroutines, channels, synchronization primitives, and context management.910## Use this skill when1112- Building concurrent Go applications13- Implementing worker pools and pipelines14- Managing goroutine lifecycles15- Using channels for communication16- Debugging race conditions17- Implementing graceful shutdown1819## Do not use this skill when2021- The task is unrelated to go concurrency patterns22- You need a different domain or tool outside this scope2324## Instructions2526- Clarify goals, constraints, and required inputs.27- Apply relevant best practices and validate outcomes.28- Provide actionable steps and verification.29- If detailed examples are required, open `resources/implementation-playbook.md`.3031## Resources3233- `resources/implementation-playbook.md` for detailed patterns and examples.34
Full transparency — inspect the skill content before installing.