Agent Skills
› rmyndharis/antigravity-skills
› go-concurrency-patterns
go-concurrency-patterns
GitHub掌握Go并发编程,涵盖goroutine、channel、同步原语及context。适用于构建并发应用、实现工作池与管道、管理生命周期、调试竞态条件及优雅关闭等场景。
触发场景
构建并发Go应用程序
实现工作池和流水线
调试竞态条件
安装
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.
版本历史
- e63f7dd 当前 2026-07-05 09:33


