go-goroutine-leaks

Community

Prevent goroutine leaks with proper shutdown mechanisms.

AuthorJamesPrial
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill demonstrates patterns to ensure goroutines have a clean exit path to avoid leaks.

Core Features & Use Cases

  • Done Channel: Use a done channel to signal termination.
  • Context: Use context cancellation in goroutines.
  • Safe Blocking: Avoid blocking sends without readers.

Quick Start

Create a worker that stops on a done signal or ctx.Done().

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: go-goroutine-leaks
Download link: https://github.com/JamesPrial/claudefiles/archive/main.zip#go-goroutine-leaks

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.