Agent Skills
› rmyndharis/antigravity-skills
› go-concurrency-patterns
go-concurrency-patterns
GitHub提供Go语言并发编程的生产级模式,涵盖goroutine、channel、同步原语及上下文管理。适用于构建并发应用、实现工作池与流水线、管理协程生命周期、调试竞态条件及优雅关闭。
Trigger Scenarios
构建并发Go应用程序
实现工作池和管道
管理goroutine生命周期
使用通道进行通信
调试竞态条件
实现优雅关闭
Install
npx skills add rmyndharis/antigravity-skills --skill go-concurrency-patterns -g -y
SKILL.md
Frontmatter
{
"name": "go-concurrency-patterns",
"description": "Master Go concurrency with goroutines, channels, sync primitives, and context. Use when building concurrent Go applications, implementing worker pools, or debugging race conditions."
}
Go Concurrency Patterns
Production patterns for Go concurrency including goroutines, channels, synchronization primitives, and context management.
Use this skill when
- Building concurrent Go applications
- Implementing worker pools and pipelines
- Managing goroutine lifecycles
- Using channels for communication
- Debugging race conditions
- Implementing graceful shutdown
Do not use this skill when
- The task is unrelated to go concurrency patterns
- You need a different domain or tool outside this scope
Instructions
- Clarify goals, constraints, and required inputs.
- Apply relevant best practices and validate outcomes.
- Provide actionable steps and verification.
- If detailed examples are required, open
resources/implementation-playbook.md.
Resources
resources/implementation-playbook.mdfor detailed patterns and examples.
Version History
- e63f7dd Current 2026-07-05 09:33


