Add Zig training corrections to this project's CLAUDE.md. Detects whether the project targets Zig 0.15.x or 0.16.x and appends the matching corrections. Run this in any Zig project to fix Claude's outdated patterns for I/O, ArrayList, format strings, build.zig, and (for 0.16) the new Io interface, std.fs -> std.Io move, and indexOf -> find rename.
$npx -y skills add kelp/kelp-claude-plugins --skill zig-initInstalls into the current project.
Run `npx skills use "https://github.com/kelp/kelp-claude-plugins" --skill "kelp/kelp-claude-plugins/zig-init"` 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/kelp/kelp-claude-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/kelp/kelp-claude-plugins"` and select the relevant skills, then follow their instructions.