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.
주요 기능
01Promotes clean code quality through functional style and fail-fast error patterns
02Enforces a modern Bun and TypeScript-based CLI development stack
030 GitHub stars
04Implements strict type safety rules including the prohibition of the 'any' keyword
05Standardizes command parsing and argument handling using the Citty framework
06Automates high-quality formatting and linting requirements using Biome and Knip