go-project-setup とは?
新しい Go (Golang) プロジェクトとサービスの標準化されたセットアップ。アクティブ化すると、クリーンで慣用的なプロジェクト構造 (標準レイアウト) が保証され、初日から運用準備が整ったパターン (正常なシャットダウン、パッケージ分離) が実装されます。 ソース: googlecloudplatform/devrel-demos。
新しい Go (Golang) プロジェクトとサービスの標準化されたセットアップ。アクティブ化すると、クリーンで慣用的なプロジェクト構造 (標準レイアウト) が保証され、初日から運用準備が整ったパターン (正常なシャットダウン、パッケージ分離) が実装されます。
コマンドラインで go-project-setup AI スキルを開発環境にすばやくインストール
ソース: googlecloudplatform/devrel-demos。
This skill guides the creation of clean, idiomatic Go project structures.
Determine Scope Ask the user: "Is this a simple tool, a library, or a multi-service repo?"
Select and Use Template MANDATORY: You MUST read and use the templates provided in the assets/ directory. They establish idiomatic patterns like graceful shutdown, run functions, and package separation.
新しい Go (Golang) プロジェクトとサービスの標準化されたセットアップ。アクティブ化すると、クリーンで慣用的なプロジェクト構造 (標準レイアウト) が保証され、初日から運用準備が整ったパターン (正常なシャットダウン、パッケージ分離) が実装されます。 ソース: googlecloudplatform/devrel-demos。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/googlecloudplatform/devrel-demos --skill go-project-setup新しい Go (Golang) プロジェクトとサービスの標準化されたセットアップ。アクティブ化すると、クリーンで慣用的なプロジェクト構造 (標準レイアウト) が保証され、初日から運用準備が整ったパターン (正常なシャットダウン、パッケージ分離) が実装されます。 ソース: googlecloudplatform/devrel-demos。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/googlecloudplatform/devrel-demos --skill go-project-setup インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/googlecloudplatform/devrel-demos