go-concurrency

Select Go concurrency primitives via a decision-tree approach.

3|Updated Nov 28, 2025
One-click install
npx skills add https://github.com/JamesPrial/claudefiles --skill go-concurrency-jamesprial
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: go-concurrency
Source: https://github.com/JamesPrial/claudefiles/tree/main/skills/golang/concurrency
Command: npx skills add https://github.com/JamesPrial/claudefiles --skill go-concurrency-jamesprial

SYSTEM DOCUMENTATION & REQUIREMENTS

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.