·go-concurrency
</>

go-concurrency

cxuu/golang-skills

goroutine ライフサイクル管理、チャネル使用法、ミューテックス処理、同期プリミティブなどの Go 同時実行パターン。同時実行 Go コードの作成、ゴルーチンの生成、チャネルの操作、またはスレッド安全性の保証の文書化を行う場合に使用します。 Google および Uber Go スタイル ガイドに基づいています。

24インストール·4トレンド·@cxuu

インストール

$npx skills add https://github.com/cxuu/golang-skills --skill go-concurrency

SKILL.md

This skill covers concurrency patterns and best practices from Google's Go Style Guide and Uber's Go Style Guide, including goroutine management, channel usage, mutex handling, and synchronization.

Normative: When you spawn goroutines, make it clear when or whether they exit.

Goroutines can leak by blocking on channel sends or receives. The garbage collector will not terminate a goroutine blocked on a channel even if no other goroutine has a reference to the channel.

goroutine ライフサイクル管理、チャネル使用法、ミューテックス処理、同期プリミティブなどの Go 同時実行パターン。同時実行 Go コードの作成、ゴルーチンの生成、チャネルの操作、またはスレッド安全性の保証の文書化を行う場合に使用します。 Google および Uber Go スタイル ガイドに基づいています。 ソース: cxuu/golang-skills。

原文を見る

引用可能な情報

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

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

クイックアンサー

go-concurrency とは?

goroutine ライフサイクル管理、チャネル使用法、ミューテックス処理、同期プリミティブなどの Go 同時実行パターン。同時実行 Go コードの作成、ゴルーチンの生成、チャネルの操作、またはスレッド安全性の保証の文書化を行う場合に使用します。 Google および Uber Go スタイル ガイドに基づいています。 ソース: cxuu/golang-skills。

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

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

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

https://github.com/cxuu/golang-skills