关于
Zig Expert is a specialized skill designed to help developers write robust, idiomatic Zig code that strictly adheres to the Zen of Zig philosophy. It provides deep expertise in manual memory management through the Allocator pattern, explicit error handling with error unions, and powerful compile-time logic using 'comptime'. By bridging functional programming concepts like ADTs and Result types with low-level systems programming, this skill assists in creating C-free software that is explicit, maintainable, and highly efficient. It is particularly useful for building language runtimes, high-performance backends, and safety-critical systems where hidden control flow must be avoided.