Go concurrency patterns and pitfalls for this codebase. Use when writing or reviewing code that involves goroutines, channels, mutexes, shared state, subprocess management, or anything that runs concurrently. Also use proactively when writing new code — ask yourself: can this be called from multiple goroutines? Is this resource process-global?
$npx -y skills add hegeldev/hegel-go --skill go-concurrencyInstalls into the current project.
Run `npx skills use "https://github.com/hegeldev/hegel-go" --skill "hegeldev/hegel-go/go-concurrency"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/hegeldev/hegel-go" that are relevant to the current task. Run `npx skills add "https://github.com/hegeldev/hegel-go"` and select the relevant skills, then follow their instructions.