About
This skill provides specialized guidance for developers using the bun.sys layer in Zig to perform system operations. It helps transition from standard Zig library calls (std.fs or std.posix) to Bun's internal abstractions, which offer superior cross-platform compatibility via libuv, automatic EINTR retry logic, and enriched error metadata. It covers the bun.sys.File wrapper, directory iteration, and path operations, ensuring that file operations are resilient and provide detailed context for debugging and error handling.