·go-concurrency-patterns
</>

go-concurrency-patterns

wshobson/agents

ゴルーチン、チャネル、同期プリミティブ、およびコンテキストを使用したマスター Go 同時実行性。同時実行 Go アプリケーションの構築、ワーカー プールの実装、または競合状態のデバッグ時に使用します。

1.7Kインストール·54トレンド·@wshobson

インストール

$npx skills add https://github.com/wshobson/agents --skill go-concurrency-patterns

SKILL.md

Production patterns for Go concurrency including goroutines, channels, synchronization primitives, and context management.

| goroutine | Lightweight concurrent execution | | channel | Communication between goroutines | | select | Multiplex channel operations | | sync.Mutex | Mutual exclusion | | sync.WaitGroup | Wait for goroutines to complete | | context.Context | Cancellation and deadlines |

ゴルーチン、チャネル、同期プリミティブ、およびコンテキストを使用したマスター Go 同時実行性。同時実行 Go アプリケーションの構築、ワーカー プールの実装、または競合状態のデバッグ時に使用します。 ソース: wshobson/agents。

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/wshobson/agents --skill go-concurrency-patterns インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/wshobson/agents --skill go-concurrency-patterns
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

go-concurrency-patterns とは?

ゴルーチン、チャネル、同期プリミティブ、およびコンテキストを使用したマスター Go 同時実行性。同時実行 Go アプリケーションの構築、ワーカー プールの実装、または競合状態のデバッグ時に使用します。 ソース: wshobson/agents。

go-concurrency-patterns のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/wshobson/agents --skill go-concurrency-patterns インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/wshobson/agents