关于
The Bun Shell skill empowers developers to write high-performance shell scripts directly in TypeScript using Bun's native $ template literal and spawn APIs. It provides a safer, more readable alternative to traditional bash scripts or complex Node.js child_process implementations, featuring automatic escaping, built-in piping, and seamless handling of JSON or text outputs. This skill is essential for automating DevOps tasks, managing CI/CD pipelines, and executing parallel system commands with minimal overhead within the Claude Code environment.