Acerca de
This skill provides a comprehensive blueprint and set of guardrails for building modern, high-performance Command Line Interface (CLI) tools. It enforces a specific, opinionated tech stack—including Bun, Citty, and Biome—while mandating strict TypeScript conventions such as the prohibition of 'any' and a preference for functional programming patterns. By providing clear rules for argument handling, error management, and script execution, it ensures that terminal applications are consistent, maintainable, and robust from the first line of code.