소개
This skill integrates high-performance, Bun-native filesystem utilities into Claude Code, replacing standard Node.js FS modules with faster, more secure alternatives. It leverages Bun's native APIs (Bun.file, Bun.write, and Bun.spawn) to provide command-injection safe operations, recursive directory management, and atomic file updates. Designed for developers who prioritize speed and security, it includes built-in TOCTOU protection and efficient hashing, making it an essential toolkit for automation scripts, data processing, and tool-building within the Bun runtime environment.