zig
Installation
SKILL.md
Zig — Modern Systems Programming Language
Overview
Zig, the systems programming language focused on performance, safety, and readability. Helps developers write high-performance code with compile-time evaluation, seamless C interop, no hidden control flow, and no garbage collector. Zig is used for game engines, operating systems, networking, and as a C/C++ replacement.
Instructions
Build System
# Install Zig
brew install zig # macOS
# Or download from https://ziglang.org/download/
# Create a project
Related skills