What problem does it solve? Writing correct Zig code is hard because the language changes rapidly between versions, breaking APIs like the build system, for-loop syntax, and the 0.16 std.Io overhaul. This Skill gives an AI assistant version-aware Zig expertise so generated code, debugging help, and explanations match the exact Zig toolchain in use. ## Core Features & Use Cases - Version Detection & References: Detects the project's Zig version via zig version, build.zig.zon, and syntax markers, then loads matching reference docs for versions 0.2.0 through master. - 223 Tested Recipes: A cookbook organized by topic (memory, comptime, networking, C interop, build system) with compile-verified code targeting Zig 0.16.0. - Templates & Examples: Ready-to-use build.zig, CLI application, test, and C interop templates plus runnable example programs. - Use Case: A developer on Zig 0.13 asks how to iterate with an index; the skill detects the version, loads the matching references, and answers with the correct for (items, 0..) syntax instead of outdated patterns. ## Quick Start Ask the assistant to explain Zig's allocator pattern or generate a build.zig for your project, and it will detect your Zig version and answer with version-correct code.