pkg-errgroup
CommunityStreamline concurrent tasks with error handling and control.
Authorep0ll
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill simplifies the management of multiple concurrent goroutines by providing robust error collection, cancellation, and resource control mechanisms.
Core Features & Use Cases
- Parallel execution with error handling: Runs multiple goroutines and returns the first error encountered, canceling remaining processes.
- Result collection: Safely gathers results from concurrent tasks, minimizing race conditions.
- Bounded concurrency: Limits the number of active goroutines to prevent resource exhaustion.
- Pipeline processing: Constructs multi-stage workflows with automatic error propagation and cancellation.
Quick Start
Use the errgroup skill to run several network fetch operations in parallel and handle errors efficiently.
Dependency Matrix
Required Modules
errorssync
Components
scripts
💻 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: pkg-errgroup Download link: https://github.com/ep0ll/bons-ci/archive/main.zip#pkg-errgroup Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.