zig-0.15
Installation
SKILL.md
Zig Language Reference (v0.15)
This skill covers Zig 0.15.x language and standard library. It is retained as a compatibility reference alongside the primary zig-0.16 skill.
Capability Boundaries
✅ Strong Suits
- Writing and reviewing Zig 0.15.x code
- Understanding breaking changes from 0.14 to 0.15
- Using the build.zig / build.zig.zon build system (legacy)
- Comptime metaprogramming and builtin functions
⚠️ Requirements
- Target version must be 0.15.x
- For new projects, prefer zig-0.16 (0.16.0 is the latest stable)
❌ Out of Scope (with alternatives)
- Do not use this for Zig 0.16.0 development → use zig-0.16 skill instead
- Do not use this for game/graphics development → use zig-raylib or zig-sdl3-bindings