zig-best-practices
✓タグ付き共用体、明示的なエラー セット、計算時間検証、メモリ管理を備えたタイプファースト開発用の Zig パターンを提供します。 Zig ファイルの読み取りまたは書き込み時に使用する必要があります。
SKILL.md
Types define the contract before implementation. Follow this workflow:
Use Zig's type system to prevent invalid states at compile time.
Larger cohesive files are idiomatic in Zig. Keep related code together: tests alongside implementation, comptime generics at file scope, public/private controlled by pub. Split only when a file handles genuinely separate concerns. The standard library demonstrates this pattern with files like std/mem.zig containing 2000+ lines of cohesive memory operations.
タグ付き共用体、明示的なエラー セット、計算時間検証、メモリ管理を備えたタイプファースト開発用の Zig パターンを提供します。 Zig ファイルの読み取りまたは書き込み時に使用する必要があります。 ソース: 0xbigboss/claude-code。
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/0xbigboss/claude-code --skill zig-best-practices- カテゴリ
- </>開発ツール
- 認証済み
- ✓
- 初回登録
- 2026-02-01
- 更新日
- 2026-02-18
クイックアンサー
zig-best-practices とは?
タグ付き共用体、明示的なエラー セット、計算時間検証、メモリ管理を備えたタイプファースト開発用の Zig パターンを提供します。 Zig ファイルの読み取りまたは書き込み時に使用する必要があります。 ソース: 0xbigboss/claude-code。
zig-best-practices のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/0xbigboss/claude-code --skill zig-best-practices インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/0xbigboss/claude-code
詳細
- カテゴリ
- </>開発ツール
- ソース
- skills.sh
- 初回登録
- 2026-02-01