Up-to-date Zig programming language patterns for version 0.15.x. Use when writing, reviewing, or debugging Zig code, working with build.zig and build.zig.zon files, or using comptime metaprogramming. Critical for avoiding outdated patterns from training data - especially build system APIs (root_module instead of root_source_file), I/O APIs (buffered writer pattern), container initialization (.empty/.init), allocator selection (DebugAllocator), and removed language features (async/await, usingnamespace).
$npx -y skills add rudedogg/zig-skills --skill zigInstalls into the current project.
Run `npx skills use "https://github.com/rudedogg/zig-skills" --skill "rudedogg/zig-skills/zig"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/rudedogg/zig-skills" that are relevant to the current task. Run `npx skills add "https://github.com/rudedogg/zig-skills"` and select the relevant skills, then follow their instructions.