go-concurrency

Community

Go concurrency patterns with clear flow.

AuthorJamesPrial
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a decision-tree approach to selecting Go concurrency primitives (context, goroutines, channels, sync).

Core Features & Use Cases

  • Pattern Routing: Context for cancellation, channels for data, sync primitives for synchronization.
  • Best Practices: Quick checks to avoid leaks and deadlocks.

Quick Start

Pick a pattern (context, channels, or goroutines) and implement a small concurrent workflow.

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-concurrency
Download link: https://github.com/JamesPrial/claudefiles/archive/main.zip#go-concurrency

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