·go-best-practices
</>

go-best-practices

0xbigboss/claude-code

カスタム型、インターフェイス、機能オプション、エラー処理を使用したタイプファースト開発のための Go パターンを提供します。 Go ファイルの読み取りまたは書き込み時に使用する必要があります。

76インストール·2トレンド·@0xbigboss

インストール

$npx skills add https://github.com/0xbigboss/claude-code --skill go-best-practices

SKILL.md

Types define the contract before implementation. Follow this workflow:

Use Go's type system to prevent invalid states at compile time.

Prefer smaller files within packages: one type or concern per file. Split when a file handles multiple unrelated types or exceeds 300 lines. Keep tests in test.go files alongside implementation. Package boundaries define the API; internal organization is flexible.

カスタム型、インターフェイス、機能オプション、エラー処理を使用したタイプファースト開発のための Go パターンを提供します。 Go ファイルの読み取りまたは書き込み時に使用する必要があります。 ソース: 0xbigboss/claude-code。

原文を見る

引用可能な情報

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

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

クイックアンサー

go-best-practices とは?

カスタム型、インターフェイス、機能オプション、エラー処理を使用したタイプファースト開発のための Go パターンを提供します。 Go ファイルの読み取りまたは書き込み時に使用する必要があります。 ソース: 0xbigboss/claude-code。

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

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

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

https://github.com/0xbigboss/claude-code