Zig
Zig from vinnie357/claude-skills.
Skills in this plugin
5- ▌ Zig · vinnie357 bundleGuide for Zig programming language. Use when writing Zig code, setting up Zig projects, migrating between Zig versions, or needing an overview of Zig development workflows.
- ▌ Language · vinnie357 bundleGuide for Zig core language features. Use when writing Zig code with comptime, error handling, data types, slices, optionals, defer, or following Zig idioms.
- ▌ C Interop · vinnie357 bundleGuide for Zig and C interoperability. Use when importing C headers with @cImport, exporting Zig functions to C, mapping C types, using translate-c, or linking C libraries.
- ▌ Allocators · vinnie357 bundleGuide for Zig memory management and allocators. Use when choosing allocators, managing memory lifecycle, debugging leaks, or understanding arena vs page vs fixed-buffer allocation patterns.
- ▌ Troubleshooting · vinnie357 bundleGuide for debugging and troubleshooting Zig programs. Use when diagnosing compiler errors, runtime panics, memory issues, build failures, or common Zig pitfalls.