概要
The CLI Builder skill provides a standardized framework for developing professional command-line interfaces with Bun and TypeScript. It offers battle-tested patterns for argument parsing, complex subcommand architectures, and rich terminal UI elements like spinners and ANSI colors without external dependencies. This skill is essential for developers looking to create scriptable, pipeline-friendly automation tools that follow best practices like structured JSON output, proper exit codes, and efficient shell execution.